Versions Compared

Key

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

...

  • payment layer through REST API - dedicated API for GePG (Government ePayment Gateway)

    • (tick) MUSE API exists (will not be changed) - fully based on modular version

    • (question) GePG API exits in legacy

      • needs to be migrated to modular architecture

      Image Removed
      • (as a custom API)

    • Image Added
  • (tick) capitation payment,

  • (tick) commission

  • Covered by Project: 2022.T1c Modularisation III :

  • (tick) capitation payment configuration in Product

  • (tick) batch run

    • (tick) capitation payment SP

    • (tick) batch run SP

Custom Modifications in Cameroon

HIV

EDUCASH

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

Custom Modifications in Gambia

  • (question) Cash-Transfer scheme is in progress of migration

...

  • Impact: none

  • doesn't work in legacy version, not used

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

(tick) MS-SQL Driver in Django

  • Impact:

    • Custom Access to MS-SQL DB

    • affects JSON-B column access

    • hinders upgrade to Django 4

  • Discussion:

    • 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

...

  • 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

    • 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

      • most is done automatically at startup

      • create a link in each release note point at a migration path for that version with manual exceptions

      • testing of the documentation is needed

Reports

...

Domain

Name (link)

Browser

Linux

Win

FOSS

Description

DB Admin

https://www.pgadmin.org/

(tick)

(tick)

🐧

Comfortable PostgreSQL DB Admin tool

SQL Client

https://dbeaver.io/

(tick)

(tick)

🐧

Comfortable Visual SQL client with ER diagrams

SQL Client

SQuirreL

(tick)

(tick)

🐧

simple SQL client

Server Monitoring

https://munin-monitoring.org/

(tick)

🐧

Server statistics daily / weekly / monthly

Server Admin

https://cockpit-project.org/

(tick)

🐧

web-based server administration

Explain Plan Analyser

http://tatiyants.com/pev/#/plans/new

(tick)

🐧

Visualise query execution plans:

Image Added