github / github/task-lists-element
Moving an item from `sourceIndex = 0`, sets `dst` as `newIndex + 1`
未關閉
- 主要語言
- TypeScript
- 星號
- 152
- 分支
- 24
- 平均合併
- 1 天 4 小時
- 30 天內合併 PR
- 6
描述
For example:
Moving _Hubot_ from position `[0, 0]` to position `[0, 1]` actually gets calculated as moved to position `[0, 2]`.
貢獻指南
研究方向
首先,在 task-list 元素中重現已回報的從 [0, 0] 拖放至 [0, 1] 的移動操作,並追蹤目標索引的計算位置。完成的標準是相同的移動操作產生的目標為 [0, 1] 而不是 [0, 2],且相關回歸問題已由專案現有的測試涵蓋。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- typescript
- 領域
- frontend
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100