-
Notifications
You must be signed in to change notification settings - Fork 6
[API] Add compatible models in brickinstance details #99
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
Conversation
Response:GET http://localhost:8080/v1/apps/ZXhhbXBsZXM6aW1hZ2UtY2xhc3NpZmljYXRpb24/bricks/arduino:image_classification |
|
In the |
We discussed it and the answer is yes. |
d30ff4d to
6ce75f0
Compare
Update field from "models" to "compatible_models" in GET /v1/brick/{brick_id} to keep it consistent with the "compatible_models" field in brick instances: |
dido18
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Motivation
closes #89
When a brick is assigned to an app, the FE must show the list of other compatible models for the installed brick.
For example when a new model is selected for a given brick installed into an app.
Change Description
Additional Notes
Reviewer checklist
main.