Understand InStore modules and how to configure them.
A major component of the InStore colleague app is the collection of modules provide its functionality. You can incorporate all available modules into your implementation or will be able to replace some modules with frontend components of your own.
Modules are dynamically loaded by the your frontend application and you can customize and host certain modules for greater flexibility.
Core modules
Customizable modules
Customizable modules make up the frontend through which store employees interact with the InStore colleague app without leaving your in-store app. The InStore_Shell module is the container application for the other frontend modules. These modules are available in the modular store GitHub repository.
Frontend modules have dependencies on the InStore_State module and on the backend for frontend (BFF) integration server, which are configured in their webpack setup. Many hosted frontend modules use resources from the InStore_UIComponents module. Since modules can be hosted independently, their locations are configurable.
Each module:
- Has dependencies on the retailer's BFF integration server
- Can be independently hosted
- Has an environment (
.env
) file in its directory that provides variables to the build process