codecentric / codecentric/spring-boot-admin
Feature: Make browser notifications customizable & navigable
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 12.9k
- Forks
- 3.1k
- Avg merge
- 19h 1m
- Merged PRs (30d)
- 61
Description
Hello.
As of today, the notification triggered by the UI through the browser API while the status of an instance changes have, somehow, a fixed timeout (5s if I'm not wrong).
In this ticket I would like to request the following feature(s):
- allow to make the timeout configurable, with the option that if it's 0 then the notification(s) should not be automatically dismissed and it's up to the user to dismiss them
- if possible, open the instance details view of the instance the notification refers to when it gets clicked
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the browser notification implementation in the admin UI and tracing how instance status changes create notifications. Check how UI settings are configured and how instance details are opened from existing navigation. Done means the timeout is configurable, zero keeps notifications visible until dismissed, and clicking a notification opens the referenced instance details.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100