Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sessions): implement session notes #26

Open
AndreasDemenagas opened this issue Apr 22, 2021 · 1 comment
Open

feat(sessions): implement session notes #26

AndreasDemenagas opened this issue Apr 22, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request long-term Long-term app improvement

Comments

@AndreasDemenagas
Copy link
Contributor

AndreasDemenagas commented Apr 22, 2021

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 AndreasDemenagas added the enhancement New feature or request label Apr 22, 2021
@AndreasDemenagas AndreasDemenagas added the long-term Long-term app improvement label Jun 10, 2021
@AndreasDemenagas
Copy link
Contributor Author

AndreasDemenagas commented Jun 25, 2021

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/

@AndreasDemenagas AndreasDemenagas changed the title Implement Session Notes feat(sessions): implement session notes Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request long-term Long-term app improvement
Projects
None yet
Development

No branches or pull requests

4 participants