Difference between revisions of "LACK"

From mn/ifi/inf5750
Jump to: navigation, search
m
(Screenshots and screen flows)
Line 57: Line 57:
  
 
== Screenshots and screen flows ==
 
== Screenshots and screen flows ==
 +
* The first step is to choose a country:
 +
[[File:first_step.png|750x1000px]]
 +
 +
* The second step is to choose:
 +
[[File:second_step.png|750x1000px]]
 +
 +
* The third step is to select a category:
 +
[[File:third_step.png|750x1000px]]
 +
 +
* A loading bar while waiting for fetching to be done:
 +
[[File:loading_bar.png|750x1000px]]
 +
 +
* The fourth step is to select variables:
 +
[[File:fourth_step.png|750x1000px]]
 +
 +
* After selected one or more variables:
 +
[[File:select_variables.png|750x1000px]]
 +
 +
* Overview of the selected variables before submit:
 +
[[File:overview.png|750x1000px]]
  
 
== Documented learning during project ==
 
== Documented learning during project ==
  
 
== Suggested improvements to the API ==
 
== Suggested improvements to the API ==

Revision as of 20:53, 28 November 2016

Group members

  • Long Hoang Ho
  • Arselan Sultani
  • Christopher Alexander Trotter
  • Kien Vu

Link to the repository can be found here (insert link) (or not?)

Download link to sample web app can be found here (insert link) (or not?)

Project

D Import, matching, visualizing

- Import events or health facilities with coordinates linked to hierarchy using geography http://turfjs.org/

We have decided to do the first option. If time, the second option can also be implementet.

Milestones

Create wiki-page - Check

Creating git-repository - Check

Creating a local server - Check

Pulling data from server - Check

Learn basic React, Redux and flow - Check

Showing it on screen - Check

Creating UI - Check

Handling memory leak - Check

Implementing flux - Check

Learn routing - Check

Learn testing (enzyme, mocha) - Check

Summary of requirements

- React

- Redux

- Flow

Time schedule

28. October - Documenting and completing the wiki-page.

27. November - Finishing and delivering the project.

How we are dividing tasks within the group

- Learning basic react before starting the project.

- Everyone does a little of everything for making sure everyone understand most of everything.

Screenshots and screen flows

  • The first step is to choose a country:

First step.png

  • The second step is to choose:

Second step.png

  • The third step is to select a category:

Third step.png

  • A loading bar while waiting for fetching to be done:

Loading bar.png

  • The fourth step is to select variables:

Fourth step.png

  • After selected one or more variables:

Select variables.png

  • Overview of the selected variables before submit:

Overview.png

Documented learning during project

Suggested improvements to the API