Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement map with active and inactive chapters #9

Open
gsambrotta opened this issue Nov 30, 2016 · 0 comments
Open

Implement map with active and inactive chapters #9

gsambrotta opened this issue Nov 30, 2016 · 0 comments

Comments

@gsambrotta
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant