csdl / makahiki

An Open Source "Serious Game" Framework for Sustainability
http://makahiki.readthedocs.org/
MIT License
7 stars 5 forks source link

badge count in team member widget is not correct #541

Closed yongwen closed 11 years ago

yongwen commented 11 years ago

As Greg pointed out in the demo game instance, the badge count in the team member widget (news page) is 0 for him (should be 3 since he had earned 3 badges).

Additionally, it would be nice to display a tooltip showing the name of the badge when the mouse is hovered the badge icons in the "Team Member" page (not the widget). This will give an idea to players about their teammates' badge achievement.

yongwen commented 11 years ago

just did a "clear_cache", now the badge count is correct. so, it would be a matter of clearing the cache when a new badge is awarded.

cammoore commented 11 years ago

When a badge is awarded the Template cache is invalidated and the players should see the updated badge count.