Skip to content
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.

Development Ideas

Mayank Ojha edited this page Feb 14, 2017 · 3 revisions

v1.0.2

New Features

  • click on flooded polygons to open popup of flooded area info
  • click on report image to open larger image

Enhancements

  • all features have click UI feedback (e.g. glow or black border)
  • add siaga (alert) levels to flood gauge graphs (ref: http://bpbd.jakarta.go.id/waterlevel)
  • check landscape orientation (use exif data)
  • add page titles to help Google analytics
  • Internet explorer, Microsoft Edge support?
  • Touch screen laptop support

FRONT-END refactoring / scalability

  • SPLIT Cards & Map front-end
  • test router config json to modify routing on the fly (eg. /earthquake vs /flood)
  • test with separate card decks, locales,
  • Cards config file, with default map start point,
  • Call bounding boxes off of API (both for maps & cards) (similarly call stuff shared between cards & maps off of API)
  • Move non-route stuff to components (local) & resources (global) Layer class under resources

DISCUSSION for scaling map: (open issue with 'discussion' tag under urbanriskmap-meta)

  • Alt. 1: Map to be replicated for different cities (TEMPLATE project option)
  • Alt. 2: Map & layers classes along with their utility functions as a JS library

v2.0