https://github.com/romanthekat/simple-issue-tracker
https://github.com/romanthekat/simple-issue-tracker
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/romanthekat/simple-issue-tracker
- Owner: romanthekat
- License: mit
- Created: 2019-09-10T19:35:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T15:19:28.000Z (over 3 years ago)
- Last Synced: 2025-03-24T11:58:09.348Z (2 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= simple-issue-tracker
Simple issue tracker with basic set of functionality and simplistic deployment.
Despite that, gonna have agile/scrum/kanban primitives, like different boards, concept of sprint - mostly for the sake of grouping tasks.== model
=== project
* name
* description=== issue
* name
* description* tags
* parent
* project* type
** epic
** story
** task* status
** open
** in progress
** ready for test
** done
** cancelled=== tag
* name=== sprint
* name
* description* project
* date from
* date to* status