1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java23,109 stars (23,109 stars)8,150 forks (8,150 forks)batch import
area/dashboardgood first issuekind/enhancement
Description
流控规则中预热和排队等待都没有时间单位的提示,虽然能够很轻松地获知,但感觉还是提示一下的好
Contributor guide
- Tech stack
- javajavascripthtmlspring
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 80
- Research direction
- Examine the Sentinel dashboard frontend module (sentinel dashboard) and locate the flow control rule editing page. The warm up period and queue waiting timeout fields currently lack time unit labels. Add a text hint (e.g., 'seconds') beside or within these fields. Check if the existing code uses i18n for labels and follow the same pattern. The relevant files are likely in the JavaScript views under the dashboard module. The issue is in Chinese, so ensure the hint supports localization if needed.