Difference between revisions of "B-Op HR Hub"

From ZUGSEIL Wiki
Jump to navigation Jump to search
Line 23: Line 23:
== Related articles ==
== Related articles ==


* [[Dev:Sensitive Personal Information handling with ZUGSEIL]]
* [[Dev:B-Op HR Hub Core]]
*[[Dev:Sensitive Personal Information handling with ZUGSEIL]]
*[[App:HR and 3rd party privacy settings App]]
*[[App:HR and 3rd party privacy settings App]]

Revision as of 17:03, 8 July 2023

HR Data importing is required for almost all usage cases of B-Op software, as larger companies typically have a HR system already in place.

To integrate with these HR-systems, B-Op HR Hub was created to integrate seamlessly.

Please note that this topic has to be observed closely and must be aligned with the b-op data ownership and privacy principles.

Top level architecture for company information on staff members

There exists a HR Hub core service, installed

  1. Data acquisition plugins - They are used to accumulate hr base date from multiple systems into one data pool hosted in the HR hub. They are stored locally and encrypted (storage security)
    1. simultaneously (Graph API, Hr-System, AD, picture source, csv, .... )
    2. invoking each other (pictures imported by another plugin)
  2. Transport
    1. with filtering on row level (e.g. External users are not relevant to Klesy)
    2. with filtering on column level (e.g. BKC is non relevant to Print environments)
  3. Import plugins - They are used to import the transported HR information into target digitals:

Privacy regulation and deletion service (RPDS)

Each digital must individually define its privacy settings, which can be accomplished through the HR and 3rd party privacy settings App. These settings determine:

Related articles