Difference between revisions of "Geo2"

From mn/ifi/inf5750
Jump to: navigation, search
Line 23: Line 23:
 
*Final complete working product
 
*Final complete working product
  
Link: [https://code.launchpad.net/geolocationdataentry2 https://code.launchpad.net/geolocationdataentry2]  
+
Link: [https://code.launchpad.net/~geo2/geolocationdataentry2/geolocationdataentry2 Launchpad repo]
  
 
'''Frameworks and libraries:'''  
 
'''Frameworks and libraries:'''  
  
[http://docs.angularjs.org/api AngularJS API]&nbsp;(explenation of&nbsp;[http://danorlando.com/angularjs-bootstrap-lifecycle-general-overview/ Angular architechture])<br>[http://api.jquery.com/ jQuery API]
+
[http://docs.angularjs.org/api AngularJS API]&nbsp;(explenation of&nbsp;[http://danorlando.com/angularjs-bootstrap-lifecycle-general-overview/ Angular architechture])<br>[http://api.jquery.com/ jQuery API]  
  
 
<br>
 
<br>

Revision as of 19:56, 8 December 2013

Team:

  • Ryhor Sivuda
  • Hans Furholt
  • Ibraheem Cheema
  • Cato Danielsen

Features:
Form for user input is automaticlally generated based on valid options for data set.
For each entry geolocation is stored.
All gathered information displayed on a map.
Possibility to filter on the different data elements.

Description:
The application enables users to add events with geo location of the place where it was registered. It also displays previously registered events on a map and allows to filter them based on time period and data values.

Time schedule:
Milestone 1: 1st November

  • Document features and architecture on Wiki

Milestone 2: 15th November

  • Implement basic functionality
  • First uploadable version

Milestone 3: 30th November

  • Final complete working product

Link: Launchpad repo

Frameworks and libraries:

AngularJS API (explenation of Angular architechture)
jQuery API