AmooAti/Antimorph-ECommerce

Category Model

Opened this issue · 0 comments

Story

The system must have a model for Categories

Category Data

  • id
  • name
  • slug
  • position (category order)
  • image_relation (find a way to make a relation between this category and imageable)
  • parent_id
  • status (default enable)
  • meta title (optional)
  • meta description (optional)
  • meta keywords (optional)
  • timestamps

AC

  • For images find a way to use the image gallery(#16)

Checklist

  • Test