https://github.com/bcs-io/product_feedback_app_rails
Product feedback application. Customers give suggestions and vote on suggestions. While staff members can decide to move any suggestions onto a roadmap.
https://github.com/bcs-io/product_feedback_app_rails
rails rails6 ruby-rails-sample
Last synced: 3 months ago
JSON representation
Product feedback application. Customers give suggestions and vote on suggestions. While staff members can decide to move any suggestions onto a roadmap.
- Host: GitHub
- URL: https://github.com/bcs-io/product_feedback_app_rails
- Owner: BCS-io
- License: mit
- Created: 2021-07-27T11:03:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T14:04:43.000Z (over 2 years ago)
- Last Synced: 2025-04-07T09:44:24.323Z (3 months ago)
- Topics: rails, rails6, ruby-rails-sample
- Language: Ruby
- Homepage: https://bcs-io-product-feedback.herokuapp.com/
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# README
# Product Feedback App
## Summary
Example Rails 6.1 application based around a [Frontend Mentor](https://www.frontendmentor.io/) design for a "[product feedback application](https://www.frontendmentor.io/challenges/product-feedback-app-wbvUYqjR6)". In addition to Rails 6.1 it uses Tailwindcss and Stimulus JS and tested with RSpec.

The product feedback App allows customers to give feedback about the application and then comment and vote on it. The app then allows staff members to select feedback and move it to the development roadmap, where it can be tracked through planned to live.
### Table of Contents
- [Requirements](docs/requirements.md)
- [Online demo](docs/online_demo.md)
- [Walkthrough](docs/walkthrough.md)
- [Getting Started](docs/getting_started.md)
- [Technical](docs/technical.md)
- [My process](docs/my_process.md)