Changes between Version 1 and Version 2 of UseCase001


Ignore:
Timestamp:
05/12/26 22:53:14 (2 weeks ago)
Author:
232012
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase001

    v1 v2  
    1010
    1111{{{#!div style="text-align: justify; width: 100%;"
    12 1. User provides their required registration details, including a email, password and username, and submits the registration form.
     121. User provides their required registration details, including a {{{email}}}, {{{password}}} and {{{username}}}, and submits the registration form.
    1313
    14 2. System validates that the email is unique and that all required fields meet the necessary formatting standards.
     142. System validates that the {{{email}}} is unique and that all required fields meet the necessary formatting standards.
    1515
    16 3. System creates a new entry in the User table with a unique user_id and the current date_created.
     163. System creates a new entry in the {{{User table with a unique {{{user_id}}} and the current {{{date_created}}}.
    1717
    18 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.
     184. 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}}}.
    1919
    20205. System confirms the successful account creation and automatically logs the user in.