CMPUT301W20T12 / GufyGuber

Meant to version work on the term project for CMPUT 301
Apache License 2.0
0 stars 1 forks source link

Menu Drawer Improvements #45

Open rmacgill opened 4 years ago

rmacgill commented 4 years ago

It would be nice if the menu drawer was a little more dynamic. Right now, we have to have a single entry point for the part of the app that's controlled by the menu, so we can't properly separate things like the two different map fragments for riders and drivers. We could set up some intermediate fragments that direct the app down one of two branches depending on the type of user, but it seems like we should be able to do this in a less hacky way. Related to #47.