Skip to content

mercycorps/feedback

Repository files navigation

# feedback
It allows users of a web-app to report feedback and categorize it as "feature reqeust", "question", and "bug".

## Setup
There is a search field that allows one to search the content of text field
```mysql
create fulltext index description_index on feedback_feedback(description);
create fulltext index summary_index on feedback_feedback(summary);
```

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published