Commit Graph

50 Commits

Author SHA1 Message Date
Ben f0d741cae3 Continuing to fix and update code to reflect proper placing within the app. Moved admin controller to its proper home. 2024-04-29 14:35:03 -05:00
Ben 2103713552 Cleaned up the User model, controller, access periods and added a UserRoleService to help with this. 2024-04-29 13:45:56 -05:00
Ben 1460df687f Fixed user role changes and admin access to the proper header tabs. 2024-04-26 15:38:09 -05:00
Ben 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. 2024-04-16 19:46:00 -05:00
Ben bb9c354146 Added the ability to change and confirm new passwords for editing a user as an admin 2024-04-12 02:55:34 -05:00
Ben 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. 2024-04-12 02:40:09 -05:00
Ben e7abc0fa50 Removed autocomplete fields from Create New User page. 2024-04-11 23:48:16 -05:00
Ben 26a7821e11 Added automatically applying all default entered users to being a "user". 2024-04-09 18:14:10 -05:00
Ben 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. 2024-04-09 17:48:54 -05:00
Ben 867deebf20 Finished adding the ability for admins to create new users. 2024-04-03 18:32:15 -05:00
Ben 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. 2024-04-02 18:19:58 -05:00
Ben a2a9e1312b Access no longer allowed unless signed in. Also hid the nav bar unless signed in. 2024-04-02 14:37:53 -05:00
Ben 0c7d31bac0 Fixed form deletion when records are or are not dependent 2024-02-17 03:30:49 -06:00
Ben 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. 2024-02-17 02:42:12 -06:00
Ben 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. 2024-02-16 23:36:48 -06:00
Ben 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. 2024-02-16 17:22:09 -06:00
Ben 12a9641ca7 Added an Admin tab to the main header. Added Forms and Users as additional pages. Set it so Users can only be accessed by an Admin. Still need to finish styling. Forms is set to default until worked on. 2024-02-15 17:23:54 -06:00
Ben 47c981cd57 Added Bank Information under Demographics for Participants, Workers and Vendors. Finished structing and laying out the Participant views. Still need to do the other models. Also Routing and Account numbers need verification set up. 2024-02-12 17:26:45 -06:00
Ben c1deea8463 PLEASE READ Tentative update fixing validation errors with the Participant and Employer models. Had to delete database and reclone last git push. 2024-02-07 05:13:12 -06:00
Ben 35d144327b All models validation for SSN and TIN is working as intended except the Participant model. An error message won't display and the buttons grey out but it won't create as intended. 2024-02-06 17:36:08 -06:00
Ben b375d289fe Updated Participant and Employer models to handle creating and linking if they have the same fields to associate them properly. Test. 2024-02-06 00:24:38 -06:00
Ben d0081c9d11 Linked Workers to Employers and functionality is working as intended. 2024-02-05 18:49:36 -06:00
Ben 6933ca7635 Fixed sorting on Vendor Details. The Linked Participants are now sorted by last name. 2024-02-05 17:06:56 -06:00
Ben 944824f443 Edited Worker Details page so styling matches other pages 2024-02-05 16:48:36 -06:00
Ben 3f9358997b Linked Workers to the Employer Details show view 2024-02-05 15:58:46 -06:00
Ben b598b345d5 Fixed the Particpant linking issue. Now when creating new Participant correctly links and displays on associated Employer show page. 2024-02-02 23:33:15 -06:00
Ben fedc2e67b7 Entering a Participant as an Employer now correctly associates the two in Employer records. Still need to work out selecting a pre existing Employer. 2024-02-02 23:12:36 -06:00
Ben 1265d885ec Updated Worker Show page to include Linked Participants 2024-02-02 16:44:50 -06:00
Ben 405125df6c Linked Vendors to Participants via Service Contracts 2024-01-31 02:19:24 -06:00
Ben a5a732b9cd Fixed the Vendor Module to reflect the address update and edited the styling to keep it consistent with current modules. 2024-01-31 00:49:23 -06:00
Ben daa563f31a Worker Module updated and fixed to include proper styling and page views 2024-01-30 17:02:46 -06:00
Ben bdfdf6942a Fixed and updated Participant Module. 2024-01-30 16:45:30 -06:00
Ben d8fe866b68 Employer module updated and now working as intended with updated fields, proper saving and design elements. 2024-01-30 16:34:18 -06:00
Ben 66aaeb4ed6 Updated all current Models to include Pagination for index views. 2024-01-30 00:04:20 -06:00
Ben 1656508ccd Removed all entries for all models and changed Employer model to reflect first name and last name instead of Name 2024-01-29 22:04:56 -06:00
Ben e952763c3a Fixed Participant Show page. Add new worker now will autofill on user entry based on already entered Workers. 2024-01-29 21:03:16 -06:00
Ben 8d59f7b788 Fixed linked workers to be selectable and also now have them displaying in alpha order by last name 2024-01-23 19:14:58 -06:00
Ben 95dd6dca7e Linked Workers are now editable and removeable from a Participant. Also created the associated Controller and Edit view for said actions. 2024-01-23 00:14:10 -06:00
Ben d817ae6992 Linked workers for the Particpant show page now work and link correctly! 2024-01-22 23:46:09 -06:00
Ben 9c6f980ccb Participant show page per person now can have linked workers within the system 2024-01-22 22:57:37 -06:00
Ben 2830ace0d9 changed active page highlight color to warning for Participant index, also changed Participant form MCI field to only allow 10 numeric digits 2024-01-22 21:22:29 -06:00
Ben 52e0fbb211 Changed background color, edited Pagination for Participant page to better match our look for app 2024-01-22 19:48:38 -06:00
Ben dad8abad3e Successfully changed all of the Participant model to use First Name and Last Name except for Show where it combines them into the Name Field. Everything works. 2024-01-20 00:28:17 -06:00
Ben 2de94bd706 Lots of updates mainly in how pages are displayed. Also edited participant database to allow for simulataneous employer creation, made the TIN field not mandatory etc 2024-01-19 23:38:15 -06:00
Ben 9662776c73 Finished Bootstrapping all Current Pages and Nav bar 2024-01-19 18:25:59 -06:00
Ben 9569ae50c6 All associated Part, Emp, Worker and Vendor pages have been created (still need to edit look and recheck field validation and input) 2024-01-17 01:44:36 -06:00
Ben d4f7e64906 All associated Worker pages have been created (need to edit fields and look) 2024-01-17 01:21:20 -06:00
Ben d9873c0672 New Participant page fields edited except for working SSN formatting 2024-01-16 23:10:18 -06:00
Ben ba8b547ab0 fixed logging in and logging out issue, display correct pages 2024-01-14 23:57:43 -06:00
Ben 55f3dae43c Initial Commit 2024-01-11 19:40:58 -06:00