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

Add feedback component #12

Closed
paulbert opened this issue Aug 23, 2017 · 1 comment
Closed

Add feedback component #12

paulbert opened this issue Aug 23, 2017 · 1 comment

Comments

@paulbert
Copy link
Member

Feedback component should have a form which adds the following to a new feedback database:

  • The current user adding the feedback
  • The route the user is adding the feedback from
  • An urgent flag (true/false)
  • A type with Bug, Question, or Suggestion
  • The text of the feedback. The BeLL-Apps has a rich text editor, but plain text should be fine.

Notes:

  • The popup in the BeLL-Apps is very clunky, so let's try to start with some good style here.
  • Since it's added as a popup it won't be another route, but a component that is a child of the home component.
  • The Vagrantfile will need an update to create a feedback database when it is created.
@paulbert
Copy link
Member Author

@alexkarasik I saw you're feeling ready to try adding a component to the app. This might be a good place to start! Let me know if you have any trouble or need more detail.

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

No branches or pull requests

4 participants