Changes between Version 2 and Version 3 of UseCase002


Ignore:
Timestamp:
05/09/26 01:55:12 (3 weeks ago)
Author:
232012
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase002

    v2 v3  
    14142. System retrieves the user record from the database to verify the credentials and determine the user's role.
    1515
    16 3. System checks the Admin and Consumer tables to identify the specific permissions and attributes (like points_collected for consumers or type for admins) associated with that user_id.
     163. System checks the Admin and Consumer tables to identify the specific permissions and attributes associated with that user_id.
    1717
    18184. System grants access and redirects the user to the appropriate dashboard based on the results.