Commit Graph

  • f0d741cae3 Continuing to fix and update code to reflect proper placing within the app. Moved admin controller to its proper home. attempt2 Ben 2024-04-29 14:35:03 -0500
  • 2103713552 Cleaned up the User model, controller, access periods and added a UserRoleService to help with this. Ben 2024-04-29 13:45:56 -0500
  • 1460df687f Fixed user role changes and admin access to the proper header tabs. Ben 2024-04-26 15:38:09 -0500
  • 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 2024-04-16 19:46:00 -0500
  • bb9c354146 Added the ability to change and confirm new passwords for editing a user as an admin Ben 2024-04-12 02:55:34 -0500
  • 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 2024-04-12 02:40:09 -0500
  • e7abc0fa50 Removed autocomplete fields from Create New User page. Ben 2024-04-11 23:48:16 -0500
  • 350ee25d7d Edit user page now automatically greys out user access end date if access revoked has not been checked. Ben 2024-04-11 16:40:32 -0500
  • bdc5c406c7 Almost done with User edit view. Still need to update styling and change the access start and end date fields. Ben 2024-04-09 18:55:52 -0500
  • 26a7821e11 Added automatically applying all default entered users to being a "user". Ben 2024-04-09 18:14:10 -0500
  • 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 2024-04-09 17:48:54 -0500
  • 867deebf20 Finished adding the ability for admins to create new users. Ben 2024-04-03 18:32:15 -0500
  • 1d5646e61c Rolify has been added successfully to the system. Ben 2024-04-03 16:49:16 -0500
  • 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 2024-04-02 18:19:58 -0500
  • 65df59d3e6 Changed Roles within the app to FormRole to account for adding Rolify. Ben 2024-04-02 16:42:58 -0500
  • a2a9e1312b Access no longer allowed unless signed in. Also hid the nav bar unless signed in. Ben 2024-04-02 14:37:53 -0500
  • 0c7d31bac0 Fixed form deletion when records are or are not dependent Ben 2024-02-17 03:30:49 -0600
  • 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 2024-02-17 02:42:12 -0600
  • 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 2024-02-16 23:36:48 -0600
  • 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 2024-02-16 17:22:09 -0600
  • e52a9da39c Users pages have been stylized to fit in line with the app Ben 2024-02-16 15:13:09 -0600
  • 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. Ben 2024-02-15 17:23:54 -0600
  • 5d024f430a Updated back button for proper text. Ben 2024-02-15 16:11:16 -0600
  • 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. Ben 2024-02-15 16:08:24 -0600
  • 1474feef98 Just updated Employer show view to list DOB instead of Date of Birth Ben 2024-02-12 17:42:13 -0600
  • 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. Ben 2024-02-12 17:26:45 -0600
  • 54ac6a05a3 Merge branch 'attempt2' of https://git.wit.org/ben/obdev into attempt2 Ben 2024-02-12 14:31:06 -0600
  • 2360c8fa91 Fixed editing for Worker and Employer DOB in their respective show views. Ben 2024-02-12 14:09:20 -0600
  • 67d435d12b ignore these on failures for the test box Jeff Carr 2024-02-07 21:59:01 -0600
  • f154d713b2 ben's version's Jeff Carr 2024-02-07 21:57:57 -0600
  • 84136d6d3d mariams versions Mariam 2024-02-07 19:21:34 -0600
  • cf10a66220 version info Mariam 2024-02-07 19:07:06 -0600
  • c1deea8463 PLEASE READ Tentative update fixing validation errors with the Participant and Employer models. Had to delete database and reclone last git push. Ben 2024-02-07 05:13:12 -0600
  • 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. Ben 2024-02-06 17:36:08 -0600
  • b375d289fe Updated Participant and Employer models to handle creating and linking if they have the same fields to associate them properly. Test. Ben 2024-02-06 00:24:38 -0600
  • d0081c9d11 Linked Workers to Employers and functionality is working as intended. Ben 2024-02-05 18:49:36 -0600
  • ea9d032ad4 Updated all address fields on their respective show pages to be the proper formatting. Ben 2024-02-05 17:54:10 -0600
  • 58f1d921c1 Changed Vendor Details view so everything is sized correctly. Ben 2024-02-05 17:24:58 -0600
  • 6933ca7635 Fixed sorting on Vendor Details. The Linked Participants are now sorted by last name. Ben 2024-02-05 17:06:56 -0600
  • 944824f443 Edited Worker Details page so styling matches other pages Ben 2024-02-05 16:48:36 -0600
  • de03804a8f Properly Linked Employers to Worker Details view going through the Participant Employer Record. Ben 2024-02-05 16:18:06 -0600
  • 3f9358997b Linked Workers to the Employer Details show view Ben 2024-02-05 15:58:46 -0600
  • 85dd95b5e1 Masked all SSN's on show pages for Participants, Workers and Employers. Ben 2024-02-05 15:11:36 -0600
  • 1405b938cd Updated Worker show page to have proper styling for edit and show buttons. Ben 2024-02-02 23:39:11 -0600
  • b598b345d5 Fixed the Particpant linking issue. Now when creating new Participant correctly links and displays on associated Employer show page. Ben 2024-02-02 23:33:15 -0600
  • 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. Ben 2024-02-02 23:12:36 -0600
  • 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. Ben 2024-02-02 17:40:57 -0600
  • 611dee5eb8 Updated Styling on Worker Linked Participants to match app. Also Completed linking Participants on the Vendor show view. Ben 2024-02-02 17:13:06 -0600
  • 1265d885ec Updated Worker Show page to include Linked Participants Ben 2024-02-02 16:44:50 -0600
  • 9066a968eb Readded SSN and Gender to Participant Details. Hide all but last 4 of ssn on Show view. Ben 2024-02-02 16:01:26 -0600
  • dbc900a7f3 Completely changed Participant show page to reflect a different stylistic approach to the Part details Ben 2024-01-31 03:01:52 -0600
  • 405125df6c Linked Vendors to Participants via Service Contracts Ben 2024-01-31 02:19:24 -0600
  • 778afeec08 Updated all views so address ,'s only show for actual field entry Ben 2024-01-31 01:09:28 -0600
  • a5a732b9cd Fixed the Vendor Module to reflect the address update and edited the styling to keep it consistent with current modules. Ben 2024-01-31 00:49:23 -0600
  • 12352ef69d Updated Edit Employment view to be in line with our app Ben 2024-01-30 17:11:13 -0600
  • daa563f31a Worker Module updated and fixed to include proper styling and page views Ben 2024-01-30 17:02:46 -0600
  • ef63a37371 Created function to mask SSN in Participant show view. Added to Participant helper. Ben 2024-01-30 16:51:32 -0600
  • bdfdf6942a Fixed and updated Participant Module. Ben 2024-01-30 16:45:30 -0600
  • d8fe866b68 Employer module updated and now working as intended with updated fields, proper saving and design elements. Ben 2024-01-30 16:34:18 -0600
  • 66aaeb4ed6 Updated all current Models to include Pagination for index views. Ben 2024-01-30 00:04:20 -0600
  • d5e19f561e All current models have updated address fields and editing for new views is complete for color and object placement. Ben 2024-01-29 23:51:42 -0600
  • 1656508ccd Removed all entries for all models and changed Employer model to reflect first name and last name instead of Name Ben 2024-01-29 22:04:56 -0600
  • 97bde74af0 All current index pages now have consistent styling Ben 2024-01-29 21:31:27 -0600
  • aefe442be6 Participant model now has all the same color buttons Ben 2024-01-29 21:06:41 -0600
  • e952763c3a Fixed Participant Show page. Add new worker now will autofill on user entry based on already entered Workers. Ben 2024-01-29 21:03:16 -0600
  • 847921ba25 Added line break on Part details page between worker names and adding new worker Ben 2024-01-23 20:28:22 -0600
  • 8d59f7b788 Fixed linked workers to be selectable and also now have them displaying in alpha order by last name Ben 2024-01-23 19:14:58 -0600
  • f474c91b8c Changed Linked Workers on Participant to have icons for Edit and Delete Ben 2024-01-23 00:31:35 -0600
  • 95dd6dca7e Linked Workers are now editable and removeable from a Participant. Also created the associated Controller and Edit view for said actions. Ben 2024-01-23 00:14:10 -0600
  • 38e4553e33 Modified the start and end date fields so they display correctly in line with the rest of our design Ben 2024-01-23 00:03:02 -0600
  • b742c3bf78 Linked workers for participant show page have been bootstrapped! Ben 2024-01-22 23:48:37 -0600
  • d817ae6992 Linked workers for the Particpant show page now work and link correctly! Ben 2024-01-22 23:46:09 -0600
  • 9c6f980ccb Participant show page per person now can have linked workers within the system Ben 2024-01-22 22:57:37 -0600
  • 97b4e89e7a Added nav bar elements to navigate to each of the models index pages Ben 2024-01-22 21:51:49 -0600
  • 2c7c20ef33 Participant model color scheme updated and so far complete Ben 2024-01-22 21:46:20 -0600
  • 2830ace0d9 changed active page highlight color to warning for Participant index, also changed Participant form MCI field to only allow 10 numeric digits Ben 2024-01-22 21:22:29 -0600
  • 52e0fbb211 Changed background color, edited Pagination for Participant page to better match our look for app Ben 2024-01-22 19:48:38 -0600
  • edb56c84ef All edit pages have working delete buttons Ben 2024-01-22 15:26:29 -0600
  • f0cf2b0c24 Centered all index pages table headers and add new buttons Ben 2024-01-22 15:22:22 -0600
  • 335b37f4e2 Checked all pages removed other destory from index pages Ben 2024-01-21 22:46:32 -0600
  • 4e02d7259f Updated Worker, Employer and Participant index pages to not display certain fields. Also fixed DOB field display and removed destory option from index pages. Ben 2024-01-21 22:43:27 -0600
  • 14902e00f0 Changed Participant Index page to include Icons for Show and Edit via Jon's request Ben 2024-01-20 00:52:54 -0600
  • 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. Ben 2024-01-20 00:28:17 -0600
  • 02d8612409 Updated Participant to auto default to yes radio button option and then if no is selected auto fill possible employers from database entry after 2 characters are entered. Also changed destroy options within this model. Ben 2024-01-20 00:05:36 -0600
  • 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 Ben 2024-01-19 23:38:15 -0600
  • 9662776c73 Finished Bootstrapping all Current Pages and Nav bar Ben 2024-01-19 18:25:59 -0600
  • 1fabc351cb Bootstrapped all of the Devise pages (user information) Ben 2024-01-19 17:19:36 -0600
  • 894aee9279 All placeholders for all currently done pages have been updated. I'm tired. Ben 2024-01-17 03:11:52 -0600
  • e251dcd304 All TIN and SSN numbers on created pages are working and updated. Killing it! Ben 2024-01-17 03:00:03 -0600
  • 4b31f8e6c9 TIN formatting updated on Employer Page (have to update other pages) Ben 2024-01-17 02:55:54 -0600
  • d5e588a0fe fixed the fucking SSN LETS GOOOOO!!!! Ben 2024-01-17 02:46:53 -0600
  • 796bb09b38 Fixed Log in and Log out again (continue to work on nav bar) Ben 2024-01-17 02:36:03 -0600
  • 9569ae50c6 All associated Part, Emp, Worker and Vendor pages have been created (still need to edit look and recheck field validation and input) Ben 2024-01-17 01:44:36 -0600
  • d4f7e64906 All associated Worker pages have been created (need to edit fields and look) Ben 2024-01-17 01:21:20 -0600
  • d9873c0672 New Participant page fields edited except for working SSN formatting Ben 2024-01-16 23:10:18 -0600
  • 294758c7b2 Set up all models and relationships between them Ben 2024-01-16 20:54:44 -0600
  • 3232d2fb94 added make version Mariam 2024-01-16 14:08:06 -0600
  • dd36c3eec1 updated Makefile to include instructions for Webpacker Ben 2024-01-15 15:10:00 -0600
  • e68a9fc372 removed unnecessary sign out from home page, now in arbitary nav bar Ben 2024-01-15 00:02:07 -0600
  • ba8b547ab0 fixed logging in and logging out issue, display correct pages Ben 2024-01-14 23:57:43 -0600