[Feature] Activity Stream


#1

We are working on a stream of activities for the HBP Collaboratory. You can read more about the Roadmap here https://collab.humanbrainproject.eu/#/collab/822/nav/7509.

Please use this topic to comment the feature.


#2

The App Developer Manual contains examples of using HBPCollab and HBPCollabContext as the object or target of an Activity. What type should I use if I want to point to a deep link, e.g. I want to recreate a URL like https://collab.humanbrainproject.eu/#/collab/563/nav/5583?state=page.5

Related question: how would this work with the Notification API, where the links are generated automatically?


#3

You should use HBPCollabContext type and state param to pass app state.
Then generated link will look like

https://collab.humanbrainproject.eu/#/ctx/<context>?state=<state>

this one will look for appropriate nav item and redirect to url like

https://collab.humanbrainproject.eu/#/collab/<collab_id>/nav/<navitem_id>?state=<state>