Please enable JavaScript.
Coggle requires JavaScript to display documents.
Users Redirect, FileStructure - Coggle Diagram
Users Redirect
Admin
Login (manage his profile)
Can create Recruiter
See all the Recruiter(CRUD)
see all the Clients (CRUD)
Recruiter
Login and manage his profile
Can see all the job requirement posts which is assign to him
Add notes on posts
Client
Login/Registration
Can create job requirement post
see his all the post and action(note) added by Recruiter.
signin based in role
Sign Up To Application
FileStructure
Models
Admin Modules
Creating the Recruiter/ Managing the profile
Client
Job Requirement
Creating the Client
Creating the Recruiter Profile
Controller
Admin
Get information all Recruiter
get info all client
Create Recruiter
Recruiter
get All job assign him
update post add note on post
Client
all the job managed or action added by recruiter
Can create the Job post
Routes
Authentication based on role
admin routes
get all recruiter and CRUD operation
get all client and CRUD operations
create the recruiter
recruiter routes
update the details /manage the profile
get all job post assign to him
client routes
request to create job requierment
status check for all post and notes added by recruiter
add notes to post
signup route
singin