...
Code | Description | ||
---|---|---|---|
NFR9 | All 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, no matter their origin. | ||
NFR10 | 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(). | NFR11 | Data is stored in plain text. |
Supportability
Code | Description |
---|---|
NFR12 | All 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. |
NFR13 | 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 annoying bugs or errors. |