Changes between Version 6 and Version 7 of UseCase001
- Timestamp:
- 05/12/26 23:48:47 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UseCase001
v6 v7 12 12 1. User provides their required registration details, including a {{{email}}}, {{{password}}} and {{{username}}}, and submits the registration form. 13 13 14 2. System validates that the {{{email}}}is unique and that all required fields meet the necessary formatting standards.14 2. System validates that the email is unique and that all required fields meet the necessary formatting standards. 15 15 16 16 {{{#!div style="margin-left: 20px;" … … 22 22 }}} 23 23 24 3. System creates a new entry in the {{{User}}} table with a unique {{{user_id}}} and the current {{{date_created}}}.24 3. System creates a new entry in the User table with a unique user_id and the current date_created. 25 25 26 26 {{{#!div style="margin-left: 20px;" … … 31 31 }}} 32 32 33 4. System initializes a corresponding entry in the {{{Consumer table}}}, setting the {{{points_collected}}} to zero and establishing the one-to-one relationship with the new {{{user_id}}}.33 4. System initializes a corresponding entry in the Consumer table, setting the points_collected to zero and establishing the one-to-one relationship with the new user_id. 34 34 35 35 {{{#!div style="margin-left: 20px;"
