• Joined on 2023-12-11
ben pushed to attempt2 at ben/obdev 2024-04-29 14:35:44 -05:00
f0d741cae3 Continuing to fix and update code to reflect proper placing within the app. Moved admin controller to its proper home.
ben pushed to attempt2 at ben/obdev 2024-04-29 13:46:46 -05:00
2103713552 Cleaned up the User model, controller, access periods and added a UserRoleService to help with this.
ben pushed to attempt2 at ben/obdev 2024-04-29 12:50:15 -05:00
1460df687f Fixed user role changes and admin access to the proper header tabs.
ben pushed to attempt2 at ben/obdev 2024-04-16 19:47:12 -05:00
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.
ben pushed to attempt2 at ben/obdev 2024-04-12 02:56:14 -05:00
bb9c354146 Added the ability to change and confirm new passwords for editing a user as an admin
ben pushed to attempt2 at ben/obdev 2024-04-12 02:40:56 -05:00
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.
ben pushed to attempt2 at ben/obdev 2024-04-11 23:48:59 -05:00
e7abc0fa50 Removed autocomplete fields from Create New User page.
ben pushed to attempt2 at ben/obdev 2024-04-11 16:41:14 -05:00
350ee25d7d Edit user page now automatically greys out user access end date if access revoked has not been checked.
ben pushed to attempt2 at ben/obdev 2024-04-09 18:56:54 -05:00
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".
Compare 2 commits »
ben pushed to attempt2 at ben/obdev 2024-04-09 17:49:57 -05:00
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.
ben pushed to attempt2 at ben/obdev 2024-04-03 18:32:43 -05:00
867deebf20 Finished adding the ability for admins to create new users.
ben pushed to attempt2 at ben/obdev 2024-04-03 16:49:38 -05:00
1d5646e61c Rolify has been added successfully to the system.
ben pushed to attempt2 at ben/obdev 2024-04-02 18:21:27 -05:00
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.
ben pushed to attempt2 at ben/obdev 2024-04-02 16:43:31 -05:00
65df59d3e6 Changed Roles within the app to FormRole to account for adding Rolify.
ben pushed to attempt2 at ben/obdev 2024-04-02 14:38:27 -05:00
a2a9e1312b Access no longer allowed unless signed in. Also hid the nav bar unless signed in.
ben pushed to attempt2 at ben/obdev 2024-02-17 03:31:15 -06:00
0c7d31bac0 Fixed form deletion when records are or are not dependent
ben pushed to attempt2 at ben/obdev 2024-02-17 02:42:55 -06:00
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.
ben pushed to attempt2 at ben/obdev 2024-02-16 23:38:03 -06:00
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.
ben pushed to attempt2 at ben/obdev 2024-02-16 17:23:08 -06:00
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.
ben pushed to attempt2 at ben/obdev 2024-02-16 15:13:41 -06:00
e52a9da39c Users pages have been stylized to fit in line with the app