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

make the map printable #74

Open
9 of 11 tasks
mpoehler opened this issue Nov 18, 2015 · 0 comments
Open
9 of 11 tasks

make the map printable #74

mpoehler opened this issue Nov 18, 2015 · 0 comments
Labels

Comments

@mpoehler
Copy link

make the map printable

make the map printable for real offline usage

Users, and especially people like refugeecamp-organizers, should be able to print a version of the currently selected map. The idea is, that they produce a snaphot of the current map and hand these out to new refugees arriving in the camp. People without access to a smartphone can use these maps directly. For people with smartphones we want to add a link (and maybe a QR-Code) where they can access the current version. They should also feel invited to add/improve the exisiting data in the map.

We already discussed different approaches to fix this:

  • a PDF is generated
  • a printable Website (css)
  • a google doc (via AppsScript)

we decided to go the way with the printable website.

Key-Features

  • printable for one language at a time
  • with a link as QR-Code to the latest version & for feedback
  • Markers are numbered and there will be a legend provided

Subtasks

  • add a view (printview) that can access thru a hash navigation
  • add the current map to the printview (as static map)
  • add a legend with all visible locations
  • add a link to the the online version of the map
  • add a QR-Code version of the link
  • make the media css load on demand
  • make the screen scrollable
  • error message when more than 25 markers in the selected area
  • if /#print is accessed directly (without selecting an area), then the user should be redirected to /
  • overall styling
  • when generating the print view, use the currently selected language
Poltergeist added a commit to Poltergeist/refugeemaps that referenced this issue Nov 18, 2015
After going to the #print navigation the map and all mobile relevant
ui is hidden. By adding the print stylesheet.

 refugeemaps#74
Poltergeist added a commit to Poltergeist/refugeemaps that referenced this issue Nov 18, 2015
After going to the #print navigation the map and all mobile relevant
ui is hidden. By adding the print stylesheet.

 refugeemaps#74
Poltergeist added a commit to Poltergeist/refugeemaps that referenced this issue Nov 18, 2015
Poltergeist added a commit to Poltergeist/refugeemaps that referenced this issue Nov 18, 2015
Poltergeist added a commit to Poltergeist/refugeemaps that referenced this issue Nov 18, 2015
 pass the hotspots as a parameter to the Print class.
 refugeemaps#74
Poltergeist added a commit to Poltergeist/refugeemaps that referenced this issue Nov 18, 2015
 pass the hotspots as a parameter to the Print class.
 refugeemaps#74
Poltergeist added a commit to Poltergeist/refugeemaps that referenced this issue Nov 19, 2015
@ro-ka ro-ka added the Client label Nov 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants