Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notifications #41

Closed
nichtich opened this issue Feb 1, 2019 · 2 comments
Closed

Notifications #41

nichtich opened this issue Feb 1, 2019 · 2 comments
Labels
feature Additional functionality

Comments

@nichtich
Copy link
Member

nichtich commented Feb 1, 2019

This is a rough idea of a feature: implement a websocket endpoint to send notifications to users:

  • if a mapping created by the user has been annotated
  • if a mapping created by the user has been edited (if editing other user's mappings is possible)
  • if an annotation by the user has been responded to (requires other non-existing features)
  • allow to send messages between users (this would make it yet another chat application)?

likely requires #40.

In a far later release all kind of changes could be send via websockets allowing collaborative real-time editing

@nichtich nichtich added the feature Additional functionality label Feb 1, 2019
@stefandesu stefandesu added this to the 2.0.0 milestone Mar 13, 2019
@stefandesu stefandesu modified the milestones: 2.0.0, 2.1.0 Jun 15, 2020
@stefandesu
Copy link
Member

I think this is fairly easy to implement if we restrict it to real-time websockets. We would only need to "hook" into the respective methods that cause the relevant events and (asynchronously, so that requests itself don't slow down) notify clients via the websocket. After opening a websocket connection, a client could configure what exactly they would like to receive.

@nichtich
Copy link
Member Author

nichtich commented May 5, 2022

Closing in lack of a relevant use case.

@nichtich nichtich closed this as completed May 5, 2022
@stefandesu stefandesu removed this from the 1.5.0 milestone May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Additional functionality
Projects
None yet
Development

No branches or pull requests

2 participants