How is the current store resolved? - ANSWER-You can configure the default store in the config/Shared/default_store.php file.
How can a store relation be added to an existing entity? - ANSWER-Store relation module???
Are Loops allowed in Facades? - ANSWER-No.
Order of Assets loading in yves - ANSWER-???
Default steps in the Middleware - ANSWER-Reader
Validator
Mapper
Translator
Writer
What are the layers in Zed? - ANSWER-Presentation, Communication, Business, Persistence
Best way to debug Jenkins Jobs? - ANSWER-Disable Jenkins and add xdebug flags to the command (no findings in doku)
Why Repositories? - ANSWER-To hide the underlying data access mechanism.
What is the purpose of a query container? - ANSWER-To return the base query. A query container holds all database queries of the current module.
Is Propel always the best way to use in the Middleware for writing data? - ANSWER-No. Best way to run the webpack-watcher? - ANSWER-Outside VM.
Why is the index.ts needed in the modules/components? - ANSWER-Specifies the component entry point for Webpack. This file is necessary to locate the component styles and Typescript code.
Where is the Facade located? - ANSWER-Top of Businesslayer. (public Api)
https://documentation.spryker.com/docs/business-layer
How can you extend a table with a column? - ANSWER-Use the same table-name in the schema file and add column.
How can you embed resources in the glue-api? - ANSWER-By default, all Resource Modules are located in vendor/spryker/resources-rest-api at the core level. At the project level, you can place your Resource Module implementations in src/Pyz/Glue/ResourcesRestApi.
The naming convention for such modules is ResourcesRestApi, where Resources is a name of the feature that the module implements.
https://documentation.spryker.com/docs/glue-infrastructure
What is the difference between an atom and a molecule? - ANSWER-Atoms are are the smallest, most basic building blocks of UI design like labels, input fields, buttons. They are abstract in essence, limited to
a single functionality and cannot include other components.
Molecules are groups of atoms or molecules bonded to serve a single purpose. They can have own properties but are not too complex and built for wide reuse.
https://documentation.spryker.com/docs/atomic-front-end-general-overview
What is a cms page? - ANSWER-Pages defined in CMS refer to web pages that are meant to be displayed in the front-end application (Yves). A page is defined by an URL and a template.
https://documentation.spryker.com/docs/cms
What is a cms block? - ANSWER-Partial page that can be embedded in other web pages.