issues
search
supdegrave
/
meteor-evm
Event Volunteer Management system, built using meteor.js
2
stars
1
forks
source link
User schema - add teams collection
#36
Open
supdegrave
opened
9 years ago
supdegrave
commented
9 years ago
update user schema to include optional teams: [String]
when a team is assigned to a user, add _id to team_ids collection
update teams queries to Teams.find({_id: {$in: user.team_ids}}, {name: 1})
router.js for /org path
find other team queries, DRY them up