Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add store module #18

Merged
merged 1 commit into from
Nov 19, 2020
Merged

Add store module #18

merged 1 commit into from
Nov 19, 2020

Conversation

jose-magalhaes-deel
Copy link
Contributor

This PR adds the store related methods which includes the order, orderLine, product, productCategory, productImage, question, questionType, task and taxRate. Following is the list of added methods to each manager:

  • OrderManager:

    • create
    • delete
    • fulfill
    • get
    • list
    • patch
    • pay
    • refund
    • unfulfill
  • OrderLineManager

    • fulfill
    • get
    • list
    • unfulfill
  • ProductManager:

    • create
    • createQuestion
    • delete
    • deleteQuestion
    • get
    • list
    • patch
    • reorder
    • reorderQuestion
  • ProductCategoryManager:

    • create
    • delete
    • get
    • list
    • patch
    • reorder
  • ProductImageManager:

    • create
    • delete
    • get
    • list
    • reorder
  • QuestionManager:

    • create
    • delete
    • get
    • list
    • patch
  • QuestionTypeManager:

    • list
  • TaskManager:

    • complete
    • create
    • delete
    • get
    • list
    • patch
    • reorder
  • TaxRateManager:

    • create
    • delete
    • get
    • list
    • patch

Following is the list of added methods to each model:

  • OrderModel

    • delete
    • fulfill
    • fulfillOrderLine
    • getOrderLine
    • getOrderLines
    • patch
    • pay
    • refund
    • unfulfill
    • unfulfillOrderLine
  • OrderLineModel

    • fulfill
    • unfulfill
  • ProductModel:

    • createQuestion
    • delete
    • deleteQuestion
    • patch
    • reorder
    • reorderQuestion
  • ProductCategoryModel:

    • delete
    • patch
    • reorder
  • ProductImageModel:

    • delete
    • reorder
  • QuestionModel:

    • delete
    • patch
  • TaskModel:

    • complete
    • delete
    • patch
    • reorder
  • TaxRateModel:

    • delete
    • patch

@jose-magalhaes-deel jose-magalhaes-deel force-pushed the enhancement/add-store-methods branch from a882656 to a54bbfb Compare November 19, 2020 14:23
@joaonice joaonice merged commit 7472d1c into master Nov 19, 2020
@joaonice joaonice deleted the enhancement/add-store-methods branch November 19, 2020 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants