Skip to content
Snippets Groups Projects
  1. Sep 25, 2019
    • David Büchler's avatar
      The Cache rebuilding has been changed. The values to check for duplicates are... · ca57d1a0
      David Büchler authored
      The Cache rebuilding has been changed. The values to check for duplicates are now loaded using the entities api instead of pure sql. If the cache for all duplicates of a scanner gets rebuilt, it's now done in blocks. This ensures that even while wokring on huge recordsets, the ressources are enough. It sure may take some time to check huge recordsets...
      The flag "Use external Webservice" has been removed from the view because no native api to a duplicate scanning service exists, therefore this is unnecessary right now. The config of the resultfields has been removed aswell, if no external service is used, it's enough to work with the id which is always in the index's response.
      The configuration of the indexfields has been changed, no manual connection between entity and db field is necessary because no sql is used any more. Instead, the fields can be selected via dropdown which offers the entity fields to select.
      Some refactoring
      Changes on the docks to reflect the changed datastructure of some arrays
      ca57d1a0
  2. Sep 24, 2019
  3. Sep 19, 2019
  4. Sep 18, 2019
    • David Büchler's avatar
      Bool fields apparently have to be int in the database to get them to work... changed them. · 6ddf98fd
      David Büchler authored
      The Indexfieldconfig now contains the correct fields which are necessary to run the search.
      The fields now can be configured via the client. Those infos are now used to dynamically load the configured fields an their values which are then internally used to run the prefilter as well as the real duplicate search.
      NEXT UP => Configuring of the result fields. There's light at the end of the tunnel.
      6ddf98fd
  5. Sep 13, 2019
  6. Aug 30, 2019
  7. Aug 27, 2019
    • David Büchler's avatar
      Das Öffnen der Detailanzeige eines Clusters wurde nun auf eine custom Action... · 2f3b9f5f
      David Büchler authored
      Das Öffnen der Detailanzeige eines Clusters wurde nun auf eine custom Action ausgelagtert, dass die views im gleichen Context liegen können. Es ergibt Sinn hier im gleichen Entity/Context zu bleiben, denn die Datensätze sind im Grunde die gleichen, es handelt sich nur um eine gesonderte Darstellung.
      Es wurden alle zugehörigen Teile entsprechend angepasst, dass die Datenweitergabe per manuellem neon.openContext funktioniert
      Die ORg Detail-Tabelle unterscheidet sich noch, die korrekten Datensätze werden bereits angezeigt.
      2f3b9f5f
    • David Büchler's avatar
      Allgemeine Dublettenansicht: Neuer Reiter für Organisation · 201cc73c
      David Büchler authored
      Es werden sowohl die Organisationscluster angezeigt als auch analog zu den Personen eine Tabelle mit ignorierten Dublettenkombinationen. Entsprechende Aktionen werden ebenso angezeigt.
      DuplicatesUnrelated wurde um Logik für Organisationen erweitert
      Duplicates wurde um Logik für Organisationen erweitert
      201cc73c
    • David Büchler's avatar
      Aktionen in der Dublettenansicht einer Organisation wurden entsprechend dem... · 5fdad2a8
      David Büchler authored
      Aktionen in der Dublettenansicht einer Organisation wurden entsprechend dem Person pendant eingefügt und angepasst
      Organisationsdubletten werden  nun als zusätzlicher Reiter in der Org-Mainview angezeigt
      Der Organisation Recordcontainer wurde um die Duplicate-Teile erweitert
      Duplicates lib Funktion refactored
      5fdad2a8
  8. Aug 23, 2019
  9. Aug 22, 2019
  10. Aug 21, 2019
  11. Aug 20, 2019
  12. Aug 19, 2019
    • David Büchler's avatar
      Neue ID für Liquibase generiert · c5d37f44
      David Büchler authored
      Neues LB SCript für die Tabelle zum ignorieren von Dubletten erstellt
      Dubletten können nun über eine Action ignoriert werden
      Neuer Parameter an der Person, dass die ContactId des aktuell geöffnetes Kontaktes an die DublettenReferenz/Provider per Parameter weitergegeben wird
      Neue Funktionen zum Erstellen, löschen einer Ignorierten Dublettenrelation und zum Löschen aller vorkomnisse einer ContactId in der UnrelatedDuplicates
      c5d37f44
  13. Aug 14, 2019
  14. Aug 13, 2019
  15. Aug 12, 2019
  16. Aug 08, 2019
  17. Aug 07, 2019
  18. Aug 06, 2019
  19. Aug 05, 2019
  20. Aug 02, 2019
  21. Aug 01, 2019
Loading