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
Joband shows the add / edit job form by setting ajobparameter to the newJob'sunique id
Button Assign Users is clicked
Updates the list of
Assigned usersfor theJobOnly Admins and Managers can update this list
Button New Form is clicked
Creates a new
Formand navigates the user to the form page to modify itAuto-populates the
NameandConfirmation messagefields and sets theSaved?to yes
Button Remove Job is clicked
Deletes the
Jobfrom the database
Button Save Changes (Job) is clicked
Updates the
Jobwith the inputted informationSets the
Saved?field to yes so theJobwill now appear in lists and be viewable on the platform
Button Update Status is clicked
Updates the
Stage- or status - for theApplicantThis is accessible to any users who are eligible to view this
Applicant'sJob
Group Edit Job is clicked
Shows the form for editing a
Jobby setting ajobparameter to the relevantJob'sunique id
Text Applicant Notes Count is clicked
Shows the interface for viewing and adding
Notes- or comments - for anApplicantby setting anapplicantparameter to the relevantApplicant'sunique id
IonicToggle Job Active's value is changed
Updates the active/inactive status of the
Jobby updating theInactive?fieldOnly Admins and Managers can access this input
Key Elements
RepeatingGroup Applicants
Shows the relevant list of
ApplicantsAdmins and Managers can view all
Applicantson the platform and Viewers can viewApplicantsforJobswhich they've been assignedCan be filtered using
Dropdown Filter Applicants - JobandDropdown Filter Applicants - Status
RepeatingGroup Forms
Shows the relevant list of
FormsOnly Admins and Managers can view and interact with
Forms
RepeatingGroup Jobs
Shows the relevant list of
JobsAdmins and Managers can view all
Jobson the platform and Viewers can viewJobswhich they've been assigned
var - job url parameter
Pulls from the
joburl parameter which is used when creating or editing aJob
var - applicant url parameter
Pulls from the
applicanturl parameter which is used for viewing anApplicant'sNotes
Last updated
Was this helpful?