Skip to content

Fixes to be considered in next version

Vikram Jit Singh edited this page Feb 13, 2019 · 20 revisions

The following fixes need to be considered when working on v2:

  • Url key naming convention. There should be a standard naming convention differentiating between a relative url and an absolute url.
  • Revisit pagination.
  • Instead of using product-category in product should we use the category object itself or maybe like a category-lite type object? Not that important though.
  • product-content has type field names as SUMMARY_HTML, HIGHLIGHTS_HTML etc. These should be SUMMARY, HIGHLIGHTS etc. html may not be the only content type inside product-content.
  • Currently pricing contains fees. Fees should be separately specified in other fields. #NeedsDiscussion.
  • product-listing contains price. product also contains price. There are quite some similarities. See if product-listing even makes sense to exist. #NeedsDiscussion
Clone this wiki locally