|
1 |
| -# DAW project |
| 1 | +# Projects Management (DAW project) |
| 2 | + |
| 3 | +## Overview |
| 4 | +Projects Management is a system divided into two components, a server application (developed using [Spring](https://spring.io/)) and a web application (developed using [React](https://reactjs.org/)). The system has the purpose of managing project issues and associated information. |
| 5 | + |
| 6 | +Each project can hold the information of its name, description and the issues associated with it. The issues are characterized by having a state, a set of labels and comments which are posted by users. |
| 7 | + |
| 8 | +## Table of Contents |
| 9 | +- [Functionalities](#functionalities) |
| 10 | +- [Preview](#preview) |
| 11 | +- [Documentation](#requirements) |
| 12 | +- [Credits](#credits) |
| 13 | + |
| 14 | +## Functionalities |
| 15 | +The following functionalities are exposed: |
| 16 | +- Management through Hypermedia HTTP API |
| 17 | +- Functional and responsive Web Application (SPA) to manage user created projects |
| 18 | +- Authentication feature |
| 19 | +- Manage your projects |
| 20 | + - Create, Edit and Delete |
| 21 | + - Manage project labels |
| 22 | + - Manage project states and state transitions |
| 23 | + - Manage issues |
| 24 | + - Create, Edit and Delete |
| 25 | + - Change issue's state |
| 26 | + - Add/Delete labels to an issue |
| 27 | + - Add/Edit/Delete comments to an issue |
| 28 | + |
| 29 | +## Preview |
2 | 30 |
|
3 |
| -## Grupo 08 |
4 |
| -- 46008 - Diogo Sousa |
5 |
| -- 46078 - Tiago David |
6 |
| -- 46107 - João Moura |
7 | 31 |
|
8 | 32 | ## Documentation
|
9 |
| -* [How to Build and Run the App](code/jvm/README.md) |
10 |
| -* [API Documentation](docs/README.md) |
11 |
| -* [Phase 2 Presentation Guide](docs/presentation-guide.md) |
| 33 | +- Server Application |
| 34 | + - [How to Build and Run the App](code/jvm/README.md) |
| 35 | + - [API Documentation](docs/README.md) |
| 36 | +- Web Application |
| 37 | + - [How to Build and Run the App](code/js/README.md) |
| 38 | +- [Presentation Guide](docs/presentation-guide.md) |
| 39 | + |
| 40 | +## Credits |
| 41 | +This application was developed for the Web Application Development class (6th semester) at [ISEL](https://www.isel.pt/). |
| 42 | + |
| 43 | +Developed by: |
| 44 | +* [TiagoMMDavid](https://github.com/TiagoMMDavid) |
| 45 | +* [PTKickass](https://github.com/PTKickass) |
| 46 | +* [dvsshadow](https://github.com/dvsshadow) |
0 commit comments