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
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:
blue if the chapter is active
grey if the chapter is inactive
The text was updated successfully, but these errors were encountered:
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:
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 andactive: false
for inactive chapter.Marker design:
The text was updated successfully, but these errors were encountered: