As a user
I want to be able to upload single/multiple images related to the repairs being performed
Acceptance Criteria
1) The user should be able to upload an image
2) The user should be able to upload multiple images
3) The image should be no larger than 5MB
4) The image should be properly cropped
5) The image should maintain it's resolution
6) The user should be able to see the images in the repair order after they have been successfully uploaded
7) If the image isn't successfully uploaded, the user needs to be informed of the reason
Consider adding cloudinary as a cdn for asset management with image uploads. Seems to provide nice tooling for uploading and formatting with optimizations without loss of quality. Also has a very generous free tier.
As a user I want to be able to upload single/multiple images related to the repairs being performed
Acceptance Criteria
1) The user should be able to upload an image 2) The user should be able to upload multiple images 3) The image should be no larger than 5MB 4) The image should be properly cropped 5) The image should maintain it's resolution 6) The user should be able to see the images in the repair order after they have been successfully uploaded 7) If the image isn't successfully uploaded, the user needs to be informed of the reason