McMaster-Baja-Racing / McMaster-Baja-Racing/Better-Data-Viewer
Add Endpoint to compute Chart Timestamps
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Currently the timestamp values of a chart are computed by offsetting all the timestamp by the datetime at the start of the file. To account for discrepancies between the timestamps and gps dmyhms. This should be fixed by adding a new endpoint to the backend which explicitly calculates the timestamps of the file in datetime with a higher number of references to the gps time. The goal of this change is to hopefully better account for errors in the teensy timestamp.
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
Start by locating the backend code that currently offsets chart timestamps using the datetime at the start of the file, then trace how GPS dmyhms values are read. Define the new endpoint around explicit file timestamp calculation with more GPS-time references, and verify that it better accounts for Teensy timestamp errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100