Versions Compared

Key

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

...

ConceptDescription
RegterschotRacingCompany The company that wants us to build a zero-emission race car for amateur racingan 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 dashboard.application. A user can either be a Crewmember or a Viewer
UsernameThe name the user will use.
PasswordThe hashed key of the account of the user utilises. (is hashed)
TokenAuthenticates the user.

Dashboard

Dashboard shows every stat of the race car. Shows tabs so that the user can filter what they want to see.
RacerThe racer you choose decides the dashboard you get.
The 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.
LapThe laps that make up 

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.TabShows the graphs that belong to the tab name. 
NameName of the tab.
SensorA device that measures or detects data the way its used for.
DataValues of the sensor.
TimeStampTimestampTime stamp Timestamp that the data uses.
WheelSpeedSends the amount that the wheel spins in rounds per minute.
RPMRounds per minute.
TimeStampTime stamp given with the RPM.
RaceCarCar that is used by the racer on the racing track.
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 the data with in a line.
BarGraphA graph that shows the data through the heights of the 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.