-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature: sort room filters like on the official website #88
Comments
@jtanguy Thanks for submitting the issue! Good thinking, it would make more sens indeed. We cannot automatically deduce the importance of the rooms from the data provided by the DevFest Nantes's repo(https://github.com/GDG-Nantes/Devfest2022/tree/master/data) and we would need this info to setup sorting on our backend side. I'll keep this issue opened as I'm sure we can do this for next year. |
We could keep the order in the rooms. Inside |
Did we loose the sort when casting into a |
Good idea! Yes indeed we could use this order; however I'll need to update the sorting algorithm on the app's side as it groups sessions by start times but the does not sort the sessions by rooms. I fear that the update won't make it to production before the start of the event (review process is currently awfully long...). I'll let you know how it goes! |
📣 Adds sort index for rooms as suggested in #88.
Done for Android in #149 |
It seems that the room filters are sorted alphabetically, instead of the order presented on the website (it seems that they are ordered by capacity, but I'm not sure).
It I'll be easier to use the room filters (the big room first instead of third)
The text was updated successfully, but these errors were encountered: