Other functional requirements
On top of the requirements set by the different use-cases and the domain model, there's a few more requirements that we'll have to take into account when developing our product. The requirements listed in the table below are all functional, meaning that our system needs these functionalities.
Code | Description |
---|---|
FR1 | A user must be able to log in to the website to be able to either view a race or analyse the data of a specific racecar. |
FR2 | A crewmember must be able to view all data sent from the sensors of a racecar on a dashboard to be able to analyse the race and make impactful decisions. |
FR3 | All data sent by the sensors in a racecar must be represented in any form of graph to provide an easy insight into the current race's situation. |
FR4 | A user should be able to view the data of multiple racecars that have been added to their personal account. |