How to implement join feature in todos application?

How to implement JOIN feature in todos ?

-assigning tasks to people
-when they start the task, a counter starts and ends when the tasks get completed

  • simultaneoulsy tracking the geolocation

Please help

The Meteor Guide is recommending a package to do it:

More recent versions of MongoDb have a Lookup query thing that could be used instead but I can’t remember if MiniMongo supports it - I suspect not since I went with the reywood:publish-composite package for my last application.

Looking forward to migrating off of MongoDb when Apollo is ready. Too much basic stuff like this is tedious in Mongo.