DRSNJM / board-ultimatum

Board game recommendation web app using the board ultimatum library.
board-ultimatum.herokuapp.com
2 stars 0 forks source link

Allow user to choose similar games source #12

Closed RyanMcG closed 11 years ago

RyanMcG commented 11 years ago

Either on the initial page to the query interface or the results page, allow the user to select the source of similar games. We do not want to remove our NN code just because it has poor accuracy. After all, it could get better in time.

Options

Since the results of both similarity engines should have the same schema, this should be as simple as changing the collection being accessed by the UI.

RyanMcG commented 11 years ago

@dalbz is going to help me out with this.