Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
lino_xl.lib.boards.models¶
Database models for lino.modlib.boards.
Classes
|
|
|
|
|
A Member is when a given |
|
|
|
- class lino_xl.lib.boards.models.Board(id, name, start_date, end_date, name_de, name_fr)¶
Bases:
BabelNamed,DateRange
- class lino_xl.lib.boards.models.Member(*args, **kwargs)¶
Bases:
ModelA Member is when a given
ml.contacts.Personbelongs to a givenBoard.- board¶
Pointer to the
Board.- person¶
Pointer to the
ml.contacts.Person.- role¶
What the person is supposed to do in this board. Pointer to the
ml.contacts.RoleType.