arthurrump / Zermelo.App.UWP

Also known as 'Schoolrooster voor Zermelo'
http://schoolrooster.arthurrump.com
MIT License
2 stars 0 forks source link

Add ability to view the schedule of other people #6

Closed arthurrump closed 7 years ago

arthurrump commented 7 years ago

There's a draft. What to do next?

[20170706] Aaaand don't forget:

The navigation/hamburger issues might be best solved by using a custom NavigationService and HamburgerMenu (maybe with the one from UWP Community Toolkit, which doesn't have build in navigation).

arthurrump commented 7 years ago

The HamburgerMenu actually tries to match the pageParameter... But in v1.1.12, the one that's on NuGet, it matches the pageParameter to both the value ánd null, then selects the first one, which is the one being null. It's fixed in master, though. Workaround: set the pageParameter to ~me for the main one.