Skip to content

Use Case 3 : User to Domain Object Relation

KT edited this page Jun 26, 2018 · 8 revisions

Testing : User views Domain object details

User views job details

  1. Click Login on nav bar
  2. Login with username and password as alice and alice
  3. Click Jobs tab on nav bar
  4. You are redirected to Jobs page which shows the all the job listings
  5. Click a job title from the list of jobs to view the details for that job.
  6. As you are logged in, you can also save or apply to a job, which would be updated in user's dashboard.

User views his/her job applications on dashboard

  1. As you are logged in, you can view user dashboard by clicking Dashboard tab on nav bar.

User's Dashboard shows user's job applications and their status (saved/applied).


User saves/unsaves a job

user bookmarks or saves a domain object

If a user saves or applies to a job, it is regarded as his job application.

  1. Click Login on nav bar
  2. Login with username and password as alice and alice
  3. Click Jobs tab on nav bar
  4. You are redirected to Jobs page which shows the all the job listings
  5. Click a job title from the list of jobs to view the details for that job.
  6. Click Save. (You also have the option to UnSave a previously saved job)
  7. To view saved job applications, go to Dashboard Tab and click Saved Job

Demo

Save/Unsave Job

demo gif

Clone this wiki locally