PeteGashek / puzzlebazar

Automatically exported from code.google.com/p/puzzlebazar
0 stars 0 forks source link

Simplify Presenter containment hierarchy #102

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The current containment hierarchy is:

 * RootPresenter
    * PagePresenter
      * TopBarPresenter
      * SplitMainPresenter
        * LinkColumnPresenter
        * MainPagePresenter

We can get rid of the SplitMainPresenter here, since puzzles now sit directly 
under the RootPresenter.

Original issue reported on code.google.com by philippe.beaudoin on 9 Apr 2010 at 6:00

GoogleCodeExporter commented 9 years ago
Take that opportunity to rename MainPagePresenter to WelcomePresenter.

Original comment by philippe.beaudoin on 9 Apr 2010 at 6:12