...
When a crewmember opens the a tab, the front-end does a call to the backendback-end. It calls a method to SensorWithGraphRecource. This is the controller of the SensorWithGraphDAO that gets the data which is needed for displaying graphs on the front-end. The SensorWithGraphDAO creates two DTO's. This is because he SensorWithGraphDAO is the information expert of them.
Design decision
Decision | Description |
---|---|
Problem/Issue | There is no graph linked with a sensor. |
Decision | There will no be no available graphs to add on the graph. |
Alternatives | Give every sensor a line graph (for example), so there is always a graph available. |
Arguments | Not every sensor is able to give a functional line graph. |
Database Design
This is the database setup we will use for the RegterschotRacing API. A full description of every tables usage and datatypes can be found below.
...