The game service is responsible for all things gamification. It knows about when events happen through the event service and knows about how to allocate points for each event. It determines when users should get points, get experience, and level up. It'd be nice to have events from the game service have some sort of graphic on the client side when they happen. This should probably be a layer in our app, so that we don't have to tell each page about how to display game events.
The game service is responsible for all things gamification. It knows about when events happen through the event service and knows about how to allocate points for each event. It determines when users should get points, get experience, and level up. It'd be nice to have events from the game service have some sort of graphic on the client side when they happen. This should probably be a layer in our app, so that we don't have to tell each page about how to display game events.