Page MenuHomePhabricator

Routing
Closed, DuplicatePublic8 Estimated Story Points

Description

Routing passes a configuration object to a config engine that merges it with defaults, user preferences, and passes it on to the loading page. This relationship goes the other way too, the page can save user preferences and route parameters that get reflected into local storage or the URL. For now, we won't implement the local storage part, just the routing.