Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Implement Mancelot API endpoints for the catalogue app #2

Closed
tlrh314 opened this issue Aug 5, 2019 · 0 comments
Closed

Implement Mancelot API endpoints for the catalogue app #2

tlrh314 opened this issue Aug 5, 2019 · 0 comments

Comments

@tlrh314
Copy link
Owner

tlrh314 commented Aug 5, 2019

  • catalogue.Store, fields available through GET name, slug, about, url, logo, payment_options

    • GET
      • /store --> list of all Store instances
      • /store/ --> specific Store instance
    • POST
      • /store --> disabled
    • PUT and PATCH
      • /store/ --> disabled
    • DELETE
      • /store/ --> disabled
    • OPTIONS
      • /store --> implemented methods + model field descriptions

  • catalogue.Brand

    • GET
      • /brand --> list of all Brand instances
      • /brand/ --> specific Brand instance
    • POST
      • /brand --> disabled
    • PUT and PATCH
      • /brand/ --> disabled
    • DELETE
      • /brand/ --> disabled
    • OPTIONS
      • /brand --> implemented methods + model field descriptions

  • catalogue.Product, fields title, slug, description, extra_information, price, old_price, primary_image, extra_images, product_id, external_url, color, sizes, material, brand, store, category, subcategory

    • GET
      • /product --> list of all Product instances
      • /product/ --> specific Product instance
    • POST
      • /product --> disabled
    • PUT and PATCH
      • /product/ --> disabled
    • DELETE
      • /product/ --> disabled
    • OPTIONS
      • /product --> implemented methods + model field descriptions

  • catalogue.Category
  • catalogue.Subcategory
  • catalogue.Label
  • catalogue.Certificate
@tlrh314 tlrh314 changed the title Implement API endpoints for the catalogue app Implement Mancelot API endpoints for the catalogue app Aug 5, 2019
@tlrh314 tlrh314 added this to the Backend Alpha Release milestone Aug 5, 2019
@tlrh314 tlrh314 self-assigned this Aug 5, 2019
tlrh314 added a commit that referenced this issue Aug 10, 2019
tlrh314 added a commit that referenced this issue Aug 11, 2019
…present the data, but pending Lorentz' decision on data format
@tlrh314 tlrh314 closed this as completed Aug 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant