From 8fac2f6aa09cdb261ce5797f5093cd590c0ca4d7 Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Tue, 29 Oct 2024 13:51:39 +0100 Subject: [PATCH] Added a task --- todo.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/todo.txt b/todo.txt index 7236545..5d42869 100644 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,6 @@ - = to do; ? = to do?; * = done; ~ = half done; ! = don't +- ask samba and-or lesion if when "parentId" in the json feed is set, it means it's a recurring event, and if there's a way to tell *when* it is recurring - report Gancio flaw: it would be better if the last modification datetime of an event ("pubDate" in the feed, "updatedAt" in "/api/events") was not changed when a gancio user saves again an already present event but does no actual modification to the event - report Gancio flaw: when a gancio user saves an event, in the feed, in the "description" field, the link sometimes has "target" before "href", sometimes has "target" after "href" - report Gancio flaw: api/events (https://demo.gancio.org/api/events) does not return descriptions (maybe it would have been easier to write gancioff using api/events)