From 3a39b845282c4b09a5b530cbc43f0f1aab2fce16 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Mon, 10 Feb 2025 13:57:29 -0800 Subject: [PATCH] Update todo list --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aae3c19..b269420 100644 --- a/README.md +++ b/README.md @@ -110,20 +110,25 @@ Parity features * [x] crontab integration * [ ] source batching * [x] add item from web +* [ ] web edit channels +* web edit sources + * [ ] edit action argv + * [ ] edit source envs + * [ ] edit source crontab * [x] Nix build * [ ] NixOS module * [ ] NixOS vm demo -* [ ] Nix flake templates Future features * [ ] on_delete triggers * [ ] manual item edits, CLI * [ ] manual item edits, web -* [ ] source-level TTS +* [x] source-level TTS * [ ] metric reporting * [x] on action failure, create an error item with logs * [ ] items gracefully add new fields and `action` keys * [ ] arbitrary date punt -* [ ] sort crontab entries +* [x] sort crontab entries * [ ] TUI feed view +* [ ] Nix flake templates