Gentics Logo

Infoportal

Case Worker Portal

Description

The Case Officer Portal offers an improved and more user-friendly UI, which allows tasks to be managed and completed much faster and easier directly within the portal.

Usage

The Case Officer Portal is provided as an additional instance, just like the Dialog Portal.

Case Officer Portal ANDP Image

The Case Officer Portal is available as an image starting from ANDP version 2.2: docker.apa-it.at/andp/portal-sachbearbeiter:andp-<Version>

Local Startup and Usage - for Developers

The Case Officer Portal, like the other ANDP instances, can be started and used locally via the docker-compose.yml or docker-compose.override.yml. To do this, the following steps must be performed:

  1. Start ANDP locally, as described in the documentation.
  2. Go to the docker-compose.override.yml file and find the line where the Case Officer Portal is defined and configured (portal-sachbearbeiter). To ensure the portal starts when Docker Compose is launched, the following lines must be deleted: profiles: - donotstart.
  3. Do not forget to configure the license key and the Mesh API key (LICENSEKEY: FILL-ME-WITH-A-VALID-KEY & MESH_API_KEY: "FILL-ME-WITH-A-VALID-Key"). The same keys as for the Dialog Portal must be used here.
  4. Subsequently, run docker compose up -d in the terminal again.
  5. The Case Officer Portal should be accessible at http://portal-sachbearbeiter.localhost.gentics.com/.