{ "version": "1.0", "exportDate": "2025-01-10T08:00:00.000Z", "localDate": "2025-01-10", "taskCount": 2, "data": { "tasks": [ { "id": 101, "title": "Legacy todo", "description": "Created by the pre-refactor app", "progressNotes": "Existing progress", "status": "todo", "progress": 25, "assignee": "Alice", "collaborators": ["Bob"], "dueDate": "2025-02-01", "createdDate": "2025-01-01T08:00:00.000Z", "language": "en", "priority": "high", "isPinned": true, "isHidden": false, "timeline": [ { "id": 1001, "date": "2025-01-01", "type": "manual-entry", "content": "Legacy timeline entry", "user": "Alice" } ] }, { "id": 102, "title": "Legacy completed", "description": "", "progressNotes": "", "status": "completed", "progress": 100, "assignee": "", "collaborators": [], "dueDate": "", "createdDate": "2025-01-02T08:00:00.000Z", "language": "zh", "priority": "low", "isPinned": false, "isHidden": true, "timeline": [] } ], "sortOrders": { "todo": "priority-desc", "inProgress": "created-asc", "completed": "title-asc" } } }