Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Implement map with active and inactive chapters #9

@gsambrotta

Description

@gsambrotta

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:

  1. Show active/inactive chapters as markers
  2. each marker should link to chapter page
  3. Map has to be responsive.
  4. Be sure user can easily navigate on the map without the mouse is being captured and user get stack in zoom in/zoom out
  5. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions