The purpose of the TaskTracker application is to create a system for creating projects and tasks (analogous to Jira).
Set and implemented tasks:
- The ability to create a separate space to work on a specific project.
- Ability to create different types of issues in the backlog.
- Ability to decompose tasks linked to the parent task and transfer them from the backlog to sprint.
- Ability to flexibly configure task filters in the backlog.
- Ability to manage the life cycle of a specific task and flexibly customize workflow.
This MVP project is written using Spring Framework, Spring Boot, Spring JPA, Freemarker. PostgreSQL database.