Commit Graph

86 Commits

Author SHA1 Message Date
Ben e52a9da39c Users pages have been stylized to fit in line with the app 2024-02-16 15:13: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 5d024f430a Updated back button for proper text. 2024-02-15 16:11:16 -06:00
Ben c5e83e96b0 Participant, Worker and Vendor now have linked bank account information contained in the demographics dropdown menu. Still need to figure out styling of demographics tab. 2024-02-15 16:08:24 -06:00
Ben 1474feef98 Just updated Employer show view to list DOB instead of Date of Birth 2024-02-12 17:42:13 -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 54ac6a05a3 Merge branch 'attempt2' of https://git.wit.org/ben/obdev into attempt2 2024-02-12 14:31:06 -06:00
Ben 2360c8fa91 Fixed editing for Worker and Employer DOB in their respective show views. 2024-02-12 14:09:20 -06:00
Jeff Carr 67d435d12b ignore these on failures for the test box 2024-02-07 21:59:01 -06:00
Jeff Carr f154d713b2 ben's version's 2024-02-07 21:57:57 -06:00
Mariam 84136d6d3d mariams versions 2024-02-07 19:21:34 -06:00
Mariam cf10a66220 version info 2024-02-07 19:07:06 -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 ea9d032ad4 Updated all address fields on their respective show pages to be the proper formatting. 2024-02-05 17:54:10 -06:00
Ben 58f1d921c1 Changed Vendor Details view so everything is sized correctly. 2024-02-05 17:24:58 -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 de03804a8f Properly Linked Employers to Worker Details view going through the Participant Employer Record. 2024-02-05 16:18:06 -06:00
Ben 3f9358997b Linked Workers to the Employer Details show view 2024-02-05 15:58:46 -06:00
Ben 85dd95b5e1 Masked all SSN's on show pages for Participants, Workers and Employers. 2024-02-05 15:11:36 -06:00
Ben 1405b938cd Updated Worker show page to have proper styling for edit and show buttons. 2024-02-02 23:39:11 -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 205fb7fbd6 Changed order of Vendor show view details and also changed Linked Participants to span the same width as Vendor Details for better flow and styling. 2024-02-02 17:40:57 -06:00
Ben 611dee5eb8 Updated Styling on Worker Linked Participants to match app. Also Completed linking Participants on the Vendor show view. 2024-02-02 17:13:06 -06:00
Ben 1265d885ec Updated Worker Show page to include Linked Participants 2024-02-02 16:44:50 -06:00
Ben 9066a968eb Readded SSN and Gender to Participant Details. Hide all but last 4 of ssn on Show view. 2024-02-02 16:01:26 -06:00
Ben dbc900a7f3 Completely changed Participant show page to reflect a different stylistic approach to the Part details 2024-01-31 03:01:52 -06:00
Ben 405125df6c Linked Vendors to Participants via Service Contracts 2024-01-31 02:19:24 -06:00
Ben 778afeec08 Updated all views so address ,'s only show for actual field entry 2024-01-31 01:09:28 -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 12352ef69d Updated Edit Employment view to be in line with our app 2024-01-30 17:11:13 -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 ef63a37371 Created function to mask SSN in Participant show view. Added to Participant helper. 2024-01-30 16:51:32 -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 d5e19f561e All current models have updated address fields and editing for new views is complete for color and object placement. 2024-01-29 23:51:42 -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 97bde74af0 All current index pages now have consistent styling 2024-01-29 21:31:27 -06:00
Ben aefe442be6 Participant model now has all the same color buttons 2024-01-29 21:06:41 -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 847921ba25 Added line break on Part details page between worker names and adding new worker 2024-01-23 20:28:22 -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 f474c91b8c Changed Linked Workers on Participant to have icons for Edit and Delete 2024-01-23 00:31:35 -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 38e4553e33 Modified the start and end date fields so they display correctly in line with the rest of our design 2024-01-23 00:03:02 -06:00