Meteor-Community-Packages/meteor-roles

Add ability to disable the roles subscription

Open

#256 opened on Nov 2, 2017

View on GitHub
 (9 comments) (1 reaction) (0 assignees)JavaScript (919 stars) (161 forks)batch import
enhancementhelp wanted

Description

Currently every user who visits the site creates a subscription to the roles collection. However, this is a waste since we never update that collection, thus it would be better to just embed the list of roles into the source code. I wish we could disable this subscription globally, or make it use a "virtual collection" of some sort that doesn't have any server overhead. Any idea how this could be done?

Contributor guide

Add ability to disable the roles subscription · Meteor-Community-Packages/meteor-roles#256 | Good First Issue