-
Notifications
You must be signed in to change notification settings - Fork 2
Detailed Specifications
The tutoring system shall allow the user to securely login when the appropriate username and password is provided for the user within 5 seconds.
Chelsea
A student or tutor will be able to login to the system using the username and password created when they registered for the system. The system will verify these credentials. Once logged in securely, they will be able to access the services offered by the system.
- The student enters the username and password they created when registering.
- The tutoring system (TS) retrieves a list of registered usernames.
- The TS finds a matching username in the database.
- The TS verifies that the password in the database matches the one entered by the user.
- The TS checks that the username is registered as a student.
- The TS displays the student view of the application.
- The student can now use the tutoring services.
- The tutor enters the username and password they created when registering.
- The TS retrieves a list of registered usernames.
- The TS finds a matching username in the database.
- The TS verifies that the password in the database matches the one entered by the user.
- The TS checks that the username is registered as a tutor.
- The TS displays the tutor perspective of the application to be prepared by another team.
- The student can now use the tutoring services.
-
3.a The TS does not find a matching username in the database.
3.a.1 The tutoring system displays an error message: "Incorrect Username".
-
4.a The tutoring system cannot match the password in the database to the entered password by the user.
4.a.1 The tutoring system displays an error message: "Incorrect username/password combination".
Meeting Minutes
24/09/2019
27/09/2019
3/10/2019
8/10/2019
19/10/2019
24/10/2019
26/10/2019
07/11/2019
14/11/2019
19/11/2019
21/11/2019
26/11/2019
Sprint 1
Requirements
Use Case Diagram
UML Diagram
Detailed Specifications
Sprint 2
SQA Plan
SQA Report
Endpoints
Queries & Integration
RESTful API Tests
Sprint 3
System Architecture
UI Mockup
Sprint 4
Web Documentation
Android Documentation