Design concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (14 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
* [[Development - Izara Market]] | * [[Development - Izara Market]] | ||
* [[Development - Izara Supply]] | * [[Development - Izara Supply]] | ||
* [[Development - Izara Video Feed]] | |||
* [[Development - Izara Commerce]] | |||
* [[Development - Izara Accounting]] | |||
* [[Development - Izara IoT]] | |||
* [[Development - Izara Currency]] | |||
= Linker Projects = | |||
* [[Development - Izara Commerce to Accounting]] | |||
* [[Development - Izara Supply to VideoFeed]] | |||
= Backend = | = Backend = | ||
| Line 25: | Line 35: | ||
* [[Development environment]] | * [[Development environment]] | ||
* [[Test environment overview]] | * [[Test environment overview]] | ||
* [[Using Postman]] | * [[Using Postman]] | ||
* [[Git development]] | * [[Git development]] | ||
* [[Syntax - Backend services]] | * [[Syntax - Backend services]] | ||
* [[Remote repository and workspace structure]] | * [[Remote repository and workspace structure]] | ||
* [[Developer guide for making Integration Tests]] | |||
* [[Diagrams service]] | * [[Diagrams service]] | ||
| Line 38: | Line 48: | ||
* [[Idempotence and Race Conditions]] | * [[Idempotence and Race Conditions]] | ||
* [[Per Service Schemas]] | * [[Per Service Schemas]] | ||
* [[Standard | * [[Standard Data Structures]] | ||
* | * [[User Data Handling]] | ||
* [[Standard LogicalResults Per Service]] | * [[Standard LogicalResults Per Service]] | ||
* [[Standard FindData Per Service]] | * [[Standard FindData Per Service]] | ||
| Line 46: | Line 56: | ||
* [[Standard WebSocketTask Per Service]] | * [[Standard WebSocketTask Per Service]] | ||
* [[Error Handling Multi Thread Processing]] | * [[Error Handling Multi Thread Processing]] | ||
* [[Copying large Dynamo data from to another service table]] | * [[Copying large Dynamo data from to another service table]] | ||
= Frontend = | = Frontend = | ||
== Testing and developing == | |||
* [[Syntax - Frontend services]] | |||
== Concepts == | == Concepts == | ||
* [[Frontend Application Structure]] | |||
* [[Frontend Authentication]] | * [[Frontend Authentication]] | ||
== Testing and developing == | |||
* [[Local Development Environment]] | |||
= This wiki = | = This wiki = | ||
Latest revision as of 05:43, 23 August 2026
Projects
- Development - Izara Core
- Development - Izara Market
- Development - Izara Supply
- Development - Izara Video Feed
- Development - Izara Commerce
- Development - Izara Accounting
- Development - Izara IoT
- Development - Izara Currency
Linker 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
- Using Postman
- Git development
- Syntax - Backend services
- Remote repository and workspace structure
- Developer guide for making Integration Tests
- Diagrams service
Misc concepts
- Communication between services
- Lambda handler functions
- Idempotence and Race Conditions
- Per Service Schemas
- Standard Data Structures
- User Data Handling
- Standard LogicalResults Per Service
- Standard FindData Per Service
- Stored Cache and Triggered Cache
- Calling Flow
- Standard WebSocketTask Per Service
- Error Handling Multi Thread Processing
- Copying large Dynamo data from to another service table