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
説明
1.任务构建第三步到第四步,直接生成json,省去构建的按钮。 2.构建成功后,任务管理需要刷新才能显示任务。
コントリビューターガイド
- 技術スタック
- java
- 領域
- full stack
- Issue 種別
- feature
- 難度新しい貢献者にとっての実装難度です。1 は非常に小さな変更、5 は専門的な作業です。
- 3
- 推定時間経験ある貢献者が調査、実装、テスト、pull request 準備にかけるおおよその時間範囲です。
- half day
- 活動状況Issue が今どれだけ取り組みやすいかを示します。新しい、活発、古い、ブロック中、またはメンテナー入力待ちなどです。
- stale
- 明確さ期待される変更、受け入れ条件、次の手順がどれだけ明確かを示します。
- needs investigation
- 前提条件
- Java basicsSpring Boot conceptsFrontend fundamentals
- 初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
- 30
- 調査方針
- 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.