docs icon indicating copy to clipboard operation
docs copied to clipboard

Improve Core reference > Components section

Open matks opened this issue 3 years ago β€’ 0 comments

  • [x] BO sidebar βœ…
  • [x] Configuration storage βœ…
  • [ ] Controllers πŸ”΄ (see nice example https://developers.shopware.com/developers-guide/controller/)
  • [ ] Context 🟠
  • [ ] Locales and currencies πŸ”΄
  • [ ] Database 🟠
    • [ ] https://github.com/PrestaShop/docs/issues/1141
  • [ ] Global JS components 🟠
  • [ ] Helper classes 🟠 (need to be updated and Symfony alternatives documented)
    • [x] HelperForm βœ…
    • [x] HelperList βœ…
    • [x] HelperOptions βœ…
  • [ ] Router and dispatcher βœ…
  • [ ] Smarty Extensions 🟠
  • [x] Console βœ…
  • [x] Faceted search βœ…
  • [ ] Form 🟠
  • [ ] Grid 🟠 (needs to be updated)
  • [ ] Hook 🟠
  • [ ] Classes like DataProvider, Repositories … πŸ”΄ (see nice example https://devdocs.magento.com/guides/v2.4/extension-dev-guide/searching-with-repositories.html)
  • [x] Import βœ…
  • [x] Mail templates βœ…
  • [ ] Images πŸ”΄ https://github.com/PrestaShop/docs/issues/1084
  • [ ] Position updater ➑️ should move into Grid section
  • [ ] TinyMCE ➑️ should move into JS components section
  • [ ] Users 🟠 (see below)
  • [ ] All JS components (like TinyMCE) πŸ”΄ a section for all JS
  • [ ] Webservice πŸ”΄ should be a link to top section
  • [ ] The Front-office πŸ”΄ document the Cart, the checkout process…
  • [ ] Prices πŸ”΄ see https://devdocs.magento.com/guides/v2.4/extension-dev-guide/price-adjustments.html

For Users: we need to document how FO users login, how BO users login, document the user properties and capabilities, customer addresses, customer carts... …

FO User is a Customer πŸ”΄ -> see nice example https://docs.sylius.com/en/latest/book/index.html#customers

➑️= must move or must be removed βœ… = quite complete (although can always be improved) 🟠 = can be improved πŸ”΄ = does not exist

matks avatar Mar 17 '22 10:03 matks