-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter tracks by date #88
Comments
Hey! I remember we spoke about this at FOSDEM, and since then have looked at the code a little bit for this change, but it may be more complicated than you'd reasonably expect. But I'll give it a shot as part of the ~major rework I'm doing. |
So about this: I'm nearing the end of a pretty thorough redo and rethink of the program. (I can send you an .apk if you're interested.) And the tracks view is one of the last bits I've not changed yet. And what I wonder is, is there a good reason for it being a different view from the timetable at all? The timetable is already divided by day, no surprises there. But also it's one continuous view per day, while the tracklist is just that, a list, linking you through to a per-track list of events/talks. Would it make more sense to you if it was just like the current timetable view, just keyed by track (and indeed per day)? Given your request is already for splitting by day, I suspect your answer will be yes. :-) |
Oh yes, one idea from @insomniacslk yesterday: add checkboxes or hide icons or so in the track view so it can be used to quickly eliminate tracks/themes that you're not interested in. I do like this as an idea for making the tracks view meaningfully different instead of just a very mild variant of the timetable view. |
I don't quite remember the usability issue I had, but this solution sounds like it would solve the problem I reported! |
This is more or less what I have in mind. Pretty much the new-style timetable layout but keyed by track instead of room. I think some may still want to browse all talks (all days) in a track, wondering whether use a similar UI like Google Photos, where you can tap to drop-down on the title to see the rest. |
… it. This also solves #88, making the track list no longer multiDay. I do wonder whether some people do prefer browsing tracks without day filtering, will see whether I can add something back for that later.
This is in 2.0. |
In FOSDEM Companion, there's a way to only show the tracks of a single day. It's very useful when you want to make your plans for the next day, for instance.
The text was updated successfully, but these errors were encountered: