Alexis Métaireau
Alexis Métaireau
FWIW, here is the doc I'm using as a reference https://spacetelescope.github.io/understanding-json-schema/
@leplatrem, I was wondering the exact same thing. I believe what we have for daybed is simpler than json schema, but I may be wrong. Especially, for the geometric fields,...
for now, mimetype is `application/schema+json`
@leplatrem do you have any idea how we can deal with geographic fields here?
Some more thoughts about that: 1) Doing validation on the daybed side using CouchDB syncing mechanism doesn't seem to be an option, because the atom for CouchDB sync is the...
One thing we discussed with @natim while cycling (yeah, we do that), is the ability to roll our own syncing engine, that would not be tied to Daybed as it...
Loopback does [their own replication](http://docs.strongloop.com/display/LB/Synchronization) themselves. The documentation isn't really clear as to how this is done in the backend, but we could benefit from some of the investigation they...
Plan is to have a pubsub for creation / update / deletion of records, yes. So it's really easy to get notified when something happens.
Yeah, the title is not really self-explanatory. What (I understood) we want here is a way to actually have a field of the data filled from data that's externally provided....
Actually we have two different things: the first one, the "autofill" type, which is useful when we want to associate a creator to a record, as you shown (for instance),...