usgo / agagd

American Go Association Games Database (AGAGD)
https://agagd.usgo.org
MIT License
47 stars 30 forks source link

Add player rating to player search table #64

Closed odnihs closed 4 years ago

odnihs commented 4 years ago

Makes it easier to see many people's ratings at once without having to click on their player pages individually

michaelhiiva commented 4 years ago

Where exactly are you looking to see the ratings information displayed i.e., on the front-page, search page?

odnihs commented 4 years ago

On the search page--I think it would be additionally helpful to display the date a person's rating was last updated on the search page as well.

vash3g commented 4 years ago

The ratings and ratings update are in separate tables and would need to be identified by an idexer. They can be added but someone needs to be knowledgeable enough to figure out the connections in schema

vash3g commented 4 years ago

This is live as of PR #83