.. |
20240115041321_devise_create_users.rb
|
user registration via devise and appropriate pages for editing later
|
2024-01-14 22:28:10 -06:00 |
20240117023456_create_participants.rb
|
Set up all models and relationships between them
|
2024-01-16 20:54:44 -06:00 |
20240117023520_create_employers.rb
|
Set up all models and relationships between them
|
2024-01-16 20:54:44 -06:00 |
20240117023541_create_workers.rb
|
Set up all models and relationships between them
|
2024-01-16 20:54:44 -06:00 |
20240117023553_create_vendors.rb
|
Set up all models and relationships between them
|
2024-01-16 20:54:44 -06:00 |
20240117023614_create_programs.rb
|
Set up all models and relationships between them
|
2024-01-16 20:54:44 -06:00 |
20240117024001_create_join_table_participant_program.rb
|
Set up all models and relationships between them
|
2024-01-16 20:54:44 -06:00 |
20240117025000_add_worker_to_participants.rb
|
Set up all models and relationships between them
|
2024-01-16 20:54:44 -06:00 |
20240117025150_create_join_table_vendor_participant.rb
|
Set up all models and relationships between them
|
2024-01-16 20:54:44 -06:00 |
20240117025159_create_join_table_vendor_employer.rb
|
Set up all models and relationships between them
|
2024-01-16 20:54:44 -06:00 |
20240120051441_change_worker_id_to_be_optional_in_participants.rb
|
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
|
2024-01-19 23:38:15 -06:00 |
20240120060936_rename_name_to_first_name_and_add_last_name_to_participants.rb
|
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.
|
2024-01-20 00:28:17 -06:00 |
20240122040719_add_contact_to_vendors.rb
|
Updated Worker, Employer and Participant index pages to not display certain fields. Also fixed DOB field display and removed destory option from index pages.
|
2024-01-21 22:43:27 -06:00 |