-
Notifications
You must be signed in to change notification settings - Fork 6
Log
Rohit M P edited this page Jan 16, 2020
·
1 revision
- Getting accustomed to Phoenix, setting up the initial repository
- Integrating with CodeMirror to get the web-editor working without any consistency among different editors
- Display cursors for online users with real-time cursor movement updates
- Implement Conflict Free Replicated Datatypes (CRDT) to store the editor text
- Tried integrating with monaco-editor (idea was dropped since the change object provided wasn't helpful enough)
- Fix bugs in CRDT
- Use Presence to keep track of online users
- Use database to store and retrieve editor changes
- Create multiple sessions of the web-editor for multiple groups of users