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 consider when developing our product. The requirements listed in the table below are all functional, meaning that our system needs these functionalities.<Use this section to describe functional requirements that cannot be expressed in the shape of use cases, for instance because they do not concern goal-oriented interactions of an actor with the system.>
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 racecarrace car. | ||
FR2 | A crewmember must be able to view all data sent from the sensors of a racecar race car on a dashboard to be able to analyse the race and make impactful decisions. | ||
FR3 | All data sent by the sensors in a racecar race car 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 the data of multiple racecars that have been added to their personal account. |