MapCampaigner
MapCampaigner copied to clipboard
Campaign management tool
Currently the fields we will need to add to campaign.json are Updating ```campaign_managers``` key include osm_id instead of display name Add ```campaign_viewers ``` for easier querying when deleting projects ```...

The YAML editor is a little difficult now to see when it has incorrect formatting. A syntax highlighter like highlight.js might help with this.
Allow download of map tiles for a campaign, download as MBTiles
Currently this is out of scope but is worth discussing as we find areas where moving away from s3 for data storage will improve performance and maintainability. The obvious solution...
contents.html, map.html and errors.html are currently rendered and stored on s3 then fetched during templating. This has cause some issue while making improvements so let's seek to render these client...
Related to #588 but going to separate out archive/delete functionality. Problem: There is a need for either archiving or deleting campaigns. As a campaign manager, I might be creating a...
It looks like the maps on ```/``` and ```/create``` still use leaflet. campaign/{uuid} uses mapboxGL. Is it worth updating all the maps for consistency?
Allow users to map fields in the shapefile dbf to area, team and status fields in the geojson. Default would be not have no fields mapped, optional if user decides....