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

Save message editable content as well #109

Open
diego3g opened this issue Aug 11, 2021 · 0 comments
Open

Save message editable content as well #109

diego3g opened this issue Aug 11, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@diego3g
Copy link
Owner

diego3g commented Aug 11, 2021

Today we only save the message content in HTML format when the user creates it, but this prevents us from updating that message before sending it as the HTML is not editable by DraftJS on front-end.

We should save the message content in Draft format until the message is sent.

When the message is sent, we should fill another column inside the messages table like finalBody or finalContent that will have the message final HTML so we don't lose track about the message content in Draft format.

@diego3g diego3g added the enhancement New feature or request label Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant