oss-slu / shelter_volunteers

MIT License
3 stars 4 forks source link

Shelter Dashboard: Update 'Contact Past Volunteers' Feature to Include 'View All' Functionality #143

Open Brijitha1609 opened 1 week ago

Brijitha1609 commented 1 week ago

Is your feature request related to a problem? Please describe. Given the current 'Contact Past Volunteers' feature on the Shelter Dashboard, which only fetches three past volunteers, When users view the 'Contact Past Volunteers' section, Then they should have the option to see a complete list of past volunteers with additional details, improving access to necessary contact information.

Describe the solution you'd like

Fetch Full Volunteer List: Add a "View All" button within the 'Contact Past Volunteers' component. When clicked, the "View All" button should fetch and display a complete list of past volunteers, including each volunteer's name, and email address.

Error Handling: Ensure proper error handling for API failures, with a user-friendly error message in the UI if data retrieval fails.

Responsiveness: Confirm that the display remains responsive and the layout adjusts appropriately across various screen sizes.

Acceptance Criteria