thesamim / TickTickSync

GNU General Public License v3.0
99 stars 2 forks source link

Handle Project Moves #36

Closed thesamim closed 5 months ago

thesamim commented 5 months ago

Currently: Tasks moved between projects, whether from TickTick or Obsidian, the move is not handled.

  1. Add "Move" API end point to api wraper
  2. Add call to TickTickTestAPI.ts
  3. Determine source of change
  4. IF from TickTick
    1. Find current Task location
    2. Delete from current Task location
    3. Add to new location
  5. IF from Obsidian
    1. Call project move API