Closed rsimon closed 5 years ago
Just for reference. Most of the relevant code (the service part) lives in the services.contribution.feed package:
services.contribution.feed
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
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