vikunja/pkg/modules/migration/ticktick
kolaente 9b1c52e9e3 fix: sort TickTick tasks so parents come before children
TickTick CSV exports don't guarantee parent tasks appear before their
subtasks. When a child row came first, the shared migration pipeline
tried to create a title-less placeholder for the missing parent, which
failed with 'Task title cannot be empty'.

Resolves go-vikunja/vikunja#2487
2026-03-26 15:08:12 +00:00
..
main_test.go fix: TickTick import (#1871) 2025-11-25 22:32:39 +00:00
testdata_ticktick_export.csv fix: TickTick import (#1871) 2025-11-25 22:32:39 +00:00
testdata_ticktick_multiline.csv fix: TickTick import (#1871) 2025-11-25 22:32:39 +00:00
testdata_ticktick_space_dates.csv fix(migration): support space-separated date format in TickTick importer 2026-03-02 08:35:35 +01:00
ticktick.go fix: sort TickTick tasks so parents come before children 2026-03-26 15:08:12 +00:00
ticktick_test.go test: add failing test for TickTick child-before-parent CSV order 2026-03-26 15:08:12 +00:00