kruser / atbat-mongodb

A Perl project that pulls data from MLB's AtBat servers and shoves them into a local MongoDB
Other
33 stars 11 forks source link

Add lastSeen date on players table #6

Closed kruser closed 10 years ago

kruser commented 10 years ago

PitchFX.org would like to show the most recent players first in the search list. There are so many common names in baseball that this second sort is required.

So to accomplish this, I'd like to save a "lastSeen" date on the players object in the players collection.