McMaster-Baja-Racing / McMaster-Baja-Racing/Better-Data-Viewer
Add date metadata
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Feature Description
Include date metadata in the backend and frontend. Currently, front end wants to receive a date value for the file table component, but our backend does not retrieve this data. We can update this to return a date value when getting fileInformation, either through the bin GPS data or via the metadata of the file itself.
Additional Context
date: '2021-01-01', // TODO: Make this dynamic Line to be updated on front end
Contributor guide
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
Locate the backend fileInformation retrieval and the frontend file table code containing the date: '2021-01-01' placeholder. Determine whether the date should come from bin GPS data or file metadata, then verify that a dynamic date is returned by the backend and displayed in the frontend table.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100