AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
493 stars 124 forks source link

Notification alerts #61

Closed namedgraph closed 3 years ago

namedgraph commented 3 years ago

We need a button showing notifications when an event has happened that the user should be informed about. One use case is showing requests for access in the admin application.

The question is whether we need something like an Event type for such notifications, or whether we can use a SPARQL query to infer them from the latest created resources, such as AuthorizationRequest instances.

namedgraph commented 3 years ago

Implemented for access requests in the admin app. We can reopen this when there will be a need for new types of notifications.