Skip to content

Releases: McMaster-Baja-Racing/Better-Data-Viewer

v1.1.0

28 Mar 03:54
d6aad9e
Compare
Choose a tag to compare

Data viewer v1.1.0 is officially released, with several new features as well as some optimized ones!

  • Video Sync
    -> Allows you to sync up graphs with videos, automatically collecting date information from the respective GPS' and displaying all the information between them.
  • Multiple Graphs
    -> Allows the display of many graphs at once, including video sync and live data!
  • Map + Playback
    -> Replays vital GPS data overlayed onto a streetview map, giving more context to this data. Further allows checkpoints and lap times to compare
  • Slight clean-up + Optimization
    -> Several front end features as well as backend have been cleaned up as to have a better dev experience. Hopefully this process will be completed fully with v1.2.0

V1.0.0

29 Nov 18:53
Compare
Choose a tag to compare

Data Viewer 1.0

Official release of Data Viewer 1.0, with features including:

  • Various Graphing Visuals
    • Two axis
      • Line
      • Spline
      • Scatter
    • Three axis
  • Data Processing / Filtering
    • Smoothening
    • Compression
    • Interpolation
    • Scaling
    • And more
  • Documentation!
    • Find all the docs on the wiki!
  • Error Handling
    • Feedback on what went wrong

Many more features are planned for the future.

v0.3.0

26 Feb 17:56
Compare
Choose a tag to compare

0.3.0 comes with full access to analyzers, including AccelCurve, RollingAverage and LinearInterpolate. Also features an improved front end UI. Beyond this, live data is in an alpha stage, in which a connection without customization can be made, and live data can be viewed.

0.2.0

05 Jan 16:11
Compare
Choose a tag to compare

Second iteration of the minimum viable product, now with a functioning backend. This includes upload to and download from, as well as viewing information about the uploaded files. Should not have any remaining errors displayed in the console. Further can resize single graph. Bug testing is needed.

Required tools:

  • NodeJS and NPM
  • JDK (probably)

To setup:

  1. Clone repository.
  2. Inside a terminal, navigate to the folder Better-Data-Viewer\front-end, then run the command npm i
  3. Inside a terminal, navigate to the folder Better-Data-Viewer\API, then run the command ./mvnw spring-boot:run
  4. Setup complete!

To run:

  1. Inside a terminal, navigate to the folder Better-Data-Viewer\front-end, then run the command npm start. Do not close this terminal.
  2. In another terminal, navigate to the folder Better-Data-Viewer\API, then run the command ./mvnw spring-boot:run. Do not close this terminal
  3. Go to localhost:3000 to begin.