-
Notifications
You must be signed in to change notification settings - Fork 45
Give back models not strings #49
Comments
If I am understanding correctly, these two lines need to be changed to a richer object model: I think they'd need to be |
Yes, I think for now that On Wed, Oct 28, 2015 at 10:49 AM, Steven Silvester <notifications@github.com
Brian E. Granger |
I think we could think about a
To make work for people not using realtime easy and transition easier. Beyond |
Good idea On Thu, Oct 29, 2015 at 2:11 PM, Matthias Bussonnier <
Brian E. Granger |
@Carreau, what does the RTmodel consist of? I was seeing RT as a separate plugin providing an |
Its won't be RTModel, just Model, but it will either be INotebookModel or On Thu, Oct 29, 2015 at 3:17 PM, Steven Silvester notifications@github.com
Brian E. Granger |
Sure, IModel or RTmodel, sorry for the confusing name, I was just trying to convey the interface things should expose. The way I did it was building everything as a Real Time Syncronized model, and just have the non real-time expose the same API with potentially no-op operation where unnecessary. |
Based on discussions this week, we should revert back to |
I think so, but I am a little hesitant about this part of the API given On Wed, Nov 4, 2015 at 9:18 AM, Steven Silvester notifications@github.com
Brian E. Granger |
Okay, let's leave this open and revisit. — On Thu, Nov 5, 2015 at 8:49 AM, Brian E. Granger notifications@github.com
|
The
IContentsModel.content
attribute needs to return a model object for the notebook of text file rather than the actual string. Some implementations of the content service will not even have a string representation. The challenge is that we have not yet written the interfaces or implementations for the Notebook and Textfile yet. But I am hesitant to call this 1.0 in the current state. Sorry I had missed this one. Pinging @CarreauThe text was updated successfully, but these errors were encountered: