- User will upload floorplans of type jpeg
- Project is created at once by uploading all the floorplans at once (cannot edit project)
- Carrierwave for image management
- Delayed::Job to run background image processing
- Users can create account
- User can upload projects
- User can delete projects
- Image processing is asynchronous! Thumbnails in the project page show up later once processing is done
- Images are uploaded to S3 in the form ( img.jpg, thumb_img.png, large_png_img.jpg)
- Users can delete account or edit it
- User can edit projects
- Drag and drop/better UI interface