Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
DRC Debugs - Add button in the actions dropdown of a work package to create a design review
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
This ticket is to add a button to the actions dropdown of a work package to create a design review. It should open the create design review modal with the current work package prefilled (and a corresponding team type prefilled as well according to the team associated with the work package - code for this should already be done).
Acceptance Criteria
- A button labelled 'Create Design Review' has been added to the actions dropdown of a work package with the icon CalendarTodayIcon
- When clicked it opens the CreateDesignReviewModal
Proposed Solution
Reusing the existing Create Design Review Modal component should save you a lot of code
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 locating the work package actions dropdown and the existing CreateDesignReviewModal component. Read how the modal is opened and how the associated team type is prefilled, then add the requested action with CalendarTodayIcon and verify that it opens the modal with the current work package selected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100