Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ConceptDescription
RegterschotRacingThe company that wants us to build an application to view data from a racecar's sensors in real-time. RegterschotRacing manages who gets to use the application and which races the application will be used at.
UserThe person that uses the Regterschot Racing application. A user can either be a Crewmember or a Viewer
UsernameThe name the user will use.
PasswordThe hashed key the account of the user utilises.
TokenThe code used to authenticate a user into one of the two user roles.
CrewmemberA person who is part of the Regterschot Racing racing team that reads and analyses the real-time data from the racecar.
ViewerA person who wants to view the race, but has no access to the real-time data dashboards.
RaceThe race that a racecar races in.where the racecar will be used
LapThe laps that make up up the race

Dashboard

A dashboard shows all relevant statistics and data received from the racecar. This dashboard is updated in real-time or shows data of one or more specific rounds.
RacecarThe racecar that the dashboard is showing the data for.
TabA part of the dashboard where graphs can be loaded into.
NameName of the tab.
SensorA device that measures or detects data the way its used for.
DataValues of the sensor.
TimestampTimestamp that the data uses.
GraphShows the data produced by the sensors.
ColorColor used for the data in the graph.
TimeScopeStart time and end time of the graph.
LineGraphA graph that shows data in a line.
BarGraphA graph that shows data by having higher or lower bars.
SpeedoMeterShows the speed the racer is driving at.
MinSpeedMinimal speed used for the speedometer.
MaxSpeedMaximal speed used for the speedometer.
PieChartA circle that shows data with the size of the pieces in the circle.