Design concepts: Difference between revisions
Jump to navigation
Jump to search
(→Pages) |
|||
Line 87: | Line 87: | ||
* [[Frontend Page - Configure TableConfig]] | * [[Frontend Page - Configure TableConfig]] | ||
* [[Frontend Page - Configure MenuConfig]] | * [[Frontend Page - Configure MenuConfig]] | ||
* [[Frontend Page - Configure | * [[Frontend Page - Configure SitePageConfig]] | ||
= This wiki = | = This wiki = |
Revision as of 00:17, 20 June 2023
Backend
Backend services
- Service Stack - User Authentication (to be moved into User Accounts)
- Service Stack - User Accounts
- Service Stack - Notifications
- Service Stack - Search and Sort
- Service Stack - Translations
- Service Stack - Issues
- Service Stack - Catalog
- Service Stack - Products
- Service Stack - Orders
- Service Stack - Media
- Service Stack - Locations
Core NPM modules
- NPM module - izara-middleware
- NPM module - izara-shared
- NPM module - izara-testing
- NPM module - izara-market-shared
- NPM module - Izara Core - Attribute Tree
- NPM module - Izara Core - Property Node
Deploy instructions
- Deploy service stack - User Authentication
- Deploy service stack - Notifications
- Deploy service - Graph Handler
Testing and developing
- Repository structure
- Standard file and directory structure of repositories
- Development environment
- Test environment overview
- Local test environment
- Using Postman
- Git development
- Syntax - Backend services
- Remote repository and workspace structure
- Diagrams service
Misc concepts
- Communication between services
- Lambda handler functions
- Idempotence and Race Conditions
- Per Service Schemas
- Standard Config Table Per Service
- Standard LogicalResults Per Service
- Standard FindData Per Service
- Stored Cache and Triggered Cache
- Calling Flow
- Standard WebSocketTask Per Service
- Multi Thread Invocation
- Copying large Dynamo data from to another service table
Frontend
Concepts
Core NPM modules
Pages
- Frontend Page - Configure TableConfig
- Frontend Page - Configure MenuConfig
- Frontend Page - Configure SitePageConfig