Created
September 18, 2012 18:48
-
-
Save trek/3745006 to your computer and use it in GitHub Desktop.
Route Questions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
which outlet in which parent template needs filling | |
which template should be used to fill it | |
which content/context should be used | |
which proxy should wrap it | |
which view, optionally, should supply user events or customize element attributes? | |
what should the state be serialized as | |
what happens when context is mutated | |
what happens when the context is mutated and the user rejects the changes | |
what happens when the context is mutated and the user accepts the changes | |
what happens when the context is mutated and the remote service accepts the changes | |
what happens when the context is mutated and the remote service rejects the changes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment