From 79c20212980eca7eb57146f29385557935de92e3 Mon Sep 17 00:00:00 2001 From: Jackson Trenerry <105094182+JTrenerry@users.noreply.github.com> Date: Mon, 27 May 2024 16:29:15 +1000 Subject: [PATCH] Update REPORT.md --- report/REPORT.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/report/REPORT.md b/report/REPORT.md index b42139f..893659a 100644 --- a/report/REPORT.md +++ b/report/REPORT.md @@ -15,17 +15,15 @@ In the project proposal it was outlined that the users should be able to create The team had also realised that the allowing users to sign up would require us to handle the variety of security risks it would introduce such as storing user login data. Therefore, we decided to use AUTH0 to handle the login using external accounts such as Gmail or GitHub. This however, had the unintended affect that it removed our ability to allow users to update the account information or profile picture as that it was handled by AUTH0. The decision to use AUTH0 was made after careful consideration of its security practices and its effect on the project, and is detailed further in [ADR001](../model/adrs/ADR001_AUTHENTICATION.md). - +| Old | New | +|-------|---------| +| Over 99% uptime over a measured period | Over 99% uptime over a 1 day span under some load (link k6 code if done here) | +| All core functionality tested | 100% of backend functions should have their main uses tested (i.e. 200/201 response) and most ( >50%) sub cases. On top of this general automated frontend testing should be done to ensure their is a connection | +| sum about maintain | idk this shit is so dumb | ## Architecture Options