mattermost / mattermost/mattermost-plugin-github
Create Issue modal should disable labels etc instead of hiding the elements
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 179
- Forks
- 180
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 13
Description
Before selecting a repo, there are 3 total fields available. Once the repo is selected, we place labels, assignees, and milestones in the middle of the form. When a repo is selected that does not have labels etc, the form elements disappear.
We can make the modal experience more fluid by always showing labels, assignees, and milestones, but disable the elements when the repo does not support those fields.



Contributor guide
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 locating the Create Issue modal and the logic that hides the labels, assignees, and milestones fields when a repository is selected. Verify the behavior with repositories that support and do not support those fields; done means all three remain visible and unsupported fields are disabled rather than removed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 66/100