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

Endpoint to list only locally loaded plans #639

Open
stan-dot opened this issue Sep 17, 2024 · 5 comments
Open

Endpoint to list only locally loaded plans #639

stan-dot opened this issue Sep 17, 2024 · 5 comments
Labels
enhancement New feature or request python Pull requests that update Python code rest api Potential REST API changes

Comments

@stan-dot
Copy link
Contributor

stan-dot commented Sep 17, 2024

To differentiate the fast iterative experiments from the well-tested ones

Would need to have more than 1 way to store the plans and devices, or a tag to browse by the origin.

acceptance criteria

  • by going to /local_devices and /local_plans I can see only the locally loaded devices and plans respectively
@stan-dot stan-dot added the rest api Potential REST API changes label Sep 17, 2024
@callumforrester
Copy link
Contributor

I can see a way to tag plans being generally useful, then it can be left to the user to tag stuff as "experimental", "production" etc. as they see fit

@callumforrester
Copy link
Contributor

I think this should be a query on the existing endpoint rather than a new endpoint entirely e.g. /plans?local=true

@callumforrester
Copy link
Contributor

Related #760

@stan-dot
Copy link
Contributor Author

stan-dot commented Jan 8, 2025

it's kind of like sorting by 'who made this' or 'how many times this has been run'. theoretically we could record such metadata

@callumforrester
Copy link
Contributor

Yeah, a source attribute makes sense, for running statistics see #305

@stan-dot stan-dot added enhancement New feature or request python Pull requests that update Python code labels Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python Pull requests that update Python code rest api Potential REST API changes
Projects
None yet
Development

No branches or pull requests

2 participants