obdev/app/controllers
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
..
concerns Initial Commit 2024-01-11 19:40:58 -06:00
admin_controller.rb 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
application_controller.rb Finished adding the ability for admins to create new users. 2024-04-03 18:32:15 -05:00
bank_accounts_controller.rb 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
employer_records_controller.rb 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
employers_controller.rb 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
employments_controller.rb 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
forms_controller.rb Fixed form deletion when records are or are not dependent 2024-02-17 03:30:49 -06:00
home_controller.rb fixed logging in and logging out issue, display correct pages 2024-01-14 23:57:43 -06:00
onboardings_controller.rb 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
participants_controller.rb 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
service_contracts_controller.rb Linked Vendors to Participants via Service Contracts 2024-01-31 02:19:24 -06:00
users_controller.rb 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
vendors_controller.rb 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
workers_controller.rb 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