StephenOTT / GitLab-Time-Tracking

Lightweight Time Tracking application for GitLab Issue Queues
52 stars 7 forks source link

#18: Add support for story points estimation at issue description #19

Closed jsobiecki closed 3 years ago

jsobiecki commented 8 years ago

This is implementation of proposal for story points support. If user will use special emoji in issue description (it has to be separate line somewhere in description), then additional information about story points will be added to issue.

Example entry: :point_up: 3 | Story point estimation

I'm not a ruby programmer, so I tried to use existing patterns, and code quality will need some review and refactoring, but at least proof of concept seems to work.

StephenOTT commented 8 years ago

@harijari can you provide use case difference between the use of the budgets and the story points?

Budget = :dart: 1h

Story point = :point_up: 1

StephenOTT commented 8 years ago

btw the code looks pretty good. Good job