You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
Implement a map where user can see all the OTS chapters.
Chapters are shown on the map as marker on the city of the chapter.
This page location is /community/chapters
Specs:
Show active/inactive chapters as markers
each marker should link to chapter page
Map has to be responsive.
Be sure user can easily navigate on the map without the mouse is being captured and user get stack in zoom in/zoom out
On Mobile we should see just a list of active chapter (no map is loaded at all)
Marker data:
check into _chapters/chapter-name.md
each file should have config line: active: boolean
Check that each chapter has one, if not add it.
Write active: true for active chapter and active: false for inactive chapter. Marker design: