User Story: As a participating agency, I would like to be able to dictate the seasonal nature of certain agencies in the form.
Description
For this story, we want to provide form support for the new fields isSeasonal, seasonalStartDate, and seasonalEndDate on the AgencyInfoForm model. This should be done by providing a checkbox for services to be dictated as seasonal. If checked, participating agencies should be required to provide a start date and end date for the service over the upcoming year. To be clear, this option should be available in the Services section for each service that the agency offers.
The time of the year would likely be best captured by the shadcn DateRangePicker that you can view here.
User Story: As a participating agency, I would like to be able to dictate the seasonal nature of certain agencies in the form.
Description
For this story, we want to provide form support for the new fields
isSeasonal,seasonalStartDate, andseasonalEndDateon theAgencyInfoFormmodel. This should be done by providing a checkbox for services to be dictated as seasonal. If checked, participating agencies should be required to provide a start date and end date for the service over the upcoming year. To be clear, this option should be available in the Services section for each service that the agency offers.The time of the year would likely be best captured by the shadcn DateRangePicker that you can view here.