You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 27 Next »

Non-functional Requirements

Performance Efficiency

Code

Description

NFR1Responses to all user-initiated actions in the web-interface must be be rendered on our systems in less than 3 seconds.

Security

Code

Description

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

Reliability

Code

Description

NFR7All 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.
NFR8There must be no code smells such as feature envy, shotgun surgery and tradition breaker present in the code. This is to ensure the reliability of our application in the future.

Documentation

Code

Description

NFR9All documentation has to be made in English to allow other groups that will continue our work after us to understand why we made certain choises.
NFR10

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

Supportability

CodeDescription
NFR12All systems made by smalltalk should have an A rating on sonarqube reliability, security and maintainability, so future groups can work with our code without having to rewrite all of our code.
NFR13Our 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 bugs or errors.
  • No labels