Versions Compared

Key

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

...

  • Impact:

    • Mobile Apps will not work any more

    • GOTHOMIS & Payment Layer in TZ

    • stuck to MS SQL because of stored procedures that are called from REST API (ca. 45)

  • Discussion:

    • C#-part can be re-used, but depend on stored procedures

    • done - needs to be compiled for .net core per Windows and Linux (done in Docker)

    • Mobile App on REST

    • ePayment on REST

      • migrate APIs to python = new adapter to payment switch → budget needed

    • Interoperability on REST

      • e.g. GOTHOMISs & afyacare

      • will remain on rest - will need to be done by GOTHOMIS & Afyacare

    • done - Added to Docker packaging

      • done - issue with env variables (ex. DB connection string)

      • done - sharing of files (ex. Insuree pictures)

    • rejected - Test REST API against PostgreSQL - not practical as REST-API will not be migrated on PostgreSQL

    • list of interactions with DB: https://docs.google.com/spreadsheets/d/1XdamXxLejmPRzM5xN8dCSPSIbfNv1PgJ/edit#gid=1496686413 - will not be needed after

    • create/modify payment layer adapter on the openIMIS side for TZ

...

  • payment layer through REST API

  • mobile apps on REST API

  • specific reports: capitation payment, commission

  • done - capitation payment configuration in Product

  • done - batch run

    • done - capitation payment SP

    • done - batch run SP

Custom Modifications in Cameroon

HIV

  • report on migration needs done by STPH (-> Implementers)

EDUCASH

  • Cash-Transfer scheme => to be migrated to modular?

Custom Modifications in Gambia

  • Cash-Transfer scheme is in progress of migration

Stored Procedures

Lock Mechanism

  • will need to be migrated to PostgreSQL?

  • testing - PostgesSQL uses low isolation level by default - might solve the problem

  • might not be needed

  • wip

Legacy Offline Mode

  • Impact: none

  • doesn't work in legacy version, not used

  • needs popping up but will have to be addressed as new features

MS-SQL Driver in Django

  • Impact:

    • Custom Access to MS-SQL DB

    • affects JSON-B column access

    • hinders upgrade to Django 4

  • Discussion:

    wip

    • only a problem as long as s.o. is using MS SQL

    • maybe there are new drivers

    • solved - there is an official MS driver for Django now

DB-Initialisation

...

Script

  • Impact:

    • new installations (new, empty DB) not yet using all attributes

    • migration script need to know DB version to adjust to all scenarios

  • Discussion:

    • Database compatibility PostgreSQL & MS SQL Server

    • testing

    • done - DB - initialisation:

      • two separate INIT scripts for PostgreSQL & MS SQL available

    • done - legacy migration:

      • migration script for the legacy data available

    • done - future development will be against PostgreSQL

      • other DB will have to use Django Migration scripts to fork to their DB system (automatically through Django “make migration“ - might need manual adaptations)

      • documentation needed

Reports

  • Report module

  • wip - which reports still need to be migrated? which ones are still used?

Documentation How-To / Best-Practices of Migration

...