dashboard
Page for managing jobs, applicants, and forms
Dashboard Overview
The dashboard is used for viewing and managing Jobs
, Applicants
, and Forms
. Admins and Managers can view and edit all Jobs
and Applicants
as well create and modify Forms
. Viewers can view any Jobs
and Applicants
which they are assigned and can update the Status
for those Applicants
.
Key Workflows
Do when Current User's Role is empty
Navigates the user away from the page if they do not have the proper permissions
Do when Current User's Role's Can view all? is "no" and Get tab from page URL is Group Nav 3 - Forms's text
Navigates the user away from the tab if they do not have the proper permissions
Button Add Job is clicked
Creates a new
Job
and shows the add / edit job form by setting ajob
parameter to the newJob
'sunique id
Button Assign Users is clicked
Updates the list of
Assigned users
for theJob
Only Admins and Managers can update this list
Button New Form is clicked
Creates a new
Form
and navigates the user to the form page to modify itAuto-populates the
Name
andConfirmation message
fields and sets theSaved?
to yes
Button Remove Job is clicked
Deletes the
Job
from the database
Button Save Changes (Job) is clicked
Updates the
Job
with the inputted informationSets the
Saved?
field to yes so theJob
will now appear in lists and be viewable on the platform
Button Update Status is clicked
Updates the
Stage
- or status - for theApplicant
This is accessible to any users who are eligible to view this
Applicant
'sJob
Group Edit Job is clicked
Shows the form for editing a
Job
by setting ajob
parameter to the relevantJob
'sunique id
Text Applicant Notes Count is clicked
Shows the interface for viewing and adding
Notes
- or comments - for anApplicant
by setting anapplicant
parameter to the relevantApplicant
'sunique id
IonicToggle Job Active's value is changed
Updates the active/inactive status of the
Job
by updating theInactive?
fieldOnly Admins and Managers can access this input
Key Elements
RepeatingGroup Applicants
Shows the relevant list of
Applicants
Admins and Managers can view all
Applicants
on the platform and Viewers can viewApplicants
forJobs
which they've been assignedCan be filtered using
Dropdown Filter Applicants - Job
andDropdown Filter Applicants - Status
RepeatingGroup Forms
Shows the relevant list of
Forms
Only Admins and Managers can view and interact with
Forms
RepeatingGroup Jobs
Shows the relevant list of
Jobs
Admins and Managers can view all
Jobs
on the platform and Viewers can viewJobs
which they've been assigned
var - job url parameter
Pulls from the
job
url parameter which is used when creating or editing aJob
var - applicant url parameter
Pulls from the
applicant
url parameter which is used for viewing anApplicant
'sNotes
Last updated