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:
- Start ANDP locally, as described in the documentation.
- Go to the
docker-compose.override.ymlfile 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. - 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. - Subsequently, run
docker compose up -din the terminal again. - The Case Officer Portal should be accessible at
.http://portal-sachbearbeiter.localhost.gentics.com/