-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
From today's discussed between @noemifrisina and I
We currently need an extra entry point for each BlueAPI plan that will be called by the web GUI (see DiamondLightSource/mx-bluesky#1565). The only difference between this new entry point and the other one that it calls is that the params pydantic model is separated out into individual parameters.
There are two reasons for this:
- BlueAPI isn't happy with post requests which just send a json blob -it will complain about types. (This might be fixed now, part of this issue is confirming this)
- We don't know how to construct our "params" object in type script
Acceptance Criteria
- Confirm that 1.) above is still a problem. If it is, push for a fix
- Figure out how to construct params in typescript and do this change. I'm sure it's possible, but I don't know much typescript
- Implement changes and remove duplicated entry points
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels