pacoorozco / gamify-laravel

Gamification platform (badges and levels) based on Laravel
GNU General Public License v3.0
32 stars 4 forks source link

Create Activity Stream #2

Open pacoorozco opened 8 years ago

pacoorozco commented 8 years ago

Create a basic activity stream to publish some actions.

Actor |verb| (object) {indirect object} [context]

For example:

user1 answered question 'Example', obtaining 5 points
user1 leveled to 'Level 10' level
user1 rewarded with 50 points for completing its profile

Some verbs: published, completed, rewarded, leveled, answered, joined

pacoorozco commented 8 years ago

Created a new branch 'activity'.

pacoorozco commented 5 years ago

I've abandoned this issue... help wanted :-D