obdev/app/models
Ben 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. 2024-04-02 18:19:58 -05:00
..
concerns Initial Commit 2024-01-11 19:40:58 -06: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 Changed Roles within the app to FormRole to account for adding Rolify. 2024-04-02 16:42:58 -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
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 Changed Roles within the app to FormRole to account for adding Rolify. 2024-04-02 16:42:58 -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