todoagenda
todoagenda copied to clipboard
Append "(Day x/y)" to the end of event title of multi day events
I borrowed this idea from Google calendar so just create a multi day event and look at it in Google calendar to see what I mean.
Logically "Day 3/5" looks more like a part of the event's date than of its title. We have e.g. "in 3 days" there. See https://github.com/andstatus/todoagenda/issues/7
@shompoe What do you think?
Indeed. Personally I prefer to keep the event start/finish time underneath the event title and to see the day of week and date as part of header. So in my case a "Day x/y" inline with the event title would be very clear in it's meaning. But perhaps I forgot that it might cause confusion in other configurations.
So I leave it to your disgretion. If you think it is a bad idea then don't do it.
9 Nov 2021, 06:29 by @.***:
Logically "Day 3/5" looks more like a part of the event's date than of its title. We have e.g. "in 3 days" there. See > #7 https://github.com/andstatus/todoagenda/issues/7
@shompoe https://github.com/shompoe> What do you think?
— You are receiving this because you were mentioned. Reply to this email directly, > view it on GitHub https://github.com/andstatus/todoagenda/issues/81#issuecomment-963854636> , or > unsubscribe https://github.com/notifications/unsubscribe-auth/AM6VTXYZTFECXB7MP6GIQ4TULC5UTANCNFSM5GBQEXOA> . Triage notifications on the go with GitHub Mobile for > iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or > Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub> .
@shompoe I see that "Day x/y" is really NOT a formatted date, this is a formatted date in the date period. Meaning that we need three dates instead of one in order to create the formatted "day of event period". So configuring and placing it separately from the formatted date is normal...
Thank you for the suggestion, I will think about this feature.