- 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
- write some tests (integration/unit)
- extend dockerized environment (add vsf, vsf-api to existing stack)