Add option to subscribe to mailinglist
This commit is contained in:
parent
47c546b880
commit
5c896e6a96
11 changed files with 38 additions and 22 deletions
|
@ -5,6 +5,10 @@ type Tutor struct {
|
|||
Id int
|
||||
Name string
|
||||
Email string
|
||||
|
||||
// Does the tutor want to subscribe to the mailinglist for student assistents?
|
||||
// This information has to be extracted from the database by hand.
|
||||
SubscribeToMailinglist bool
|
||||
}
|
||||
|
||||
type TutorRepository interface {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue