An admin panel for controlling the Movix.
Now there are components:
- movies
- notifications
-
Clone main repo of movix
-
Run
make init && make admin
to startup the service.
You can control user's notifications by creating new ones, setting recurring tasks and manually launching them.
To create a new notification, you'll need to:
- Create or select existing pool of recipients
UserGroup
- Create a new template. HTML and plain text are supported.
- Create a new notification
To set a recurring task, you'll need to create a new entry for NotificationCrons
. Period is set by a cron string
Just select a notificaion from the list and launch it by 'Send notifications' admin action.