[Feature] 期望支持从外部拖拽任务到甘特图内部
Open
Nobody has claimed this yet.
feature
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
What problem does this feature solve?
设想页面左侧是待计划的生产任务列表,页面右侧是 甘特图(每一行是一个生产设备),希望能支持从左侧任务列表,拖拽任务到右侧的甘特图中(拖到某个生产设备,某个特定时间)。是否可以增强支持该功能呢(例如可以支持drop事件,返回drop时的行号和时间)?或者目前是否有方式可以实现该功能。
What does the proposed API look like?
考虑支持拖拽drop事件,返回drop时的行号和时间,以及数据
Contributor guide
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
No files, tests, or entry points are named. Start by locating the Gantt chart implementation and its public event API, then determine how external drag sources could reach it. Done means the chart accepts an external drop and reports the target row, time, and dropped data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100