raygdev / repair-order-tracker

A repair order tracker for automotive technicians
https://repair-order-tracker.vercel.app
4 stars 1 forks source link

As a user I want to be able to upload images related to the repair #50

Open raygdev opened 2 months ago

raygdev commented 2 months ago

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

raygdev commented 1 month ago

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.