SwellRT / swellrt

SwellRT main project. Server, JavaScript and Java clients
http://swellrt.org/
Apache License 2.0
234 stars 34 forks source link

Remove Wave conversational model stuff from SwellRT #201

Open pablojan opened 8 years ago

pablojan commented 8 years ago

Current version of SwellRT still keeps logic from the original Wave conversational model:

The WaveView interface includes conversational-related methods that doesn't fit in the Wave model semantics:

WaveView.createRoot()
WaveView.getRoot()
Wavelet createUserData()
Wavelet getUserData()

Personal data wavelets and root wavelets are not used in the SwellRT data model and they cause perfomance issues on the server when Wave is loaded into memory.

getConversations()
getSupplement()
getReadMonitor()
getModelIdMapper() // ?