Is your feature request related to a problem? Please describe.
Currently the user of the application does not know the used version of the software and if the software is up to date.
These improves development also.
Describe the solution you'd like
We want to introduce a version information label in the left bottom menu corner, where the current backend version is shown (major.minor.micro version and git hash).
Only users with the permission to see this version should be able to see this version information on every page.
Acceptance Criteria
the current backend version is shown in the left bottom corner of the menu
Required Permissions to use this feature
global.can.see.current.version
Additional context
Create a new API backend /version on backend and return the current version information, if the user has the required permissions
on frontend: read this version information from backend
show this version information on every page, if the user has the required permissions to see this version information
Is your feature request related to a problem? Please describe. Currently the user of the application does not know the used version of the software and if the software is up to date. These improves development also.
Describe the solution you'd like We want to introduce a version information label in the left bottom menu corner, where the current backend version is shown (major.minor.micro version and git hash). Only users with the permission to see this version should be able to see this version information on every page.
Acceptance Criteria
Required Permissions to use this feature
Additional context