simdb.database.models.watcher module¶
- class simdb.database.models.watcher.Watcher(username, email, notification)[source]¶
Bases:
BaseClass to represent people watching simulations for updates.
-
NOTIFICATION_CHOICES : Final[Dict[Any, str]] =
{Notification.ALL: 'A', Notification.OBSOLESCENCE: 'O', Notification.REVISION: 'R', Notification.VALIDATION: 'V'}¶
- email¶
- id¶
- notification¶
- to_model() WatcherData[source]¶
- username¶
-
NOTIFICATION_CHOICES : Final[Dict[Any, str]] =