feat(schedules): add catch-up policy cluster to advanced create form#17
Open
Assem-Uber wants to merge 4 commits into
Open
Conversation
Owner
Author
|
This change is part of the following stack: Change managed by git-spice. |
c590e59 to
1c3f5d9
Compare
8fed29c to
88d5e0b
Compare
1b9a15b to
83cb6b3
Compare
…adence-workflow#1381) ## Summary - Add overlap policy select with **Concurrent** as the default; show `bufferLimit` and `concurrencyLimit` as indented subfields only when Buffer or Concurrent is selected, with "Defaults to 0 (unlimited)" captions. - Extend the Zod schema with conditional validation for limit fields and wire `transformDomainSchedulesCreateFormToBody` so overlap policy and the matching limit map into the create-schedule request body (limits stored as strings in form state, parsed on submit). - Extend `DomainSchedulesHorizontalField` with `subfield` and `caption` props for nested advanced fields. - Expand modal tests to exercise the real form submit path via MSW (success snackbar + close, error banner on failure); add a shared `mockDomainSchedulesCreateFormData` fixture.
…(PR09c) Add catch-up policy radio group and conditional catch-up window field. Extend form schema, transform helper, and gRPC mapping; add tests using string form fields consistent with PR09b. Co-authored-by: Cursor <cursoragent@cursor.com>
88d5e0b to
58aac5f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.