Skip to content

Role 1 : ANONYMOUS USER

KT edited this page Dec 11, 2018 · 7 revisions

USE CASE - Anonymous User

A user who is not logged in !

Description

Anyone who is browsing the job portal without being logged-in is an anonymous user.
The following functionality is open to anonymous users :

  1. View Movies
  2. Search Movies by keyword
  3. View Movie details
  4. View Events
  5. View Event details
  6. Register
  7. Login

Register

  1. Click Register tab on nav bar.
  2. Register with role as Guest or Host

Login

  1. Click Login tab on nav bar.
  2. Login if you are already registered.

Anonymous user views Events listing

  1. Click Events tab on nav bar
  2. You are redirected to event-list page which shows the all the events as a list.

Anonymous user views Event details

  1. Click Events tab on nav bar
  2. You are redirected to event-list page which shows the all the events as a list.
  3. Click an event name from the list of events to see its details.