-
Notifications
You must be signed in to change notification settings - Fork 4
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
Customizable room order on rooms page #332
Comments
Was thinking about drag-and-drop-like/swappable implementation of the the items, but that might be a serious work to do with bulma. So a rather convenient solution would be favouriting ⭐ the floors, so they appear on top. My question: should we save the favourites into the database, or do we just simply save the favourites in localStorage (so in the browser)? |
Although the drag-drop feature could be achieved with e.g. dragula, I think it's way too minor for that. And potentially can start an avalanche of feature-creeping, where at the end we would decide to move to a separate forntend 😄 I like the 'mark as favorite' approach. I'd vote for a persistent store, since I think people would use the site from their mobile too pretty often, and it would be good to keep everything in sync and consistent. |
For students living on higher floors, the relevant ones are currently at the bottom of the page. We can add an option to the user in the database whether they want to see the rooms in ascending or descending order (could be set on the user's profile page).
The text was updated successfully, but these errors were encountered: