VisActor / VisActor/VTable

[Feature] 期望支持从外部拖拽任务到甘特图内部

Open
#4,556 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.