sufst / wireless-telemetry-gui

Web-based telemetry GUI system
6 stars 1 forks source link

feat(sessions): implement session notes #26

Open AndreasDemenagas opened 3 years ago

AndreasDemenagas commented 3 years ago

Add the ability for logged in users to write notes alongside each running session. The input method should be able to provide full Rich Text formatting (support bold, italics, etc..).

Each note should hold information about the corresponding session and the author team member. These will then be saved to the backend server.

AndreasDemenagas commented 3 years ago

Possible libraries for the text input area:

Draft.js Provides full Rich Text formatting. https://draftjs.org/

Slate.js https://www.slatejs.org

Editor.js Block style editor. Might be heavier than the others. https://editorjs.io/