Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • MongoDB Setup:
    - Main collections: ‘client’, ‘log’, and ‘vouchers’. Indexes need to be populated.
    - The data needs to be extracted from current production database for Zim data only. And need to be restored.

  • Other Services WFA App Uses:

    • VoucherCode Service (vcGen):
      - VoucherCode Service handles generating voucher codes, store them in queue, and provides these voucher codes from queue to users in WFA App.
      - This is a node.js service with storing data (voucherCode Queue) in mongoDb. The node.js service (vcGen) is running in nodeJs docker container.
      - WFA App goes through DWS to access services of VoucherCode.