Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
[Maintenance] - BOM RR Tooltip
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
On the bom page, it would be very useful to see the amount a part actually cost in the reimbursement vs the bom table cost, without having to click on and navigate to the reimbursement. I think an on hover popup on the reimbursement number that shows the line items associated with that project inly would accomplish this goal very well
Acceptance Criteria
- hovering over a reimbursement request number in the BOM page of a project shows the line items pulled from that reimbursement request
Proposed Solution
- Update BOMTableWrapper.tsx to fetch the full reimbursement request data
- Filter each RR's line items to the given project's WBS
- Wrap RR# column with DynamicTooltip.tsx
Mocks
hovering over '35' would show the line items pulled from RR 35
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 in BOMTableWrapper.tsx and inspect DynamicTooltip.tsx and the existing reimbursement data flow. Update the BOM page so hovering over an RR number shows only the line items from that reimbursement request matching the project's WBS, as illustrated by the provided mock.
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
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100