pelagios / recogito2

Semantic Annotation Without the Pointy Brackets
Apache License 2.0
153 stars 30 forks source link

Notification feeds and API #639

Closed rsimon closed 5 years ago

rsimon commented 5 years ago

Just for reference. Most of the relevant code (the service part) lives in the services.contribution.feed package:

https://github.com/pelagios/recogito2/tree/master/app/services/contribution/feed

And the code relevant to the API controllers in:

https://github.com/pelagios/recogito2/blob/master/app/controllers/document/DocumentController.scala#L142-L148

and

https://github.com/pelagios/recogito2/blob/master/app/controllers/my/WorkspaceController.scala#L63-L68