nodejs-starter-kit icon indicating copy to clipboard operation
nodejs-starter-kit copied to clipboard

listing module

Open r-kohale9 opened this issue 4 years ago • 1 comments

module containing the following pages /listing_catalogue /listing-details/:id /add-listing or new/listing /edit-listing/:id /listing (admin panel)

listing will have following fields images, title, description and price

r-kohale9 avatar May 06 '20 08:05 r-kohale9

There will be three tables,

  1. listing: title, description, is_active
  2. listing_image: image_url, description, listing_id
  3. listing_cost: cost, listing_id
  • listing_catalogue will only show active listings
  • all tables will have date-time stamps
  • Also add infinite scroll
  • listing admin panel will have is_active toggle

beingtmk avatar May 06 '20 08:05 beingtmk