-
Notifications
You must be signed in to change notification settings - Fork 1
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
Look into Draft.js for interviewer notes #41
Comments
More I think about this the less I feel a collaborative text editor is worth the hassle. Lots of complexity for little benefit, much simpler to let interviewers write separately. Perhaps instead a private chat between interviewers/only visible to interviewers? Could be a simple pub-sub that doesn't store anything except the last message? or deletes all the messages once the session closes |
Also look into how draft.js stores rich text, and if it can be stored in firebase |
Honestly even a chat window seems unnecessary, as people can just use messenger/other chat platforms. Just focus on using draft.js for rich text notes for now. |
Tested, doesn't seem to work properly? Also not a major change tbh, so closing this. |
@vitorvicente Interested as to what the issues were, simply because I just used it for another project last month haha so I might be able to help debug |
Firebase didn't seem to save it properly somehow |
Re-Opening and focusing on this in 3.2 |
Try looking up how to implement Firepad in React, see if it's viable. Ask a maintainer how it affects usage quota.
Otherwise just use Draft.js to make a text field for each interviewer (they only see they their own values, might be better that way)
The text was updated successfully, but these errors were encountered: