Closed cbotsikas closed 5 years ago
This is also related to https://github.com/aegisbigdata/documentation/issues/46 "Is the page with all the project activities listed needed?"
I added the menu item and I left the 'ng-click' empty, right? Moreover the icon is to be changed? If yes, in which one?
@cbotsikas
Why empty? Create a new method like the goToDatasets, using the goToUrl for activities. For the icon, i don't know, improvise!
You could use fa-list
, fa-history
or fa-clock-o
from fontawesome that we use or create a new png/svg.
I've found a free one from here and modified it to match the rest of our icons being white: icons8-timeline-48
You can use that if you want.
ok, thanks! Merge request done
The activities stream has a dedicated url path
/project/:projectID/activities
as implemented here. At the moment it is not accessible by the users since there is no link to that page