pet-rescue icon indicating copy to clipboard operation
pet-rescue copied to clipboard

728 Adopter dashboard adoption applications

Open jmilljr24 opened this issue 9 months ago • 0 comments

🔗 Issue

Resolves #728

✍️ Description

This adds an Adoption Application list to the Adopters dashboard. The applications are listed in table for larger screens and cards for smaller screens. Application statuses are updated via turbo.

I also added a method to allow for enum's to be translated.

#example of AdopterApplication enum of :status

app = AdopterApplication.first
app.human_enum_name(:status)
=> "Under Review"

📷 Screenshots/Demos

Screencast from 05-23-2024 10:20:06 AM.webm

jmilljr24 avatar May 23 '24 15:05 jmilljr24