Skip to content

Use Case 1 : User to User Relation

KT edited this page Jun 25, 2018 · 8 revisions

User to User Relation

Recruiter raises a verification request with admin

User registers as 'Recruiter'

  1. Click Sign Up on homepage nav bar
  2. Register with Role as Recruiter
  3. Add email while registering
  4. Click Login on nav bar
  5. Try to login with the recruiter that you just registered.
  6. Login is unsuccessful.

Registering as a recruiter automatically generates a verification request with the admin.
Before admin verifies a recruiter, the recruiter cannot log in to the portal.

Demo

view premium feature gif

Admin approves verification request of recruiter

User logs in as admin

  1. Click Login on homepage nav bar
  2. Login with username and password as admin and admin
  3. You are redirected to the Admin page, which lists all Recruiters with pending verification requests
  4. Click the Approve button to verify a recruiter(greg).
  5. This removes that particular recruiter('greg') from the Pending Recruiter List
  6. Click Logout on navbar to logout from admin session
  7. You can now login to check whether that recruiter(greg) is granted access to the portal.

User logs in as recruiter (greg)

  1. Click Login on nav bar
  2. Login with username and password as greg and greg
  3. You are logged in and redirected to recruiter Profile page, where you can update basic profile info.

As admin approved the verification request for this recruiter, this recruiter was able to log in and access the portal.


Admin rejects verification request of recruiter

User logs in as admin

  1. Click Login on homepage nav bar
  2. Login with username and password as admin and admin
  3. You are redirected to the Admin page, which lists all Recruiters with pending verification requests
  4. Click the Reject button to verify a recruiter ( e.g. han).
  5. This removes that particular recruiter('han') from the Pending Recruiter List and also deletes that recruiter.
  6. Click Logout on navbar to logout from admin session
  7. You can now login to check whether that recruiter(han) can login or not.

User logs in as recruiter (han)

  1. Click Login on nav bar
  2. Login with username and password as han and han
  3. Login is unsuccessful as the recruiter(han) has been deleted.

As admin rejected the verification request for han, the user wasn't able to login with these credentials.

Clone this wiki locally