Every time I use the list view, I'm confused. It's very hard to find the current date and navigate.
Please add some markers for easy orientation in the list view. My suggestions: 1. A fat red horizontal line separating past events from future events (thus denoting "today"). 2. A thinner green line separator for every month. It could look like: {{{ event event ---- March 2014 ------------------------------------------- event event ---- April 2014 ------------------------------------------- ---- May 2014 --------------------------------------------- event event event ---- June 2014 -------------------------------------------- event }}} 3. Automatically scroll to "today" marker, or maybe at least gray our the past events a bit (for example make their blue boxes gray or gray-blue).
Implemented in bugfixes
bugfixes
Merged in https://github.com/fedora-infra/fedocal/pull/91
I've checked the list view again, and it's definitely somewhat better, but could we make more adjustments? :-)
From what I see, a thin green line was added separating "today" from past events. If I try to scroll through https://apps.fedoraproject.org/calendar/list/QA/ in a medium speed, it's hard to spot the line. I need to scroll slowly.
Can we make it thicker and more visible (maybe the red color would serve well)? Also, can we make the browser to scroll to it by default, when you click List View?
Thanks!
Tagging this issue as easyfix, making the line thicker is a trivial css fix and the auto-scroll might be a little more tricky but should not be to hard.
Fixed in https://git.fedorahosted.org/cgit/fedocal.git/commit/?h=scroll_list&id=973522e2f8a6e9431c71e15bdae3e9432cb853e9
This will auto-scroll the page to the limit of today/limit_future upon page loading.
I am a little wondering about using a button rather than the auto-scroll, but I guess we can see that once it goes live.
Fix thickness of the limits in https://git.fedorahosted.org/cgit/fedocal.git/commit/?h=scroll_list&id=ccf81c375b6537a313d468ed630e04f46886685d
It's not merged yet, I should not close it yet :)
Merged auto-scrolling in https://github.com/fedora-infra/fedocal/pull/119
Log in to comment on this ticket.