f0d741cae3
Continuing to fix and update code to reflect proper placing within the app. Moved admin controller to its proper home.
2103713552
Cleaned up the User model, controller, access periods and added a UserRoleService to help with this.
6d03d80a31
Corrected an error with Form Roles vs Rolify Roles. Forms view for create and edit now show the correct roles that should be assigned.
b4cd83c2e7
Added the ability to log multiple access periods to each User and the ability to not only display these access periods but also remove them if accidentally entered.
350ee25d7d
Edit user page now automatically greys out user access end date if access revoked has not been checked.
bdc5c406c7
Almost done with User edit view. Still need to update styling and change the access start and end date fields.
26a7821e11
Added automatically applying all default entered users to being a "user".
cbbe45c791
Working on the User model. Have the new desired fields for users and need to still stylize Edit page, link the right form page and continue with access revoking.
8343c3ae8a
Updated all models so on creating entries the system will autopopulate all corresponding forms depending on the type entered. Including participants who are also employers properly populating both.
cf759a4cc7
Fixed my problem and now have correctly linked multiple form submission to more than one model and am able to update all relevant forms within the model.
84c0092701
Did a lot. Onboarding under Demographics now works for the participant model correctly linking admin forms to the right model. Styling has also been complete. Still need to do other models and check for multiple inputs on form role submission.
d0149a50e2
Created the Forms model. Added styling elements. Still need to include a list of already known forms to add to system. Also locked forms and admin tab behind admin access.