Case study
Bug tracker
A convenient application for tracking tasks and bugs for an internal team
01 Task
The team needed its own simple task and bug tracker without a heavy external service
02 Solution
I made an application in .NET. Made the creation of tickets, assigning executors, movement by status and history of changes. I designed the data model so that the entire history of a ticket is visible, and not just the current state
03 Solved tasks
- Created a bug tracking system in .NET
- Implemented the creation of tickets and assignment of executors
- Configured ticket movement by status
- Storing a complete history of changes for a ticket
04 Result
Bugs and tasks are all in one place, with a responsible person and status. You can see who is working on what