markboard-io / markboard

Wysiwyg markdown whiteboard for note-taking and building team knowledge base.
https://markboard.io
MIT License
190 stars 23 forks source link

Add support for UserList #14

Open shiqimei opened 1 year ago

shiqimei commented 1 year ago

Technical details:

  1. display a UserList in the right to replace the current buttton (refers to our UI design);
  2. to display all online users on this board (refer to js.design)
  3. we don't need to support watch in the MVP version
  4. ExcalidrawSyncService, Collab.tsx
    • room - boardId
    • getUserListByBoardId (not from MongoDB, from SyncService memory)
  5. no permission control in the MVP version

Behaviour:

shiqimei commented 1 year ago
  1. auto join room (sync service)
  2. provide interface, public getUserListByBoardId
raazseth commented 1 year ago

Can you assign me this issue @shiqimei @ccbond

CulturalProfessor commented 1 year ago

@shiqimei can i start on this issue I think it will be helpful in project also ?