GTBitsOfGood / canine-assistants

Educating the Dogs Who Change the World
https://dev--canine-assistants.netlify.app
MIT License
4 stars 0 forks source link

[FE] Card Dog Table View for Volunteers/Recipients #138

Closed afazio1 closed 7 months ago

afazio1 commented 7 months ago

Description

Volunteers and Recipients do not have a use for the Dog Table, which is why we are creating a simplified view for them to see their dogs.

This view will exist on the /dogs route in pages/dogs/index.jsx. On this page, you should conditionally render <DogTable> or <CardDogTable> (this is the new component you will be creating) based on the role of the user.

The dog cards should be clickable and take users to the individual dog's page.

A more simplified filter bar should also be included on the CardDogTable component with text search, location, and recent log tags filters.

Implement this according to the Figma design here.

Acceptance Criteria

Other Notes