Skip to content

Conversation

rambleraptor
Copy link
Contributor

@rambleraptor rambleraptor commented Sep 8, 2025

Closes #2302

Rationale for this change

This adds the models for server-side planning. There's a lot of model-related code (the requests + responses are large!), so I'm just adding the models now. I'll add the endpoints in a separate PR.

Are these changes tested?

No tests needed, just new models.

Are there any user-facing changes?

Nothing yet, the endpoints will be in a separate PR.

@rambleraptor rambleraptor changed the title Added a whole bunch of models Server-side planning models Sep 9, 2025
@Fokko
Copy link
Contributor

Fokko commented Sep 11, 2025

Thanks for adding these @rambleraptor. I think it would be nice to:

  • See if we can combine already existing classes like Transform to avoid duplication.
  • Add some tests to see if we can (de)serialize the payload.

@rambleraptor rambleraptor requested a review from Fokko September 11, 2025 19:39
@rambleraptor
Copy link
Contributor Author

@Fokko tests added! The tests caught a handful of Pydantic issues (thought they would've been caught at runtime...), so there's a couple changes sprinkled in the models.

@rambleraptor rambleraptor requested a review from Fokko September 18, 2025 00:15
@rambleraptor rambleraptor requested a review from sungwy October 3, 2025 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

REST: Add objects for server side planning

3 participants