houston
houston copied to clipboard
Support for roles in Houston
2 issues regarding roles and more in Houston:
- When trying include the Roles collection (created by alanning:roles) in the admin ui using
Houston.add_collection(Roles);
, my app crashes with:TypeError: collection.find is not a function
I don't get any error withHouston.add_collection(Meteor.users)
orHouston.add_collection(Houston._admins)
- There are a few features that would be very desirable from an admin package: a. Role configuration and management (as offered in Django, for example) b. Being able to change passwords c. Configuration of collection views (i.e. which fields are displayed) Are any of these features being contemplated?