knocean / knode

Knowledge Development Environment
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Multi-user editing features #61

Open inaimathi opened 6 years ago

inaimathi commented 6 years ago

Eventually the edit page should support multiple users at the same time. As in, we want a number of people all to be able to authenticate, and start editing the current term. They should each see real-time updates on what the other users are doing.

Nothing hugely scalable; we can get away with 5-10 users, and we can cheat pretty horrifically with things like having a designated "driver" user while letting the rest watch. However, they should each see each others' cursors, edits and current activities.