Skip to content

Commit d942cc5

Browse files
Merge pull request #23 from harmoniqs/chore/update-tasks
fix tasks file
2 parents 86135a7 + f81bc68 commit d942cc5

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

TASKS.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
11
# Tasks
22

3-
## Done
4-
5-
### Add PR comment summary for dry-run in CI
6-
<!-- id: PVTI_lADOC9ysqc4BETyazglCHLI -->
7-
8-
When `tasksmd-sync` runs in dry-run mode on a pull request, it should post
9-
a comment summarizing what would change (e.g. "2 create, 1 update, 0 archive").
10-
The GitHub Action workflow already runs dry-run on PRs but doesn't post
11-
a summary comment yet.
12-
13-
### Remove due date syncing
14-
<!-- id: PVTI_lADOC9ysqc4BETyazglCHLQ -->
15-
16-
Due dates should be managed entirely in the GitHub Projects interface, not
17-
synced from TASKS.md. Remove due date support from the sync pipeline:
18-
- Remove the `RE_DUE` pattern from `parser.py` (stop parsing `- **Due:**` lines)
19-
- Remove the `due_date` field from `Task` in `models.py`
20-
- Remove the `due_date` comparison in `_needs_update` in `sync.py`
21-
- Remove the "End date" / "Due" field write in `_apply_task_fields`
22-
- Keep the `due_date` field on `ProjectItem` (read-only, for display)
23-
- Update `FORMAT.md` and `README.md` to remove Due date references
3+
## In Progress
244

255
### Implement label syncing for items
266
<!-- id: PVTI_lADOC9ysqc4BETyazglCOOI -->
@@ -30,3 +10,4 @@ corresponding GitHub Issues. This includes:
3010
- Adding missing labels to issues.
3111
- Removing labels that are no longer present in TASKS.md.
3212

13+
## Done

0 commit comments

Comments
 (0)