Open jhnns opened 11 years ago
I would also like to exclude the schema handling (validation & schema defintion) as a separate module. Or maybe use an existing module if there is something suitable out there.
Yep, that's exactly what I'm planning. If there's no module that fits our needs we should extract this functionality into in independent module. This way anyone who doesn't want to use alamid entirely can use the indepedent module. Thus we can also focus on the important stuff within alamid.
The model code is potentially buggy and partially inefficient.
set
,get
,validate
).setSchema
appears to be buggy when a normal and a shared schema are set (I'm not sure about this).save
,fetch
,destroy
doesn't workThis is just for the protocol, it's not relevant now :smile: