csdl / makahiki

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

need ways to disable widgets in status page #479

Closed yongwen closed 12 years ago

yongwen commented 12 years ago

currently only some widgets can be disabled in the status page.

For example in EWC instance, there is no way to disable the wattdepot widget.

also, if a game or game mechanics is disabled in the "game admin", their corresponding status widget should not show up. This implies that some game related status widget should be configured in the "GameSetting", and will only shown up if the game is enable.

gregorylburgess commented 12 years ago

Put conditionals around all widgets, which are dependent upon their respective view objects.