Design concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (9 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
= Projects = | |||
* [[Development - Izara Core]] | |||
* [[Development - Izara Market]] | |||
* [[Development - Izara Supply]] | |||
* [[Development - Izara Video Feed]] | |||
= Backend = | = Backend = | ||
== Backend services == | == Backend services == | ||
[[:Category:Backend services|see all | [[:Category:Backend services|see all Backend services]] | ||
== NPM modules == | |||
[[:Category:NPM modules|see all NPM modules]] | |||
[[:Category:NPM modules|see all | |||
== Deploy instructions == | == Deploy instructions == | ||
[[:Category:Deploy instructions|see all | [[:Category:Deploy instructions|see all Deploy instructions]] | ||
== Testing and developing == | == Testing and developing == | ||
| Line 56: | Line 31: | ||
* [[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 65: | Line 41: | ||
* [[Per Service Schemas]] | * [[Per Service Schemas]] | ||
* [[Standard Config Table Per Service]] | * [[Standard Config Table Per Service]] | ||
*: (maybe removing) | |||
* [[Standard LogicalResults Per Service]] | * [[Standard LogicalResults Per Service]] | ||
* [[Standard FindData Per Service]] | * [[Standard FindData Per Service]] | ||
| Line 70: | Line 47: | ||
* [[Calling Flow]] | * [[Calling Flow]] | ||
* [[Standard WebSocketTask Per Service]] | * [[Standard WebSocketTask Per Service]] | ||
* [[Error Handling Multi Thread Processing]] | |||
* [[Multi Thread Invocation]] | * [[Multi Thread Invocation]] | ||
* [[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 11:31, 26 July 2025
Projects
- Development - Izara Core
- Development - Izara Market
- Development - Izara Supply
- Development - Izara Video Feed
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
- Developer guide for making Integration Tests
- 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