Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gustafla/bugtracker

Bug/feature tracker app using flask for hy/tsoha 2020
https://github.com/gustafla/bugtracker

Last synced: about 1 month ago
JSON representation

Bug/feature tracker app using flask for hy/tsoha 2020

Awesome Lists containing this project

README

        

# Database application: Bug reports and feature requests

[View a live demo](https://tsoha-2020-bugtracker.herokuapp.com/)

Even though there exists a myriad of bug trackers and feature request systems,
including the current home of this project itself (Github), I've decided to
implement one as an excercise.

The application will have user registration and login, user roles (developer
and user for now), projects which the reports will concern, reports with types
(bug/request), progress-statuses and priorities, keyword-tags for the reports
and basic listing/search which can be sorted by priority, progress and/or age.

## [User stories](documentation/stories.md)

## [Database diagram](documentation/database_diagram.md)