Difference between revisions of "ZTeamMilestone1"

From mn/ifi/inf5750
Jump to: navigation, search
m
Line 8: Line 8:
  
 
== Tasks ==
 
== Tasks ==
* Creating wiki pages
+
* Creating wiki pages (Magnus)
* Figuring out map solution, and how to get the map data (coords) from the api.
+
* Making diagrams for the wiki pages (Lorena)
* Creating the git repo, and importing base app
+
* Figuring out map solution, and how to get the map data (coords) from the api. (Jamie)
 +
* Creating the git repo, and importing base app (Magnus)
 
* Implementing
 
* Implementing
 
** Search (showing results both in table, and on map)
 
** Search (showing results both in table, and on map)
 
** Adding new facility (and deleting existing one)
 
** Adding new facility (and deleting existing one)
 
** Show info when clicking the map
 
** Show info when clicking the map

Revision as of 18:04, 5 November 2015

Back to main ZTeam page

We are planning to make a web app, using AngularJS and LeafletJS on the client side, and communicate to the server, using the API.

The reason for using Leaflet is that it's light weight (good for mobile/low bw connections). It also seems that Google Maps will discontinue some of it's services in 2016.

We are planning to write the app basically from scratch (using the base app from the lecture as starting point)nit app, that is in the standard DHIS2 package.

Tasks

  • Creating wiki pages (Magnus)
  • Making diagrams for the wiki pages (Lorena)
  • Figuring out map solution, and how to get the map data (coords) from the api. (Jamie)
  • Creating the git repo, and importing base app (Magnus)
  • Implementing
    • Search (showing results both in table, and on map)
    • Adding new facility (and deleting existing one)
    • Show info when clicking the map