Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code

Description

NFR1Responses to all user-initiated actions in the web-interface must be be rendered on our systems in less than 3 seconds.
NFR2Data from the racecar is sent towards the web-application (currently testdata) twice a second. The application should thus update the data it is displaying twice a second.

Security

Code

Description

NFR4NFR2The 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.
NFR5NFR3Passwords must be hashed before they are stored into the database to ensure prevent no user account can be hacked by an outsider.

Reliability

Code

Description

NFR7NFR4All data sent by the racecar race car must be accurate to the last decimal stored in the database or received from the broker. This way, the analyzing racecrew analysing race crew can work with actual accurate data instead of rounded numbers.
NFR8NFR5There 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.

Documentation

NFR11
Code

Description

NFR9NFR6All documentation has to must be made in English to allow other groups that will continue our work after us to understand why we made certain choises, no matter their originchoices.
NFR10NFR7

The main color used for documetation the web-application should be #148484(). The secondary, complementary color to use in addition to the main color should be #81c8bd().

Data is stored in plain text.

Supportability

CodeDescription
NFR12NFR8All systems made by smalltalk should have an A rating on sonarqube SonarQube reliability, security and maintainability, so future groups can work with our code without having to rewrite all of our code.
NFR13NFR9Our code should be tested thoroughly, with at least 80% of the lines being tested by unit-tests. This way we know our code is working and does not contain any annoying bugs or errors.