Eric Martindale
Eric Martindale
As of df4efa2, Maki has a functional single-page application, built in Polymer, that binds collections to an internal, client-side datastore, synchronized with a server-side state. Missing at this time is...
With 6b15189, Maki should now work completely as a library that exposes a default set of components, which can be overridden in resource definition by supplying a `components` option. I've...
Related to #4.
Removed this as a requirement from 1.0. Now under discussion.
Looks like Mongo isn't started? It'll be a little slower without the native `bson` package, but it should work fine once there's a datastore to connect to.
ES6 class signatures will be sufficient and more consistent.
`maki-dropdown` now exists, accepting a `src` parameter to consume any collection.
@melnx has begun work in #87, but I am open to other implementations, or contributions to his work!
Alternatively, if resources contain pointers to other resources, perhaps the UX layer should always be the one handling this. Thoughts, @chrisinajar?
The `populate` option indicates that, when a resource is retrieved in a specific context (`query` vs. `get`, for example), any references to other documents should be replaced with the _actual_...