ranafaraz / dba_db

Yii2 Application to collect the record of Advocates of District Bar Association, RYK
0 stars 0 forks source link

Create CRUD for Users #10

Open ranafaraz opened 6 years ago

ranafaraz commented 6 years ago

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:

  1. Super Admin: Who have privilege to CRUD.
  2. Data Entry Operator: CRU.
  3. Reviewer: RU.

SuperAdmin got the authority to create or modify other users. There can be more than one SuperAdmin in the system.