Commit Graph

18 Commits

Author SHA1 Message Date
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 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 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 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 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 d9873c0672 New Participant page fields edited except for working SSN formatting 2024-01-16 23:10:18 -06:00