You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow setting "Days of Week" when "Start time" is unset
This one confused me. We shouldn't assume that users will fill out the form in top to bottom order.
Resolves: #1958
Summary:
The workspace schedule form no longer disables certain fields based on
whether or not a start time is filled out. Instead, we validate that a
start time is provided if any of the days are checked.
Resolves: #1958
Summary:
The workspace schedule form no longer disables certain fields based on
whether or not a start time is filled out. Instead, we validate that a
start time is provided if any of the days are checked.
Resolves: #1958
Summary:
The workspace schedule form no longer disables certain fields based on
whether or not a start time is filled out. Instead, we validate that a
start time is provided if any of the days are checked.
User Story 👥
A real user story (thanks @ammario 🎉):
Implementation Notes
Under the hood, the form has logic like:
coder/site/src/components/WorkspaceScheduleForm/WorkspaceScheduleForm.tsx
Line 192 in b85de3e
At the parent level, whereby the form values are transformed into an API request, nothing should change:
coder/site/src/pages/WorkspaceSchedulePage/WorkspaceSchedulePage.tsx
Lines 24 to 92 in b85de3e
The text was updated successfully, but these errors were encountered: