feat: add PayScheduleAssignment for single-schedule assignment - #2762
Draft
mariechatfield wants to merge 2 commits into
Draft
mariechatfield wants to merge 2 commits into
mariechatfield wants to merge 2 commits into
Conversation
… assignment Adds a standalone, alpha-tagged assignment flow (type selector, schedule picker with inline pay-schedule creation, and a review-and-submit step) launched from PayScheduleOverview's Manage action or mountable on its own. Only the single-schedule assignment type is supported per SDK-1293. Includes a temporary afterSuccess hook working around a Gusto-Partner-API spec gap where transition_pay_period/first_pay_period on Pay-Schedule-Assignment-Employee-Change can legitimately be null but the generated schema only allows undefined. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
mariechatfield
changed the base branch from
main
to
feat/marie/sdk-1292-pay-schedule-overview
September 11, 2026 23:11
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.
Summary
CompanyManagement.PayScheduleAssignment, an alpha-gated flow for assigning a company's employees to a pay schedule (type step → schedule step → review step → submit), built on top of the existingCompanyManagement.PayScheduleoverview/edit surface.customName) alongside cadence, rather than the employee-type field.successAlertcontext pattern used elsewhere in the SDK (e.g. Contractor Compensation).Test plan
npm run test -- --run src/components/Company/PaySchedule/(79 tests passing)npx tsc --noEmitnpm run i18n:generate