https://github.com/tarekbazine/github-issue-point-counter
A chrome extensions for counting Github issue point/estimate with a flexible options and customizations.
https://github.com/tarekbazine/github-issue-point-counter
chrome-extension estimation github label story-points
Last synced: 7 months ago
JSON representation
A chrome extensions for counting Github issue point/estimate with a flexible options and customizations.
- Host: GitHub
- URL: https://github.com/tarekbazine/github-issue-point-counter
- Owner: tarekbazine
- License: mit
- Created: 2021-03-20T15:22:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-22T16:55:00.000Z (over 4 years ago)
- Last Synced: 2025-03-22T11:48:01.089Z (11 months ago)
- Topics: chrome-extension, estimation, github, label, story-points
- Language: JavaScript
- Homepage:
- Size: 771 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# github-issue-point-counter
[A chrome extensions](https://chrome.google.com/webstore/detail/github-issue-point-counte/achbhcfdbmkmliohhelfeiogepkafekg) for counting Github issue point/estimate with a flexible options and customizations.
_Feature request and PR are more than welcome :D_
Features / RoadMap :
- [x] count estimations which is been indicated in labels.
- [x] highlight non-estimated issues.
- [x] custom regex for count estimations. _( Note : the regex should have the named group `estimation` - ex : `(?\d+)` )_
- [x] enable Debug logs in console.
- [ ] reload on github project search/filter change.
- [ ] migrate code base to TS and split modules.
- [ ] count estimations which is been indicated in ticket titles.
- [ ] count estimations which is been indicated in tickets body.
- [ ] screenshots and small demos (cypress?).
- [ ] customize styling.
- [ ] Other browsers.
---
_Feel free to star the repo if you like it._

----
[CHANGELOG](CHANGELOG.md)