Skip to content

WIP: Processes tags

This merge includes:

  1. AccountService dependency added.
  2. User entity added to hold processes' users specific data.
  3. Back-end logic to link processes with users.
  4. UI for displaying tags.

Further to do:

  1. Resolve the issue with "unavailable" tags - for some reason, UserManager is not available at start of the app start for a short period. This makes it impossible to link processes with users. I will investigate it further.
  2. Probably some admin/normal user check (however, is it necessary?).
  3. Clean-up of the code (use of get_user function, tag css classes, naming).

Merge request reports