CulturedCheese / thesis-project

4 stars 4 forks source link

aggregate user object into countries. #45

Closed ClimbsRocks closed 9 years ago

ClimbsRocks commented 9 years ago

for each user in the user object, lookup their country for that country, add one to totalUsers, and one to each of the appropriate languages.

at the end, save the user object to the database, as noted in the other issue.

ClimbsRocks commented 9 years ago

done!