From cb0f7692ab3690e59bb1306ecd7cdf408bab3550 Mon Sep 17 00:00:00 2001 From: SteelDynamite Date: Mon, 3 Nov 2025 13:21:47 -0800 Subject: [PATCH] Clarify sort order options and benefits in PLAN.md Updated sort order explanation and benefits in PLAN.md. --- PLAN.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/PLAN.md b/PLAN.md index c227c3e..42a389a 100644 --- a/PLAN.md +++ b/PLAN.md @@ -155,14 +155,7 @@ AppConfig { - `"manual"` - Tasks ordered by hand (uses `task_order` array) - `"by_due_date"` - Tasks automatically sorted by due date (tasks without due dates appear at end) -When `sort_order` is `"manual"`, the `task_order` array defines the sequence. When `sort_order` is `"by_due_date"`, tasks are sorted dynamically and `task_order` is ignored. - -**Benefits**: -- **Two sort modes**: Manual ordering or automatic by due date -- **Ordering in list metadata**: Changing manual order only touches `.listdata.json` -- **Portable lists**: Copy/move a list folder and its metadata stays with it -- **Clean structure**: No nested hidden folders, just hidden files -- **WebDAV-friendly**: Syncing a list syncs its metadata naturally +When `sort_order` is `"manual"`, the `task_order` array defines the sequence. When `sort_order` is `"by_due_date"`, tasks are grouped first and then sorted within each group by `task_order`. **App Configuration** (separate from task data): - Windows: `%APPDATA%/bevy-tasks/config.json`