Matt Crider

Results 11 issues of 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...

enhancement

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).

enhancement

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...

enhancement

Bourbon neat is a great grid framework, and should be added alongside bootstrap and foundation. Can use https://atmosphere.meteor.com/package/neat-scss.

enhancement

Implement at least a basic test suite. Something like http://arunoda.github.io/laika/ looks like a good solution for Meteor-based testing.

enhancement

Enable page transitions (customized/disabled in the site settings).

enhancement

Especially for authentication/registration and anywhere PGP (== compute intensive) is used.

enhancement

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,...

enhancement

Need a way to add additional users to be able to view documents, and optionally manage (update/delete) them.

enhancement