Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 754 Bytes

File metadata and controls

16 lines (13 loc) · 754 Bytes

Todo list for woocommerce2vuestorefront

Incoming tasks

  • Add tax rules indexer
  • Delete non-existent products from Elasticsearch
  • Replace mocked data with real in product template (see src/templates/product.js)
  • Replace mocked data with real in category template (see src/templates/category.js)
  • Replace mocked data with real in attribute template (see src/templates/attribute.js)
  • Handle created_at, updated_at product's attributes in right format (VSF-API repo; see vue-storefront-api/config/elastic.schema.product.json)
  • Add pagination to attributes' indexer
  • Code reformat

Things to do later on

  • write some tests (integration/unit)
  • extend dockerized environment (add vsf, vsf-api to existing stack)