Matt Crider
Matt Crider
I use {{loginButtons}} twice in my app, the second call being displayed only if the user is on a mobile device. Doing this causes logging in/signing up to break assumedly...
It would be great to leverage some sort of collaborative page editing so that multiple authors can work on the same page without locking/overriding each others changes (like Google Docs).
Use the https://github.com/aldeed/meteor-collection2 package to create and enforce schemas for our core data types and for specifying block data types. Investigate https://github.com/aldeed/meteor-autoform as a way to generate forms based on...
Bourbon neat is a great grid framework, and should be added alongside bootstrap and foundation. Can use https://atmosphere.meteor.com/package/neat-scss.
Implement at least a basic test suite. Something like http://arunoda.github.io/laika/ looks like a good solution for Meteor-based testing.
Especially for authentication/registration and anywhere PGP (== compute intensive) is used.
Enable type configs to detail more complex field validations that must be fulfilled for documents to be posted. Some of this might already be possible with JSON schema and Ajv,...
Need a way to add additional users to be able to view documents, and optionally manage (update/delete) them.