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

Feature Request: Implement WYSIWYG editor when filling in a study's FAQ field #152

Open
KijongHan opened this issue Mar 28, 2018 · 0 comments

Comments

@KijongHan
Copy link
Contributor

Feature Request

This feature request is related to issue #42 and PR #93. At the moment, the contents of the Study FAQ field is rendered unfiltered to view (So any html markup in this field will be rendered). However, at the moment the Study FAQ field can only be filled in via a basic input text field. Instead, I am proposing an implementation that decorates this field using a WYSIWYG editor (Example: https://html-online.com/editor/)

Expected Changes

  • https://github.com/textAngular/textAngular is a WYSIWYG editor library for angularjs. This, or a similar library, will need to be added to the Study entity editing page and tied to the FAQ field.
  • Server-side logic to filter FAQ field of malicious input (when the user updates / creates a Study entity).

Expected Workload

Due to complexities that involves learning about third party API, some security knowledge and front-end and back-end changes, this is probably be a large issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant