1 评论 (1 评论)1 反应 (1 反应)1 负责人 (1 负责人)JavaScript4,852 star (4,852 star)1,534 fork (1,534 fork)batch import
enhancementhelp wanted
描述
后台文章管理增加标题、分类查询条件,点击查询值刷新列表,不刷新整个页面
贡献者指南
- 技术栈
- java
- 领域
- full stack
- 议题类型
- feature
- 难度面向新贡献者的预计实现难度,1 表示很小改动,5 表示专家级工作。
- 3
- 预计时间有经验贡献者完成调查、实现、测试并准备 pull request 的粗略时间范围。
- 1-3 hours
- 活动状态议题当前的可参与程度:新鲜、活跃、陈旧、阻塞或等待维护者输入。
- stale
- 清晰度议题是否清楚说明期望改动、验收标准和下一步。
- clear
- 前置要求
- Basic JavaWeb development fundamentals
- 新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
- 55
- 研究方向
- Start by examining the article management controller (e.g., AdminArticleController.java) and its corresponding view template. Look for existing query parameters in the list endpoint. The issue requests adding title and category filters without full page refresh, so you may need to implement AJAX calls or similar. Check the issue comments for any clarifications, and note that there is an assignee, so consider reaching out to them before starting work.