Skip to content

Custom model validation#288

Open
mirkoCrobu wants to merge 11 commits intomainfrom
custom-model-validation
Open

Custom model validation#288
mirkoCrobu wants to merge 11 commits intomainfrom
custom-model-validation

Conversation

@mirkoCrobu
Copy link
Copy Markdown
Contributor

Motivation

  • Resolve the TODO isValid` for custom model (code)

Change description

Additional Notes

Reviewer checklist

  • PR addresses a single concern.
  • PR title and description are properly filled.
  • Changes will be merged in main.
  • Changes are covered by tests.
  • Logging is meaningful in case of troubleshooting.

@mirkoCrobu mirkoCrobu requested a review from dido18 March 9, 2026 15:10
@per1234 per1234 added the enhancement New feature or request label Mar 9, 2026
@mirkoCrobu mirkoCrobu marked this pull request as ready for review March 18, 2026 15:26
@mirkoCrobu mirkoCrobu force-pushed the custom-model-validation branch from 483b715 to c94b1d8 Compare March 18, 2026 15:43
@mirkoCrobu mirkoCrobu self-assigned this Mar 18, 2026
@mirkoCrobu mirkoCrobu requested a review from a team April 1, 2026 13:17
@mirkoCrobu mirkoCrobu requested a review from dido18 April 3, 2026 07:33
@mirkoCrobu mirkoCrobu force-pushed the custom-model-validation branch from 724db65 to e0d07d6 Compare April 3, 2026 14:04
Comment on lines +97 to +102
requiredFields := []string{
"ei-project-id",
"ei-impulse-id",
"ei-impulse-name",
"ei-deployment-version",
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would double-check that all these tags are mandatory for the edge impulse.
Maybe only the project ID and impulse ID are mandatory?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From our side, we don't use these fields. We just store them and return to the front-end. We could check into the Figma flows how they use the information, but I guess it is better to check directly with the front-end.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for example I see from App-lab that they read ei-deployment-version to check if an installed model is outdated:

Copy link
Copy Markdown
Contributor Author

@mirkoCrobu mirkoCrobu Apr 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I confirm that they are all mandatory for App Lab

@mirkoCrobu mirkoCrobu requested review from a team and dido18 April 7, 2026 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants