...
Code | Description |
---|---|
NFR4 | The application must be protected against SQL-injections and other safety hazards to ensure no user can hack themselves into the race's data and alter said data. |
NFR5 | Passwords must be hashed before they are stored into the database to ensure prevent no user account can be hacked by an outsider. |
...
Code | Description |
---|---|
NFR7 | All data sent by the racecar must be accurate to the last decimal stored in the database or received from the broker. This way, the analyzing racecrew can work with actual accurate data instead of rounded numbers. |
NFR8 | There must be no code smells such as feature envy, shotgun surgery and tradition breaker present in the code. This is to ensure the expandability reliability of our application in the future. |
...