MatchmakerExchange / reference-server

A simple Flask server that implements the Matchmaker Exchange API
http://matchmakerexchange.org
MIT License
8 stars 8 forks source link

Add examples of alternative scoring metrics #5

Open buske opened 8 years ago

buske commented 8 years ago

Right now, scoring is implicitly provided by elasticsearch. It would be helpful to demonstrate several simple scoring metrics, such as the UI score. Ideally, this would be implemented in a way that made the scoring metric easy to change or configure.

Relequestual commented 8 years ago

This sounds good to me! Can I suggest that where libraries are used to make calculations, if the documentation is not suffeciant to explain, then include some suplementary documentation?

buske commented 8 years ago

Yep, that's a good suggestion. Documentation is nice. :)