A chrome extensions for counting Github issue point/estimate with a flexible options and customizations.
Feature request and PR are more than welcome :D
Features / RoadMap :
- count estimations which is been indicated in labels.
- highlight non-estimated issues.
- custom regex for count estimations. ( Note : the regex should have the named group
estimation
- ex :(?<estimation>\d+)
) - 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.