From 7e897ac840f22ddfe28248c4a17a2c5b39223958 Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Mon, 28 Oct 2024 09:56:41 +0100 Subject: [PATCH] Added and edited some tasks related to Gancio --- todo.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/todo.txt b/todo.txt index 17e9bb7..7236545 100644 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,9 @@ - = to do; ? = to do?; * = done; ~ = half done; ! = don't +- 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) -- couldn't the feed include, maybe in "x-fields", the alt-text for images when present, and other data such as date of event, and so on? +- couldn't the feed include, maybe in "x-fields", the alt-text for images when present, and other data such as start and date of events, and so on? ? add "modified" on top of reposts for modified announcements - add the possibility to modify a post when the announcement has been changed, instead of reposting it