This commit is contained in:
pezcurrel 2024-11-07 20:30:02 +01:00
parent 193477c60d
commit 982569acd6

View file

@ -1,7 +1,8 @@
- = to do; ? = to do?; * = done; ~ = half done; ! = don't
- verify whther mastodon /api/v2/media and /api/v1/media share the same ratelimits or not
- 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: recurrent->type "ordinal" should be named "cardinal"
~ verify whether mastodon /api/v2/media and /api/v1/media share the same ratelimits or not (seems like not)
* 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 ganciof2f using api/events)