-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement live synced view all the time #16
Comments
Any work here needs to sync with the eventual default layout solution in #80. |
Current sub-items will be dealt with here:
Cubby information will inevitably accumulate until forming a black hole, taking barista with it. Eventually, some important cubby (e.g. layout) information will need to be stored (and initially retrieved from) the server model on initialization. |
While layouts are syncing, merge and rebuild triggers are also needed. |
Messaging system can now intercept and read outgoing models from the api and pass them out; the client can now catch those messages on callback and hook them back into the minerva manager, updating the models. |
Depends, is related to, #14
The text was updated successfully, but these errors were encountered: