View on GitHub

Righthererightnow.github.io

Project 3 repository, cs424

"Welcome to the project page for the Right Here, Right Now" visualization app.

Team Members

Go To The Application!

Progress

Week 1 - November 7, 2014

Meeting 1,2 and 3

  • First look at the data
  • Discussion about layout, controller and framework

Krishna

  • Creation of Controller Class modules to handle the interaction between different elements of the app.
  • On click route creation on the map using mapQuest routing api
  • Computing perimeter around the path for a given radius to use as filter for data elements

Kyle

  • Creation of Marker Class module for each required data type (crime, pothole, divvy, etc), with tailored functionality for each.
  • Creation of MapManager class which adds a layer of abstraction to the leaflets Map and associated layers. Manages all levels of layers, from layer groups, to individual layers

Lorenzo

  • Creation of class database and creation of queries to retrieve data
  • Creation of functions to filter and manage the retrieved data

Matthias

  • Implemented UI
  • Created framework dummy functions according to our design decisions

Week 2 - November 14, 2014

Meeting 1,2 and 3

Krishna

  • Updated the perimeter computation to optimize performance
  • Worked on alternative modes for routing, additional info on the paths

Kyle

Lorenzo

  • Creation of other functions to retrieve data
  • creation of function to filter data
  • creation of the weather box

Matthias

  • Generic function for writing data to markers and identify updated data
  • Generic function for selecting layers
  • Code cleanup in Controller

Week 2 - November 21, 2014

Krishna

Kyle

Lorenzo

  • Working with API of data of our choiche
  • creation of funcction to handle data inside the controller
  • busroute data management into controller

Matthias