People who play board games are constantly searching for new games to play. Because there are thousands of board games in existence, searching for one that fits the current group size and interests can be a challenge.
This application allows users of the site boardgamegeek.com to view their board game library and search for new games. The application exposes BGG's API in an easy-to-use manner. Searching for a new board game to play has never been more simple.
Project Authors: Elizabeth Blackburn, Peter Mueller, Daniel Martinez
The client codebase can be found here.
Objectives | Features | User Stories | Technologies
- Complete all core features
- Mobile-first development pattern
- 80% test coverage
- Prioritize test-driven development
- Focus on continuous integration
- Create an account
- Import a library
- Single library search
- Multi-library search
- Search history
- recommendation engine
- As a user I want to be able to:
- sign up for an account
- import my library
- search for a game in a particular library
- search for games in many libraries
- view my search history
- get a recommendation on a new game
- Ruby on Rails
- PostgreSQL
- AngularJS
- Ionic
- Jasmine
- RSpec
- TravisCI
- Sidekiq