homie-gg / homie

1 stars 0 forks source link

feat(Tasks): track task progression, and estimate #184

Closed mikewuu closed 2 months ago

mikewuu commented 2 months ago

Management wants to plan long term, but devs don't want to commit and provide estimates. This task is to use PR data + task data to estimate how long each task will take. No single person is accountable, but everybody will be accountable.

Implementation

Eventually we can provide a dashboard for all the tasks, but to start, we can just calculate estimates, and add them to the Task titles.

mikewuu commented 2 months ago

Prompt for calculating PR complexity

You are a helpful software project manager.

Given the following Pull Request, assign a complexity score on a scale of 0 to 100 where:

- 10 = simple UI additions, or changes
- 20 = New components, functions or classes
- 40 = Adds a new third-party integrations
- 100 = Significant refactors or major features

Pull Request: