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 in less than 3 seconds.
NFR2Data from the racecar is sent towards the web-application twenty times per (currently testdata) twice a second. The application should thus update the data it is displaying twenty times twice a second.

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 ensure no user account can be hacked by an outsider.

...