interior-designer-ai icon indicating copy to clipboard operation
interior-designer-ai copied to clipboard

Feature Request: Add Gallery or Community Page to Display Generated Room Designs

Open siegblink opened this issue 1 year ago • 2 comments

Description

The application is working well, but I'd like to add a gallery or community page where all the generated room designs can be displayed.

Current Behavior

  • Users can upload a photo of a room
  • The application processes the photo and returns a design in seconds

Desired Behavior

  • In addition to the current features, add a new page or section where all generated room designs are displayed
  • Users can browse through the generated designs and possibly interact with them (like, comment, etc.)

Suggested Implementation

  • Use React.js for the frontend, similar to the rest of the application
  • If needed, update the Next.js routes to support fetching and displaying the gallery items
  • Consider pagination or infinite scroll for a better user experience
  • Optional: Implement user interaction features like liking or commenting on a design

Steps to Implement

  1. Design the UI/UX for the gallery page
  2. Update the frontend code to include the new gallery page
  3. Make the necessary backend changes to support the new feature
  4. Test thoroughly to ensure all features work as expected

siegblink avatar Oct 21 '23 06:10 siegblink