Description
Multiple counting bugs in the harbor overview:
- The overview reports 12 berths when the map only shows 9
- Some occupied berths are counted as 2 instead of 1
- "Available spots" should display the correct free-berth count
Steps to Reproduce
- Open the dashboard
- Look at the harbor overview panel
- Compare displayed counts against the visible berth markers on the map
Expected Behavior
Counts in the harbor overview match the map: total berth count = number of markers, occupied count = berths actually shown as occupied, available spots = total minus occupied.
Additional Context
Likely off-by-one or duplicate counting in the aggregation logic.
Description
Multiple counting bugs in the harbor overview:
Steps to Reproduce
Expected Behavior
Counts in the harbor overview match the map: total berth count = number of markers, occupied count = berths actually shown as occupied, available spots = total minus occupied.
Additional Context
Likely off-by-one or duplicate counting in the aggregation logic.