We also need to rework all/most of the API components along with the redesign.
Current list is (these are generated automatically from FastAPI)
- Body_create_user_route_create_user_post
- Body_token_token_post
- CreateUserResponse
- HTTPValidationError
- OutputResponse
- StatusResponse
- SubmitRecipeRequest
- SubmitRecipeResponse
- TokenResponse
- ValidationError
- VersionResponse
New list would be something like this but obviously will depend on decisions related to #168
- WorkflowSubmitRequest
- WorkflowStatusResponse
- WorkflowOutputResponse
- UserCreateRequest
- TokenResponse
- VersionResponse
- ErrorResponse
- ValidationError
We also need to rework all/most of the API components along with the redesign.
Current list is (these are generated automatically from FastAPI)
New list would be something like this but obviously will depend on decisions related to #168