Kim

Results 13 comments of Kim

I have this same code in all my achievements: ``` public function whenUnlocked($progress) { $user = $progress->achiever; ActivityAlert::create([ 'user_id' => $user->id, 'alertable_type' => get_class($progress), 'alertable_id' => $progress->id, 'icon' => 'trophy',...

This is a smart idea, though not nearly as pressing for me as the "achievement chain" idea.

I had this same issue. I'll try to clean up my solution enough to be worthy of adding to the js-mindmap project for others to take advantage of. It proved...