coddx-hq / coddx-alpha

Todo Kanban Board manages tasks and save them as TODO.md - a simple plain text file.

Home Page:https://bit.ly/2xZs5lO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sub-tasks should move with parent

somelinguist opened this issue · comments

Expected behavior: Moving or reordering a task with sub-tasks should move the entire group.

### Todo

- [ ] Markdown links for File or URL  
- [ ] Rename Git Repos  
  - [ ] Update Readme, Docs  
  - [ ] Update all URLs  

### In Progress



Moving Rename Git Repos to In Progress should result in:

### Todo

- [ ] Markdown links for File or URL  


### In Progress

- [ ] Rename Git Repos  
  - [ ] Update Readme, Docs  
  - [ ] Update all URLs  


Reordering, dragging Rename Git Repos, should result in:

### Todo

- [ ] Rename Git Repos  
  - [ ] Update Readme, Docs  
  - [ ] Update all URLs  
- [ ] Markdown links for File or URL  

### In Progress



Actual behavior: Sub-tasks are not moved when the parent task is moved.

Moving Rename Git Repos to In Progress:

### Todo

- [ ] Markdown links for File or URL  
  - [ ] Update Readme, Docs  
  - [ ] Update all URLs  

### In Progress

- [ ] Rename Git Repos  


Reordering, dragging Rename Git Repos:

### Todo

- [ ] Rename Git Repos  
- [ ] Markdown links for File or URL  
  - [ ] Update Readme, Docs  
  - [ ] Update all URLs  

### In Progress