1 comment (1 comment)1 reaction (1 reaction)1 assignee (1 assignee)JavaScript4,852 stars (4,852 stars)1,534 forks (1,534 forks)batch import
enhancementhelp wanted
Description
后台文章管理增加标题、分类查询条件,点击查询值刷新列表,不刷新整个页面
Contributor guide
- Tech stack
- java
- Domain
- full stack
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- 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
- Basic JavaWeb development fundamentals
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 55
- Research direction
- 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.