mattpolzin / mattpolzin/harmony
Better support team assignments
Nobody has claimed this yet.
- Dominant language
- Idris
- Stars
- 24
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Right now, aside from being able to assign teams to one's own PR via the request command, Harmony does not have very good support for team assignments. When you see how many PRs are assigned to you, it does not include assignments for teams which you belong to. Similarly, when using the contribute command, PRs for which your teams are assigned are not considered as your assignments.
It's probably worth exposing this as a setting, whether the default is to include team assignments or the other way around. It could be exposed as part of the config file, and/or it could be exposed as a flag like --exclude-teams would not consider team assignments (current behavior) but otherwise the new default would consider those assignments.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the assignment handling used by the request and contribute commands, then inspect how Harmony reads configuration and command-line flags. Done means team assignments are handled consistently in both commands, with a documented setting or flag that preserves the current exclusion behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github
- Domain
- cli, developer-experience
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100