This is the project repository for Group 9 of the Project Development in Software Engineering course at Bogazici University. We will plan and develop a software project throughout the semester.
3
stars
1
forks
source link
Improved ActivityStream to show all activities #551
Improved ActivityStream to show all activities, as requested in this issue.
Now ActivityStream has an 'All' tab that shows both self activities and activities of followed people. It uses /api/activitystream/all endpoint to fetch the activities and show them to the user.
Improved ActivityStream to show all activities, as requested in this issue.
Now ActivityStream has an 'All' tab that shows both self activities and activities of followed people. It uses
/api/activitystream/all
endpoint to fetch the activities and show them to the user.