Difference between revisions of "ZTeamMilestone1"

From mn/ifi/inf5750
Jump to: navigation, search
(Tasks)
Line 15: Line 15:
 
* Making diagrams for the wiki pages (Lorena)
 
* Making diagrams for the wiki pages (Lorena)
 
* Make mock-ups of the GUI (Lorena)
 
* Make mock-ups of the GUI (Lorena)
 +
* Research the DHIS2 API calls in question (Jamie, Lorena, Magnus)
 
* Research what JS Framework to use (Jamie)
 
* Research what JS Framework to use (Jamie)
 
* Research map solution, and how to get the map data (coords) from the api. (Jamie)
 
* Research map solution, and how to get the map data (coords) from the api. (Jamie)

Revision as of 18:22, 5 November 2015

Back to main ZTeam page

We are planning to make a web app, using AngularJS and Google Maps on the client side, and communicate to the server, using the HTTP/REST towards the API.

We were considering using LeafletJS for the map stuff, but decided to start out with Google Maps, since we know it better.

We are planning to write the app basically from scratch (using the base app from the lecture as starting point).

To ensure a responsive app for low bandwidth clients, we are going to optimize the caching, and only fetch necessary fields from the API using the AJAX concept.

The web app will be accessed thru both desktop and mobile devices, so we will ensure that it is responsive for both platforms, using CSS and AngularJS functionality.

Tasks

  • Creating wiki pages (Magnus)
  • Making diagrams for the wiki pages (Lorena)
  • Make mock-ups of the GUI (Lorena)
  • Research the DHIS2 API calls in question (Jamie, Lorena, Magnus)
  • Research what JS Framework to use (Jamie)
  • Research 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