Skip to content

Instance admin feature#673

Draft
seb-kw wants to merge 8 commits into
mainfrom
feature/instance-admin
Draft

Instance admin feature#673
seb-kw wants to merge 8 commits into
mainfrom
feature/instance-admin

Conversation

@seb-kw
Copy link
Copy Markdown
Member

@seb-kw seb-kw commented Mar 2, 2026

No description provided.

Signed-off-by: Sebastian Kawelke <sebastian.kawelke@l3montree.com>
@seb-kw seb-kw changed the title Starts adding a instance admin feature Instance admin feature Mar 2, 2026
seb-kw added 4 commits March 4, 2026 15:56
Signed-off-by: Sebastian Kawelke <sebastian.kawelke@l3montree.com>
Signed-off-by: Sebastian Kawelke <sebastian.kawelke@l3montree.com>
Signed-off-by: Sebastian Kawelke <sebastian.kawelke@l3montree.com>
seb-kw added 2 commits May 4, 2026 16:45
Signed-off-by: Sebastian Kawelke <sebastian.kawelke@l3montree.com>
Signed-off-by: Sebastian Kawelke <sebastian.kawelke@l3montree.com>
@Hubtrick-Git
Copy link
Copy Markdown
Collaborator

Maybe we should also add a confirmation before revoking admin priviliges on a user?

@Hubtrick-Git
Copy link
Copy Markdown
Collaborator

Hubtrick-Git commented May 28, 2026

Backend part is done, now the frontend needs some adjustments as well:

Org Dashboard

  • Average Vulns per project stats got removed, remove it also in the web codebase
  • Dtos got updated, have a look at statistics_dto.go in the backend to see what fields are there and what their name
    is. Match the frontend to the new variables
  • A special case of this is the average remediation time stat. It now also comes with the average age of OPEN vulns
  • Backend now caches statistics for 15 mins, we need a refresh button to force that if the user wants the updated stats. Query Param is called "forceRefresh" to force the refresh on request.
    see the backend for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants