...
Concept | Description | ||||
---|---|---|---|---|---|
RegterschotRacing | Company 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. | ||||
User | The person that uses the Regterschot Racing dashboard.application. A user can either be a Crewmember or a Viewer | ||||
Username | The name the user will use. | ||||
Password | The hashed key of the account of the user utilises. (is hashed) | ||||
Token | Authenticates the user. | ||||
Dashboard | Dashboard shows every stat of the race car. Shows tabs so that the user can filter what they want to see. | ||||
Racer | The racer you choose decides the dashboard you get. | ||||
The code used to authenticate a user into one of the two user roles. | |||||
Crewmember | A person who is part of the Regterschot Racing racing team that reads and analyses the real-time data from the racecar. | ||||
Viewer | A person who wants to view the race, but has no access to the real-time data dashboards. | ||||
Race | The race that a racecar races in. | ||||
Lap | The 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. | ||||
Racecar | The racecar that the dashboard is showing the data for. | ||||
Tab | A part of the dashboard where graphs can be loaded into. | Tab | Shows the graphs that belong to the tab name. | ||
Name | Name of the tab. | ||||
Sensor | A device that measures or detects data the way its used for. | ||||
Data | Values of the sensor. | ||||
TimeStampTimestamp | Time stamp Timestamp that the data uses. | ||||
WheelSpeed | Sends the amount that the wheel spins in rounds per minute. | ||||
RPM | Rounds per minute. | ||||
TimeStamp | Time stamp given with the RPM. | ||||
RaceCar | Car that is used by the racer on the racing track. | ||||
Graph | Shows the data produced by the sensors. | ||||
Color | Color used for the data in the graph. | ||||
TimeScope | Start time and end time of the graph. | ||||
LineGraph | A graph that shows the data with in a line. | ||||
BarGraph | A graph that shows the data through the heights of the data by having higher or lower bars. | ||||
SpeedoMeter | Shows the speed the racer is driving at. | ||||
MinSpeed | Minimal speed used for the speedometer. | ||||
MaxSpeed | Maximal speed used for the speedometer. | ||||
PieChart | A circle that shows data with the size of the pieces in the circle. |