Difference between revisions of "Geo2"

From mn/ifi/inf5750
Jump to: navigation, search
Line 6: Line 6:
 
*Cato Danielsen
 
*Cato Danielsen
  
'''Features''':<br> Users should be able to enter information about a decease.<br>For each entry geolocation is stored.<br>All gathered information displayed on a map.<br>Possibility to filter deceases by kind and displaying only them on a map.  
+
'''Features''':<br> Form for user input is automaticlally generated based on valid options for data set.<br>For each entry geolocation is stored.<br>All gathered information displayed on a map.<br>Possibility to filter on the different data elements.  
  
'''Description:'''<br> The application enables users to enter decease information, geo location of the place where it was registered and time of the registration. Displays previously registered decease entries on a map and allows to filter them.  
+
'''Description:'''<br> 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:'''<br> Milestone 1: 1st November<br>  
 
'''Time schedule:'''<br> Milestone 1: 1st November<br>  
Line 25: Line 25:
 
Link: [https://code.launchpad.net/geolocationdataentry2 https://code.launchpad.net/geolocationdataentry2]  
 
Link: [https://code.launchpad.net/geolocationdataentry2 https://code.launchpad.net/geolocationdataentry2]  
  
'''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>

Revision as of 19:54, 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: https://code.launchpad.net/geolocationdataentry2

Frameworks and libraries:

AngularJS API (explenation of Angular architechture)
jQuery API