Welcome to Excella and the Feedback Application that you will be responsible for building, extending and maintaining.
Feedback is an internal application that allows new Excella hires to grade and provide feedback on boot camp presentations - the goal is to create a feedback mechanism that allows organizers to improve their content for future classes. As we all know, you can't improve what you don't measure!
- Fork this repo.
- Do a
bundle install - Create and migrate your database with
rake db:create db:migrate - Run tests using
rake test - Visit the application's trello board to find a feature to implement
- Work on your feature, committing code as you go to github
- Ensure any new feature is well documented and tested
- Submit a pull request and tag an organizer as well as one of your fellow boot campers as reviewers
Feedback is built using:
- Ruby
- Rails 5.0.1
- PostgreSQL