...
Code | Description |
---|---|
NFR4 | All 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. |
NFR5 | There 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. |
...
Code | Description |
---|---|
NFR6 | All 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 choiseschoices. |
NFR7 | 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(). |
...
Code | Description |
---|---|
NFR8 | All 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. |
NFR9 | Our 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. |