oss-slu / shelter_volunteers

MIT License
3 stars 4 forks source link

Implement Shift Details and Volunteer Management Styling in Shelter Dashboard #120

Closed cbiddle3 closed 1 month ago

cbiddle3 commented 1 month ago

Is your feature request related to a problem? Please describe. Implement a component in the Shelter Dashboard to display complete details for each shift. Shelter staff need a way to view and manage specific details for shifts, including the ability to request more volunteers, close sign-ups, or delete a shift request.

Describe the solution you'd like Implement styling to display detailed information for each shift when the More Details button is clicked. This styling should include:

  1. Shift Start Time and Shift End Time, Requested Volunteers (total number of volunteers needed for the shift), Signed Up Volunteers (number of volunteers currently signed up), Required Volunteers (calculated as the difference between requested and signed-up volunteers) into the styled cards
  2. Add the arrow next to Signed Up Volunteers
  3. Style buttons according to the below picture
  4. Add arrow to popover
  5. Implement the sizing and layout of the popover

Acceptance Criteria:

image