1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java5,195 stars (5,195 stars)2,045 forks (2,045 forks)batch import
help wantednew featureui
Description
1.任务构建第三步到第四步,直接生成json,省去构建的按钮。 2.构建成功后,任务管理需要刷新才能显示任务。
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.
- half day
- 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.
- needs investigation
- Prerequisites
- Java basicsSpring Boot conceptsFrontend fundamentals
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The issue suggests two improvements: (1) skip the build button and directly generate JSON in steps 3-4 of the task creation flow, and (2) auto refresh the task management page after a build succeeds. To address this, you should first understand the current build process by examining the backend controller handling task creation and the frontend components involved. Look for files like TaskController.java or similar in the Java backend, and Vue/HTML files in the frontend. Check if there is an existing JSON generation endpoint that can be called automatically. For the refresh issue, investigate the frontend logic that displays tasks after build; it may need a reactive update instead of full page refresh. The issue has no maintainer response yet, so you may need to propose a solution in a comment.