Skip to content
Rohit M P edited this page Jan 16, 2020 · 1 revision

October - November

  • 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

December

  • 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

January

  • Use database to store and retrieve editor changes
  • Create multiple sessions of the web-editor for multiple groups of users
Clone this wiki locally