obdev/app/models
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
..
concerns 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
ability.rb Finished adding the ability for admins to create new users. 2024-04-03 18:32:15 -05:00
access_period.rb Cleaned up the User model, controller, access periods and added a UserRoleService to help with this. 2024-04-29 13:45:56 -05:00
application_record.rb Initial Commit 2024-01-11 19:40:58 -06:00
bank_account.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.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
employer_record.rb 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
employment.rb Linked workers for the Particpant show page now work and link correctly! 2024-01-22 23:46:09 -06:00
form.rb 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
form_role.rb Changed Roles within the app to FormRole to account for adding Rolify. 2024-04-02 16:42:58 -05:00
forms_role.rb Changed Roles within the app to FormRole to account for adding Rolify. 2024-04-02 16:42:58 -05:00
onboarding_item.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
participant.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
program.rb Set up all models and relationships between them 2024-01-16 20:54:44 -06:00
role.rb Rolify has been added successfully to the system. 2024-04-03 16:49:16 -05:00
service_contract.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
user.rb 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
vendor.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
worker.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