Versions Compared

Key

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

...

Participants: (kindly only add your own names, not those of other participants)

Topic Proposals:

...

  • openIMIS

    • core modules (STPH/SolDevelo)

    • FHIR APIs (STPH/SolDevelo) -

      • definitions: End of this week

      • development: end of next week

    • Payment Switch APIs & module (2M-Corp)

    • MojaLoop customisations/configuration

      • development (2M-Corp)

      • packaging of customisations (2M-Corp)

      • packaging/availing of core software

        • Kubernetes → available on openIMIS servers as VN - who can do the Kubernetes configuration?

        • docker: https://hub.docker.com/u/mojaloop

        • Alternative: mojaloop sandbox

        • https://sandbox.mojaloop.io/guides/payments/3ppi-p2p.html#_1-party-lookup

        • Code Block
          curl -X POST "http://sandbox.mojaloop.io/switch-ttk-backend/thirdpartyTransaction/partyLookup" \
            -H  "accept: application/json" \
            -H  "Content-Type: application/json" \
            -d '{ 
              "transactionRequestId": "b51ec534-ee48-4575-b6a9-ead2955b8069",
              "payee": {
                "partyIdType": "MSISDN",
                "partyIdentifier":"16135551212"
              }
            }'

    • MIFOS customisations/configuration (Healthix)

      • development (Healthix)

        • how can openIMIS accounts be translated to MIFOS? What needs to be done in MIFOS without copying existing openIMIS functionality?

      • packaging of customisations (Healthix)

        • how can the developments packaged and pushed in to a bare MIFOS installation?

      • packaging/availing of core software (link to docker version was shared) - (STPH T1)

      • demo:

        • need to receive demo data

    • OpenHIM customisation/ configuration

      • aligning openIMIS (FHIR) to MIFOS (Financial Standards?) - mapping matches to 80% what about the rest? (Healthix)

      • development of the mediators (MTCC)

      • packaging of the mediators (MTCC)

      • packaging/availing the core software (STPH T1)

        • docker compose needs to include special port configurations for nginx (MTCC <> STPH)

    • Sandbox

      • install openIMIS (STPH)

        • solution on release: BE done, FE end of DecemberFebruary

        • QA/showcase: STPH in February

        • Documentation: design documents in the wiki, overview page

          Code Block
          curl -X POST "http://sandbox.mojaloop.io/switch-ttk-backend/thirdpartyTransaction/partyLookup" \
            -H  "accept: application/json" \
            -H  "Content-Type: application/json" \
            -d '{ 
              "transactionRequestId": "b51ec534-ee48-4575-b6a9-ead2955b8069",
              "payee": {
                "partyIdType": "MSISDN",
                "partyIdentifier":"16135551212"
              }
            }'
      • install MojaLoop ( STPH / 2MCorp )

        base installation:

        • Developments: first week of February

        • QA/showcase: 2M Corp end of February

        • Documentation: in February

      • install MIFOS (STPH)

        • solution on release: done

        • QA/showcase: Healthix - February

        • Documentation: documentation on project page (verify)

      • install openHIM (STPH)

        • solution on release: first week of February

        • QA/showcase: MTCC - first week of February

        • Documentation: mapping document on the wiki, ongoing

      • First test-run: second week of February

...