general-porpoise / snapcache

Snapcache allows users to create, share, and discover geocached time capsules with their friends.
http://snapcache.co/
5 stars 4 forks source link

(feat) Add ability for a cache to have multiple contributors #188

Closed cgrinaldi closed 9 years ago

cgrinaldi commented 9 years ago

This pull request adds a modal for the Outbox Detail that allows a user to invite additional contributors to a particular cache.

This simply calls a function in the Cache Service that will put the newly added contributors' ids in the correct cache (and vice versa in their contributableCaches property.

This closes #166 , #167 , #181 .