Swarthmore / litterfall

Application and Scripts used for the Litterfall Project
0 stars 1 forks source link

get observers list from litterfall data and use it to populate the observers autocomplete? #35

Closed mpitser closed 11 years ago

zafire06 commented 11 years ago

Have we not done that already?

mpitser commented 11 years ago

yes, but we took the list from the tree data not hte litterfall data.... so we only get things like asdf and MAllory and Boyd? instead of actual names of people who actually collected data. However, it also doesn't actually seem reasonable to use all the names of epople who collected data from 10 years ago.... so I'm thinking we just keep the autocomplete in place, and grab the names for future data.

zafire06 commented 11 years ago

oh, ok—i mistake litterfall for tree data. we can easily limit the time range when we query for the observers list in the python script.

zafire06 commented 11 years ago

ok, i added constraints on the MongoDB request for observers list, so that it will only give us observers from the last four years (because college is four-year!—though I sense that something is wrong with my logic here)