https://github.com/raineorshine/github-milestone-groups
A chrome extension that lets you group issues in a GitHub milestone.
https://github.com/raineorshine/github-milestone-groups
Last synced: 3 months ago
JSON representation
A chrome extension that lets you group issues in a GitHub milestone.
- Host: GitHub
- URL: https://github.com/raineorshine/github-milestone-groups
- Owner: raineorshine
- Created: 2024-07-21T23:12:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T19:25:30.000Z (6 months ago)
- Last Synced: 2025-03-10T15:09:31.265Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A chrome extension that lets you group issues in a GitHub milestone.
Works with [Everhour](https://everhour.com/) to calculate the estimated total hours per group.
## Known Issues
- Does not re-render when a new issue is added to the milestone in another tab or Everhour estimates change.
- Cannot drop an issue as the _first issue_ in a group. This does not work because GitHub's drop handler updates the priority based on the issue directly above the dropped issue, but it cannot recognize the "foreign" milestone group.
- **Workaround:** Drop the issue one down from its intended destination, and then move the milestone group down one.