martzcodes / gt-course-surveys

Helping students assess course difficulty and workload.
https://omscentral.com
36 stars 11 forks source link

eliminate horizontal scrolling on mobile #34

Open mehmetbajin opened 8 years ago

mehmetbajin commented 8 years ago

All reviews and all grades views display a table with aggregations of review/grade data for courses. The table currently requires horizontal scrolling on small screens (e.g. mobile devices).

Mobile contributes to a small portion of traffic (13.5%), and the columns with counts/averages/percentages each take up at least 100px of horizontal space. Considering there are 4-5 such columns and the width of, say, an iPhone 5 is 640px, there is just not enough horizontal space for a device-agnostic solution.

The request is to determine if/how the horizontal scrolling can be eliminated.