手机端支持任务排队功能(与网页端一致)
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.7k
- Forks
- 719
- Avg merge
- 4h 30m
- Merged PRs (30d)
- 83
Description
功能描述
目前网页端在任务运行过程中,支持输入新任务进入等待队列,当前任务结束后自动执行等待中的任务,实现连续工作流。
希望手机端也能同步上线该功能,使移动端用户同样可以在任务执行期间预输入下一个任务,减少等待间隙的操作成本。
场景说明
- 网页端:任务 A 执行中 → 输入任务 B 进入等待 → A 完成后自动执行 B
- 手机端:当前任务执行中无法预输入,必须等待当前任务完全结束后才能输入下一个任务,移动场景下等待体验较差
期望
手机端与网页端功能对齐,支持任务排队等待执行。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the web task-queue behavior described in the issue with the mobile task execution and input flow. Verify that a second task can be entered while the first is running and that it starts automatically after the first finishes; done means mobile behavior matches the web flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100