upkbs-chronobiology / somnus-app

App for collecting sleep log answers, connecting to the somnus main application
MIT License
0 stars 0 forks source link

URL-based routing #76

Open CedricReichenbach opened 5 years ago

CedricReichenbach commented 5 years ago

Consider routing/navigation in sync with URL path. That is, navigating between tabs and potentially sub-tabs and -views would dynamically update the window location and, vice versa, navigating to a specific location would directly open that part in the app.

This would mostly be relevant for the web app, perhaps also for mobile app deep linking (if ever needed).