Skip to content

Commit 9a40167

Browse files
committed
Updated documentation
1 parent 31bacc9 commit 9a40167

File tree

5 files changed

+43
-11
lines changed

5 files changed

+43
-11
lines changed

README.md

+43-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,46 @@
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
230

3-
## Grupo 08
4-
- 46008 - Diogo Sousa
5-
- 46078 - Tiago David
6-
- 46107 - João Moura
731

832
## 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)
File renamed without changes.
File renamed without changes.

ids.md

-3
This file was deleted.

resources/app-preview.mp4

18.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)