Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
[Executive Summary] - Competition Documents section
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
We want to create a competition documents component to display statistics on competition documents. This should exist in its own file and will take in a CompetitionDocumentsSummary (in exec-summaries.shared.ts) and display the information accordingly.
Acceptance Criteria
- component displays number of documents submitted on time and first submission rejections
Proposed Solution
- create a new file to store this in
- have component take in CompetitionDocumentsSummary
- display the numbers like shown in the mock
Mocks
NOTE: this can have the 'view more' button, but it should be commented out for now.
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 reading the CompetitionDocumentsSummary definition in exec-summaries.shared.ts and review the provided mocks for the intended layout. Create the component in its own file, pass it the summary data, and verify that it displays documents submitted on time and first submission rejections; leave the optional “view more” button commented out.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 72/100