UNPKG

expexp

Version:

The express model io and express model and data representation.

14 lines (11 loc) 802 B
# Roadmap The features of this module are presented in an intended order of implementation, although the actual order may vary. - [x] Add `ModelDeserializer` with support for all specified features. - [x] Add `Model` with basic support for one schema. - [x] Add `Data` with basic type, bounds and uniqueness checks when creating instances. - [ ] Improve `Data` to fully support instances of complex entities (multi inheritence). - [ ] Improve `Data` to fully support derived values, validations and rules on instances. - [ ] Improve filter capacities of `Data` by scoped conditions. - [ ] Improve `Model` to fully support schema interfacing (combine several schemas). - [ ] Add `ModelSerializer`. - [ ] Improve `Data` to do all evaluations using compiled WebAssemply instead of doing interpretation.