Difference between revisions of "The A Team"

From mn/ifi/inf5750
Jump to: navigation, search
 
Line 5: Line 5:
 
<li>Ilia Ni</li>
 
<li>Ilia Ni</li>
 
</ul>
 
</ul>
<h2 id="basic-requirements">Basic requirements</h2>
+
<h2 id="basic-requirements">Basic requirements (features)</h2>
 
<ul>
 
<ul>
 
<li>Convenient way to access and modify the values in the DHIS2 Data Store</li>
 
<li>Convenient way to access and modify the values in the DHIS2 Data Store</li>
Line 24: Line 24:
 
<li>Marius Andresen - development of application components</li>
 
<li>Marius Andresen - development of application components</li>
 
<li>Zufarzhan Ismanov - development of application components</li>
 
<li>Zufarzhan Ismanov - development of application components</li>
 +
</ul>
 +
<h2 id="architecture">Application architecture</h2>
 +
<ul>
 +
<li>Core - fetches all the dependencies and components</li>
 +
<li>Router - handles URI and loads corresponding component</li>
 +
<li>Page component - "controller" for specific page, loads all sub components</li>
 +
<li>Sub components or reusable components - fetch, display and manipulate data from API/source</li>
 
</ul>
 
</ul>
 
<h2 id="screenshots-and-screen-flows">Screenshots and screen flows</h2>
 
<h2 id="screenshots-and-screen-flows">Screenshots and screen flows</h2>

Latest revision as of 00:38, 27 October 2016

Group members

  • Marius Andresen
  • Zufarzhan Ismanov
  • Ilia Ni

Basic requirements (features)

  • Convenient way to access and modify the values in the DHIS2 Data Store
  • Provide user friendly graphic interface
  • Comfortable navigation within the application
  • Visualize statistics (?)

Time schedule

  • 11th October, preliminary discussion
  • 25th October, basic workflow discussion, git repository initialized
  • 27th October, finalizing application design, 1st milestone delivery
  • In progress

Tasks assignments

  • Ilia Ni - setting up project, tools, managing application components
  • Marius Andresen - development of application components
  • Zufarzhan Ismanov - development of application components

Application architecture

  • Core - fetches all the dependencies and components
  • Router - handles URI and loads corresponding component
  • Page component - "controller" for specific page, loads all sub components
  • Sub components or reusable components - fetch, display and manipulate data from API/source

Screenshots and screen flows

Home page

Home.png

Statistics page

Statistics.png

Documented learning during project

In progress

Suggested improvements to APIs etc

In progress

https://github.com/neeilya/inf5750-datastore

In progress