-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The admin users should be able to claim their interest in the general events which do not concern their accounts.
Lines 322 to 336 in 1dd1a04
| db(USER_ROLES_TABLE).insert( | |
| [ | |
| { | |
| slug: DEFAULT_USER_ROLE, | |
| label: 'Member', | |
| permissions: {}, | |
| }, | |
| { | |
| slug: ADMIN_USER_ROLE, | |
| label: 'Admin', | |
| permissions: {}, | |
| }, | |
| ], | |
| ['id', 'slug'] | |
| ), |
Such general events are, mainly:
- new user registrations
- new data created by anyone
- new calculation submitted by anyone
@pyoner has suggested to log such events and flush them to the user in the API.
@knopki we should provision this somewhere in the API client.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request