Design concepts: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Backend Services = see all * Service - Permission Handler * Service - RBAC * Service - User Account * Service - Integration T...") |
No edit summary |
||
(68 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
= | = Projects = | ||
[[ | * [[Development - Izara Core]] | ||
* [[Development - Izara Market]] | |||
* [[Development - Izara Supply]] | |||
= Backend = | |||
== Backend services == | |||
[[:Category:Backend services|see all Backend services]] | |||
== NPM modules == | |||
[[:Category:NPM modules|see all NPM modules]] | |||
= Deploy | == Deploy instructions == | ||
[[:Category:Deploy | [[:Category:Deploy instructions|see all Deploy instructions]] | ||
== Testing and developing == | |||
= Testing and | * [[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]] | |||
*: (maybe removing) | |||
* [[Standard LogicalResults Per Service]] | |||
* [[Standard FindData Per Service]] | |||
* [[Stored Cache]] and [[Triggered Cache]] | |||
* [[Calling Flow]] | |||
* [[Standard WebSocketTask Per Service]] | |||
* [[Error Handling Multi Thread Processing]] | |||
* [[Multi Thread Invocation]] | |||
* [[Copying large Dynamo data from to another service table]] | |||
= Frontend = | |||
== Testing and developing == | |||
* [[Syntax - Frontend services]] | |||
* [[ | == Concepts == | ||
* [[ | * [[Frontend Application Structure]] | ||
* [[Local | * [[Frontend Authentication]] | ||
== Testing and developing == | |||
* [[Local Development Environment]] | |||
= This | = This wiki = | ||
* [[How to | * [[How to contribute]] | ||
* [[Standard | * [[Standard formatting rules]] |
Latest revision as of 00:49, 3 October 2024
Projects
Backend
Backend services
NPM modules
Deploy instructions
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
- (maybe removing)
- Standard LogicalResults Per Service
- Standard FindData Per Service
- Stored Cache and Triggered Cache
- Calling Flow
- Standard WebSocketTask Per Service
- Error Handling Multi Thread Processing
- Multi Thread Invocation
- Copying large Dynamo data from to another service table