https://github.com/vito/customs
dashboard showing progression from GitHub issues to Tracker stories
https://github.com/vito/customs
Last synced: 5 months ago
JSON representation
dashboard showing progression from GitHub issues to Tracker stories
- Host: GitHub
- URL: https://github.com/vito/customs
- Owner: vito
- License: mit
- Created: 2016-06-16T02:11:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T14:43:10.000Z (over 9 years ago)
- Last Synced: 2025-04-11T16:37:05.245Z (over 1 year ago)
- Language: JavaScript
- Size: 962 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Customs

A dashboard optimizing management of GitHub issues and their progression
through Tracker to completion.
## Columns
The UI is comprised of 3 columns representing their progress:
### Triaged (feature or bug)
+--------------------------------------------------+
| concourse/concourse#123 Running out of disk |
| concourse/concourse#450 No more subnets |
+--------------------------------------------------+
| `fly volumes` should show volume size started |
| optimize container use when ... scheduled |
+--------------------------------------------------+
* Backlog
* GitHub issues that have progressed into scheduled stories in the backlog.
* Icebox
* GitHub issues that have been turned into a feature or bug in the backlog,
which we plan to do someday.
* Help Wanted
* GitHub issues that we've labeled 'help wanted', which will not have a
corresponding Tracker story.
### Engaged (chore in-flight)
+--------------------------------------------------+
| concourse/concourse#123 Push notifications |
+--------------------------------------------------+
* Pending Reply from Us
* Pending Reply from Them
### Inbox (chore in icebox):
+--------------------------------------------------+
| concourse/concourse#123 My CI burned down |
+--------------------------------------------------+
* New Issues (new -> old)
* Active Issues (by activity (reactions + comments))
* Inactive Issues (old -> new)