animl-frontend
animl-frontend copied to clipboard
Make it clear new automation rules only apply to new images
User Story As a user, I want it to be clear what making new automation rules means, so that I understand which rules apply to which images.
Acceptance Criteria:
- Show a pop-up warning when a user tries to upload images without a classifying model. Copy the same workflow that we have for a pop-up warning for when a user tries to upload images without automation rules, meaning that:
- When a user tries to upload images without a "classifying" model, the message will appear.
- When a user tries to upload images without a "classifying" model and is using the serial number override, the message will add to the existing serial number override warning
- Message says:
Warning: No Classification Model Selected Images will be uploaded, but species will not be classified. To enable classification, please select a model before uploading.
Other Notes: We will assuredly make this a point of emphasis in documentation and support videos.
The approach essentially comes down to where we see the most hiccups happening currently:
- Do people try to upload images without any or their desire automation rules configured first?
- Do people update automation rules expecting it will reprocess all of their images?