Skip to content

Milestone3 remove spot entity

Alžbeta Strakošová requested to merge milestone3-remove-spot-entity into milestone3

Spot entity was removed completely (including SpotDao, SpotService, SpotFacade, SpotDTO). Spots in Locations are now represented with Map<SpotCategory, Integer> spots, containing numbers of spots per category.

Merge request reports