Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
[Bay Dashboard] - NERWidget Component
Open
@SaraLynnJ is already working on this.
Since Sep 15, 2026.
front-end
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
Every widget used in the bay dashboard should share a base component NERWidget to standardize formatting. The frame is a titled box that comes in three sizes. The widget itself should take in a title, size, and content
Acceptance Criteria
- takes in a size prop, optional title, and children
- ss of three size options SMALL/MEDIUM/LARGE
- renders correctly with no children - correct size, title, blank body matching mock below
Proposed Solution
Title bar, padding, border
- defined widget dimensions mapped to each size
- font sizes and padding scale with the size
build in NERWidget.tsx, can test visually in BayDashboardPage at localhost:3000/bay-dashboard
Mocks
Three Widget Sizes
Notes
- No loading or error states yet, will be handled by individual widgets
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.
Assessment
This issue has not been assessed yet.