Skip to content

Create the volunteer scoped AvailabilitySettingsContent settings section #159

@theosiemensrhodes

Description

@theosiemensrhodes

Context

This is a section of the settings dialog. The main place you will need to make changes is src/components/settings/pages/availability-settings-content.tsx. You will need to add sections for volunteers to update their availability and preferred time commitment in hours.

You can use src/server/api/routers/volunteer-router.updateVolunteerAvailability to update the availability bitstring and then add the perferred time commitment to that payload to update that at the same time.

Partially Depends on:

Notes

  • Make sure to use our form components and methodology for the form. We use react-hook-form and there are examples of it being use all over the codebase, for example the login page

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions