-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
Feature Request
Currently the users can upload huge files as markers, found files with 10000x10000 pixels on the storage. It should be limited to a specific resolution, probably at 4k, for file size reasons and processing limits on marker generation endpoints.
Describe the solution you'd like
- A warning to be shown on the marker preview indicating that the file is too big to be generated as a marker.
- The marker form should generate an error if the user somehow forces the upload of a big file
- Automated tests should ensure that this warning and form work without uploading a huge files to our repository (tests should run on a temporary generated file )