This project helps organize and track tasks for individuals or teams, ensuring efficient project management and timely completion.
Task manager project deployed to Render
Python3 must be already installed
git clone https://github.com/Andrey1104/it_company_task_manager.git
cd it_company_task_manager
python -m venv venv
source venv/Scripts/activate
pip install -r requirements.txt
python manage.py runserver
The project organizes a model of interaction between an employee or team with a task that is assigned to them.
- The contractor can change the status of the task and also delete it.
- It is possible to assign a task to another executor or to assign a team to complete one or more tasks;
- The team and the list of tasks assigned to it can be combined into a project and deadlines can be set.
- Implemented the ability for employees to communicate on a specific task in the form of a chat.
- Tasks can be combined into a tag.
- You can also see detailed information about an employee, project, team or task.