Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for simplified plan descriptions (for the web). #177

Open
dmgav opened this issue Jul 11, 2021 · 0 comments
Open

Support for simplified plan descriptions (for the web). #177

dmgav opened this issue Jul 11, 2021 · 0 comments

Comments

@dmgav
Copy link
Contributor

dmgav commented Jul 11, 2021

Add a parameter to plans_allowed API that allows to choose between full and simple descriptions of plan parameters. The parameter should be optional (full by default). If full is selected, then the list of allowed plans must be returned unchanged. If simplified is selected, then apply function bluesky_queueserver.conversions.simplify_plan_descriptions() to the list of allowed plans before returning it.

In the future the set of options may be expanded to allow clients to request JSON Schema (jsonschema option).

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

No branches or pull requests

1 participant