rubyforgood / pet-rescue

Pet Rescue is an application making it easy to link adopters/fosters with pets. We work with grassroots pet rescue organizations to understand how we can make the most impact.
MIT License
57 stars 95 forks source link

823 rename adopter application #837

Closed MooseCowBear closed 2 months ago

MooseCowBear commented 2 months ago

🔗 Issue

823

✍️ Description

Renames adopter applications table to submissions and updates references to application throughout.

After I switched to nested modules for the Organizations::AdopterFosterer::CustomForm::SubmissionsController, I realized the comment only mentioned nesting the model. But I assume we will also want to use nested modules for the controllers, is that right? If not, I can change it.

Also right now, the reviews path/controller is just submissions_reviews but not namespaced under custom form. I can change that too. Let me know.

📷 Screenshots/Demos

kasugaijin commented 2 months ago

🔗 Issue

823

✍️ Description

Renames adopter applications table to submissions and updates references to application throughout.

After I switched to nested modules for the Organizations::AdopterFosterer::CustomForm::SubmissionsController, I realized the comment only mentioned nesting the model. But I assume we will also want to use nested modules for the controllers, is that right? If not, I can change it.

Also right now, the reviews path/controller is just submissions_reviews but not namespaced under custom form. I can change that too. Let me know.

📷 Screenshots/Demos

All good!