Implementation of notifications #172
Labels
Backend implemented
discussion
Requires opinions of team members
effort: high
When you have a free weekend...
feature
New feature
frontend
has_dependency
Requires other issues to be closed
priority: high
Defining feature or very useful...
status: in development
Milestone
Concept:
enum
JSON
format and parsed depending on the typeBackend tasks:
NotificationService
Notification
ModelFrontend tasks:
Notes for frontend implementation:
void AddNotification(
Notification
notification)
that calls an internalT BuildNotificationMessage(JObject message)
method which looks up the appropriate parser in ADictionary<
NotificationType
, Func<
NotificationType
, T>>
and returns a notification message.T
= An UI element for the notificationThe text was updated successfully, but these errors were encountered: