substance / notes

Real-time collaborative notes editing.
Other
21 stars 5 forks source link

real storage integration #1

Closed Integral closed 8 years ago

Integral commented 8 years ago

I think it should look like this. But! There is a small problem. We have a string type for a change storage. And you have JSON inside array. If you don't want to care about this, I could just stringify any incoming data inside addChange method.

michael commented 8 years ago

We need to normalize this. And call it appropriately from the hub. It's on our end, so don't change the interface for the store. I will look into the integration. Also i need to figure out how we want to handle creating new notes. This also needs some interface development.

Let's not rush. We are on a really good track. We should plan a bit what features we put into the notepad demo. And make a small roadmap. For beta4 i want to keep it very basic .. maybe just with ability to create new pads and share them with others (send them the url via email) to collaborate.

michael commented 8 years ago

Merging into master.