averbraeck / housinggame-facilitator

Facilitator app for the housing game
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Split facilitator servlet for easier maintenance #22

Closed averbraeck closed 10 months ago

averbraeck commented 10 months ago

The FacilitatorServlet class is over 2000 lines now. It can be split over multiple smaller classes with static methods (almost all methods of the servlet class are static already).

averbraeck commented 10 months ago

The FacilitatorServlet has been split into the following classes:

The FacilitatorServlet itself just handles the state machine and the popups related to the state progress with warnings about the number of active players and players' progress.