Added comments to libraries

This commit is contained in:
Stefan Zermatten
2019-04-15 12:39:42 +02:00
parent a1d77cdaab
commit 062e554629

View File

@@ -1,6 +1,15 @@
import schema from '/imports/api/schema.js';
import SharingSchema from '/imports/api/sharing/SharingSchema.js';
/**
* Libraries are trees of library nodes where each node represents a character
* property.
*
* Libraries can be shared, have multiple readers and writers, and can be
* subscribed to.
*
* Permissions to library nodes are controlled by the libraries they belong to.
*/
let Libraries = new Mongo.Collection('libraries');
let LibrarySchema = schema({