Job description
Hello, the following functionality needs to be added to the existing framework:
- Each project has a manager (one of the project members).
- We introduce a new entity: a task (Task). Each task has a name, belongs to a single project, has people responsible for execution who must be project members, has a start time and an optional end time.
- Create an interface for managing project tasks, accessible to a user in role 1
- The user selects a project and on the list of tasks assigned to it can perform CRUD operations, just as on people and projects. Include search by task name.
- The user can select a group of uncompleted project tasks and set the completion date to the current one with a single button.
Repo:
https://gitlab.com/mariusz.jarocki/pai2023zima
Due by 15.02 by the end of the day.