Description
Recently we added venue maps for timetable venues. This is a great new feature, but there's no easy way to access that page from the timetable. Currently the flow from timetable to venue is
Scroll down to modules table > Scroll down to module timetable > Tap on the slot whose venue you need
This is problematic because it's too many taps and too much scrolling, and since the module info page contains every lesson, you need to hunt for the lesson you need to go to. Ideally there should be a way to get from the timetable to the venue page immediately. Currently my thinking is
-
On mobile, a long tap causes a bottom menu to open a bottom action sheet (need to test on iOS to make sure this works properly). Currently I can only think of one action, but we can have others in the future.
-
On desktop we can have a small triangle or triple dot button on the top right hand corner of the lesson that can open the same menu, but displayed inline beside the lesson
@jiholim Can has UI review for this?