UI: Stats tracker can forget history
- Dominant language
- Go
- Stars
- 17k
- Forks
- 2.1k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 105
Description
Background: StatTrackers keep historical stats metrics for allocations or clients. They are stored in a global service so even if you leave a page and return, the historical stats still exist.
Problem: Sometimes that historical gets deleted
Steps to Reproduce:
1. Go to an allocation, let stats collect
2. Go to a client via the sidebar, let stats collect
3. Use the browser back button to return to the allocation, observe that no stats are remembered
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the allocation-to-client navigation sequence and the browser back-button return described in the issue. Start by tracing how UI StatTrackers are stored in the global service across page changes; done means historical stats remain visible when returning to the allocation.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100