support for models from morm #1

Open
opened 2021-03-19 11:40:59 +01:00 by tomasz.sowa · 0 comments
Owner

Add support for models from morm project. Instead of just providing pointers to global functions (in Functions<> object) we can use Models from morm. Assignment would be similar like in functions, one have to provide a name with a Model object (or list/vector).

Sample usage:
[item.name]

Where 'item' would be the name provided to Functions object and 'name' would be a field from the Model object.

Add support for models from morm project. Instead of just providing pointers to global functions (in Functions<> object) we can use Models from morm. Assignment would be similar like in functions, one have to provide a name with a Model object (or list/vector). Sample usage: ```[item.name]``` Where 'item' would be the name provided to Functions object and 'name' would be a field from the Model object.
tomasz.sowa self-assigned this 2021-03-19 11:42:30 +01:00
tomasz.sowa added the
enhancement
label 2021-03-19 11:42:49 +01:00
tomasz.sowa added a new dependency 2021-03-19 12:01:59 +01:00
tomasz.sowa added a new dependency 2021-03-19 12:02:21 +01:00
tomasz.sowa added a new dependency 2021-03-19 12:02:28 +01:00
tomasz.sowa added this to the 0.9.7 morm models milestone 2021-03-19 12:15:27 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tomasz.sowa/ezc#1
No description provided.