A CRUD operation is required to add, update, delete or manage users that are going to use the application. Must take care of user privileges. There are three actors in our system:
Super Admin: Who have privilege to CRUD.
Data Entry Operator: CRU.
Reviewer: RU.
SuperAdmin got the authority to create or modify other users. There can be more than one SuperAdmin in the system.
A CRUD operation is required to add, update, delete or manage users that are going to use the application. Must take care of user privileges. There are three actors in our system:
SuperAdmin got the authority to create or modify other users. There can be more than one SuperAdmin in the system.