Difference between revisions of "LACK"

From mn/ifi/inf5750
Jump to: navigation, search
(Created page with "== Group members == * Long Hoang Ho * Arsalan Sultani * Christopher Alexander Trotter * Kien Vu Link to the repository can be found here (insert link) (or not?) Download lin...")
 
(Summary of requirements)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Group members ==
 
== Group members ==
 
* Long Hoang Ho
 
* Long Hoang Ho
* Arsalan Sultani
+
* Arselan Sultani
 
* Christopher Alexander Trotter
 
* Christopher Alexander Trotter
 
* Kien Vu
 
* Kien Vu
Line 8: Line 8:
  
 
Download link to sample web app 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 ==
 
== Milestones ==
Create page - Check
+
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 ==
 
== Summary of requirements ==
 +
- React
 +
 +
- Redux
 +
 +
- Flow
 +
 +
Summary:
 +
 +
We code everything from the ground. We did not use any other package other than material-ui components from, http://www.material-ui.com/#/
  
 
== Time schedule ==
 
== 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 ==
 
== 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 ==
 
== 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 ==

Latest revision as of 20:54, 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

Summary:

We code everything from the ground. We did not use any other package other than material-ui components from, http://www.material-ui.com/#/

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