Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

User Activity #15

Open
3 tasks
euantorano opened this issue Mar 20, 2015 · 3 comments
Open
3 tasks

User Activity #15

euantorano opened this issue Mar 20, 2015 · 3 comments
Assignees
Milestone

Comments

@euantorano
Copy link
Member

A feature to provide a history of user activity, such as posting new posts, liking content, registering, and more.

Features

  • Provide an easy API to add the automatic storing of user activity on content creation/update/delete.
  • Scheduled task to clean out old activity logs older than X days, where X is a configurable option (set to 0 to disable clearing of activity).

Implementation

  • Provide a Trait MyBB\Core\Traits\UserActivityTrait that can be included by Models to automatically enable the storing of activity.
@justinsoltesz
Copy link
Member

Will the user's activity feed be shown on the profile page? (my assumption is yes, thought I'd verify)

@euantorano
Copy link
Member Author

@justinsoltesz Yep, hopefully. Depends how you mock it up ;) There will also be a dedicated page showing recent activity of all users and users you follow.

@wpillar
Copy link
Contributor

wpillar commented Aug 23, 2015

@euantorano can this issue be closed off for Alpha 1?

@wpillar wpillar removed the has-pr label Aug 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants