AlexanderOtavka / ride-board

Ride sharing for Grinnell students
https://rideboard.app
MIT License
1 stars 3 forks source link

Improve ride list page #39

Closed AlexanderOtavka closed 4 years ago

AlexanderOtavka commented 4 years ago

Ride lists shouldn't be table layouts in the long term. Tables don't scale well to mobile, so we need to rework the way we show rides into a list of thumbnails.

This is part of #33.

yashdavisgupta commented 4 years ago

I'll take ownership of this. Do we want a table on desktop and thumbnails on mobile or thumbnails on both?

AlexanderOtavka commented 4 years ago

Thumbnails for both, but the thumbnails can scale up to show more info/actions on desktop.

yashdavisgupta commented 4 years ago

Ok, if we are thinking about thumbnails we should go Masonry. Here is a page explaining it for those interested: https://www.sitepoint.com/understanding-masonry-layout/ For masonry to make sense, we'll need a pretty comprehensive and intuitive filter/search system.