-
Notifications
You must be signed in to change notification settings - Fork 0
Use Case 4 : User to Domain Object 1 to Many Relation
KT edited this page Jun 26, 2018
·
7 revisions
user views details of a particular domain object
Any job which the user saves or applies to, becomes his job application.
- Click
Loginon nav bar - Login with username and password as
aliceandalice - Click
Dashboardtab on nav bar - You are redirected to
Dashboardpage which shows the all the job applications for a user. - Click on
Applied Jobsto view the list of applications to which the user has applied. - Click on
Saved Jobto view the list of saved applications. .
- Click
Loginon nav bar - Login with username and password as
aliceandalice - Click
Jobstab on nav bar - You are redirected to
Jobspage which shows the all the job listings - Click a job title from the list of jobs to view the details for that job.
- Click
Apply. - To view applied job applications, go to
DashboardTab and clickApplied Jobs
- Click
Loginon nav bar - Login with username and password as
aliceandalice - Click
Dashboardtab on nav bar - You are redirected to
Dashboardpage which shows the all the job applications for a user. - Click on
Saved Jobto view the list of saved applications. - Click on
Applyto apply to a saved job application.