Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Extended the sdk-scheme-adapter documentation to be more comple…
…te and include the bulk enhancements design and test implementation (#371) * feat: Added sequence diagrams SDK Scheme adaptor usage and integration * feat: updated the response object * feat: added error codes for partylookup * feat: changes after PR review * fix: removed call hasSupportforbulk * feat: add error codes for transfers * fix: aligned the https status code to mojaloop * feat: update http code as ML does not support 500 * feat: added quote error codes * fix: few error code descriptions * fix: fixed typos and data type * fix: fixed typos and data type * fix: rebuild the svg * fix: rebuild the svg * fix: rebuild the svg * fix: rebuild the svg * fix: added new error code * refine the endpoints and payload * refine the endpoints and payload * feat: Added readme for SDK Scheme Adapter inc bulk * feat: Scheme adapter docs added CQRS design * feat:Updated sequence diagrams and design text * chore: Merge master changes back into branch (#381) * fix: misc docs fixes (#374) * fix(link): edit page on github broken link * feat(license): add license footers and text * feat(license): add license footers and text * fix(svg): images not rendering in api specification * feat(mojaloop/#2743): documentation standards + contributors guide on node upgrade recommendations (#379) feat(mojaloop/#2743): documentation standards + contributors guide on node upgrade recommendations - mojaloop/project#2743 - Updates to `standards/creating-new-features` - Added `Working on your Feature` section to include steps (Dependency Upgrades, Vulnerability Checks, Node LTS upgrade) required for PRs to be accepted - Fixed linting issues - Updates to `standards/guide` - Updated LTS references to `Active LTS` - Added `Runtime Environment` section including NodeJS, Docker, CI - Added `Naming Conventions` section - Enhanced `Directory Structure` section to include standard generic files and include nvmrc for stipulating NODE LTS version docs: fixes to the deployment guide - Updated supported version for Mojaloop Helm releases v13 and v14 - Updated windows deployment guide to include `RECOMMENDATIONS` for Aug 2022 chore: maintenance - Added lint NPM scripts - Added `markdownlint.yaml` configuration file - Updated `gitignore` with standard ignores - Updates for the latest node LTS version - Updated all dependencies - Moved `Husky` git-hooks from package.json into Husky folder as per breaking changes introduced by upgraded dependency - Updates to support ES-Module loader for latest `got` dependency lib - Updated CI Config to use `.nvmrc` file - Replaced all occurrences of `{% uml src=... %}{% enduml %}` with a direct link to pre-generated SVG versions - Regenerated all PUML -> SVG files due to the updated dependency libs Co-authored-by: Lewis Daly <[email protected]> Co-authored-by: Miguel de Barros <[email protected]> * docs: move bulk transaction api sequence diagram to sdk-scheme-adapter repo (#387) * docs: move BulkTransactionsSequenceDiagramOverview to sdk-scheme-adapter repo * Update docs/technical/sdk-scheme-adapter/SDKBulk-API-Design.md Co-authored-by: Miguel de Barros <[email protected]> Co-authored-by: Miguel de Barros <[email protected]> * SDK Bulk- refactored; udated, add adoption & test (#390) * SDK Bulk- refactored; udated, add adoption & test * Update config.js fixed config * Update docs/technical/sdk-scheme-adapter/BulkEnhancements/Readme.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/BulkEnhancements/Readme.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/BulkEnhancements/Readme.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/BulkEnhancements/Readme.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/BulkEnhancements/Readme.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/BulkEnhancements/Readme.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/BulkEnhancements/Readme.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/BulkEnhancements/Readme.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/BulkEnhancements/Readme.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/BulkEnhancements/Readme.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/BulkEnhancements/Readme.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/BulkEnhancements/SDKBulk-API-Design.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/BulkEnhancements/SDKBulk-API-Design.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/BulkEnhancements/SDKBulk-API-Design.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/BulkEnhancements/SDKBulk-API-Design.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/BulkEnhancements/SDKBulk-API-Design.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/BulkEnhancements/SDKBulk-API-Design.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/BulkEnhancements/SDKBulk-EventSourcing-Design.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/assets/sequence/BULK-ERRORCODES.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/assets/sequence/BULK-ERRORCODES.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/assets/sequence/BULK-ERRORCODES.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/README.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/README.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/README.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/README.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/README.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/README.md Co-authored-by: Sam <[email protected]> * Update docs/technical/sdk-scheme-adapter/README.md Co-authored-by: Sam <[email protected]> Co-authored-by: Shashikant Hirugade <[email protected]> Co-authored-by: Juan Correa <[email protected]> Co-authored-by: Vijay Kumar <[email protected]> Co-authored-by: Lewis Daly <[email protected]> Co-authored-by: Miguel de Barros <[email protected]> Co-authored-by: Yevhen Kyriukha <[email protected]> Co-authored-by: Sam <[email protected]>
- Loading branch information