Commit Graph

4 Commits

Author SHA1 Message Date
Madeorsk 1c3c87a4a6 Architecture simplification: stop using decorators which adds unnecessary complexity and some compilation bugs.
+ Add a property definition class.
+ Add some definition functions on models, which have to be redefined when implementing a new model.
- Remove decorators.
2022-11-01 19:13:21 +01:00
Madeorsk 598f7babcd Fix Model.serialize return type (void => any). 2022-08-03 14:24:12 +02:00
Madeorsk f8bbfe3b80 README rewrite with basic documentation. 2022-08-01 19:08:21 +02:00
Madeorsk ff1d55da78 Sharkitek base: model class and basic types dans behaviors. 2022-08-01 14:30:19 +02:00