animl-frontend
animl-frontend copied to clipboard
Improve in-app guidance on configuring automation rules
I think we should provide more tips and in-app guidance in the AddAutomationRuleForm.jsx component. For example:
- [ ] rename "run inference" trigger to "request ML prediction"
- [ ] prevent users from prevent users from using an “on-image-added” trigger if their selected model is a classifier/expects crops. This would entail adding an
expectsCrops: <boolean>field to theMLModelschema so we have something to check, and iftrue, force users to chooseon-label-addedand provide and explanation as to why