Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine

[Maintenance] - BOM RR Tooltip

Open
#4,338 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

maintenance
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
Image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.