User activity feed #111

Closed
opened 2018-09-19 07:33:50 +01:00 by aheathershaw · 1 comment
Owner

Users should be able to see a feed of activity from other users they “follow” as well as a personal feed of their own activity.

  • Config option on social tab to enable feeds
  • Photo taken/uploaded activity added to “user_activity” table
  • Album created activity added to “user_activity” table
  • New user registered activity added to “user_activity” table
  • Create events for “photo.uploaded” for existing data on upgrade to 2.2.0
  • Create events for “photo.taken” for existing data on upgrade to 2.2.0
  • Create events for “album.created” for existing data on upgrade to 2.2.0
  • Create events for “user.created” for existing data on upgrade to 2.2.0
  • Tabbed view on user profile to display feed of activity
  • New endpoint at “/activity” in gallery that displays feed of activity from users being followed by current account (redirects to “/“ if feeds not enabled)
  • “Follow” button added to user profile screen
  • Followers stored in new “user_followers” table
  • Default post-login redirect to /me if feeds enabled
Users should be able to see a feed of activity from other users they “follow” as well as a personal feed of their own activity. - [x] Config option on social tab to enable feeds - [x] Photo taken/uploaded activity added to “user_activity” table - [x] Album created activity added to “user_activity” table - [x] New user registered activity added to “user_activity” table - [x] Create events for “photo.uploaded” for existing data on upgrade to 2.2.0 - [x] Create events for “photo.taken” for existing data on upgrade to 2.2.0 - [x] Create events for “album.created” for existing data on upgrade to 2.2.0 - [x] Create events for “user.created” for existing data on upgrade to 2.2.0 - [x] Tabbed view on user profile to display feed of activity - [x] New endpoint at “/activity” in gallery that displays feed of activity from users being followed by current account (redirects to “/“ if feeds not enabled) - [x] “Follow” button added to user profile screen - [x] Followers stored in new “user_followers” table - [x] Default post-login redirect to /me if feeds enabled
aheathershaw added this to the Version 2.2.0-beta.1 milestone 2018-09-19 07:33:50 +01:00
aheathershaw self-assigned this 2018-09-19 07:33:50 +01:00
aheathershaw added the
feature
label 2018-09-19 07:33:50 +01:00
aheathershaw added the
wip
label 2018-10-06 09:45:26 +01:00
Author
Owner

The Activity item still appears and the page still works even if user activity feeds are disabled.

Feeds also still display on the user’s profile page.

The Activity item still appears and the page still works even if user activity feeds are disabled. Feeds also still display on the user’s profile page.
aheathershaw removed the
wip
label 2018-11-19 14:09:27 +00:00
Sign in to join this conversation.
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aheathershaw/blue-twilight#111
No description provided.