Valentin-Gabriel Mihai 13797f1fb3 Merge branch 'RED-10030' into 'master'
RED-10030: persist the keyColumn value even if csv mapping is disabled.

See merge request redactmanager/red-ui!763
2024-12-12 15:48:47 +01:00
2024-12-09 18:18:49 +02:00
2022-06-29 19:59:12 +03:00
2023-01-31 16:34:34 +01:00
2023-11-23 20:23:47 +02:00
2023-08-25 23:27:24 +03:00
2024-12-05 12:50:21 +02:00
2024-06-17 19:49:18 +03:00
2024-12-09 15:21:24 +01:00
2023-06-02 10:40:47 +03:00
2022-06-19 00:29:20 +03:00
2024-12-05 12:50:21 +02:00
2024-06-20 15:10:20 +03:00
2023-05-31 23:36:59 +02:00
2024-07-09 12:26:13 +03:00
2023-07-14 09:05:21 +00:00
2024-12-11 11:07:42 +02:00
2022-12-08 15:32:19 +02:00
2024-11-01 19:22:50 +02:00
2023-06-27 02:22:52 +03:00
2023-11-29 19:04:32 +02:00

Redaction

To Create a new Stack in rancher check this Wiki page

Dependencies update guide

  • When updating @pdftron/webviewer, make sure to change the version also in the angular.json and everywhere where the path to /assets/wv-recources is used
  • Make sure the keycloak.js version is the same with the keycloak version from helm chart

Code style

  • Don't use setInterval without calling clearInterval in ngOnDestroy or in destroyRef.onDestroy(() => clearInterval(intervalId))
  • Never call getters in HTML templates

Keycloak Staging Config

Default Testing URLs

  • https://dev-04.iqser.cloud/
  • https://dev-08.iqser.cloud/

Test Users

username role comment
guest cannot use the application
user RED_USER
red_manager RED_MANAGER
useradmin RED_ADMIN, RED_USER has super power !
manageradmin RED_ADMIN RED_MANAGER RED_USER has super super power !

Password for all users is OsloImWinter!23

Running the app locally

Requirements:

In the root folder simply execute yarn install followed by yarn start. The file apps/red-ui/src/assets/config.config.json contains the configuration for local development. All properties defined here are later available via env variables.

Description
No description provided
Readme 443 MiB
2025-01-29 09:35:17 +01:00
Languages
TypeScript 74.6%
HTML 18.5%
SCSS 5.9%
CSS 0.8%
Shell 0.1%