-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: main
Are you sure you want to change the base?
Conversation
Response:GET http://localhost:8080/v1/apps/ZXhhbXBsZXM6aW1hZ2UtY2xhc3NpZmljYXRpb24/bricks/arduino:image_classification |
|
In the |
We discussed it and the answer is yes. |
| Variables: variables, | ||
| ConfigVariables: configVariables, | ||
| ModelID: modelID, | ||
| CompatibleModels: f.Map(s.modelsIndex.GetModelsByBrick(brick.ID), func(m modelsindex.AIModel) AIModel { |
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.
I would add a unit test for the AppBrickInstanceDetails with the CompatibleModels
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.