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, start_date, end_date, name, name_de, name_fr)¶
Bases:
BabelNamed
,DateRange
- class lino_xl.lib.boards.models.Member(*args, **kwargs)¶
Bases:
Model
A Member is when a given
ml.contacts.Person
belongs 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
.