Versions Compared

Key

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

...

  • In the old CORE-MIS version it works with import data.

  • It heavily depends on the schema definition on paymentprogramme/benefit plan.

  • Backend Definition: Specify in the backend whether a column can be unique or not, considering

  • schema flexibility from the benefit plan program.

  • Detection Criteria: If a column in the schema is marked as unique, the detection of duplicates involves marking both records if a non-unique value is found.

  • Deduplication Process: Searches for new and existing records and identifies potential duplicates based on specified criteria. It starts once import data is trigerred.

...

In the migrated version we should consider using tasks to process potential duplicates once some of the records are marked as potential duplicates (by duplicate flag).

<TO-DO>

The process of deduplication/validation on the openIMIS/coreMIS migrated side.

...

  • the whole diagram can be visible by uploading this file (at the end of this sentence - validations(2)) here https://app.diagrams.net/

    View file
    namevalidations(2).drawio

The proposal of improvement for schema managing

...