plasmidhq / plasmid

A browser database with optional multi-device syncronization
http://plasmid.readthedocs.org/en/latest/
30 stars 1 forks source link

Default values for stored objects #40

Open ironfroggy opened 11 years ago

ironfroggy commented 11 years ago

Allow default values to assign to fields of new objects. Would be part of the store schema.

ironfroggy commented 11 years ago

This is started in the work with extensions. There might be some default extensions that will be enabled for some features, like this, and configured out of the schema.

notes: {
  defaults: {
    updated: Date,
    tags: function(){ return []; }
  }
}