Difference between revisions of "INF5750Unity"

From mn/ifi/inf5750
Jump to: navigation, search
Line 68: Line 68:
 
= Screenshots and screen flows =
 
= Screenshots and screen flows =
  
 +
This is our first sketch of our application
  
 +
[[File:First sketch API browser.png|600x400px]]
  
 
= Documented learning during project =
 
= Documented learning during project =

Revision as of 16:01, 5 November 2014

List of group members

Summary of requirements

The DHIS2 RESTful API resources can be very overwhelming, and we decided to make an application to simplify this task, a Web API HTML-view browser.

We will make an attractive and user-friendly application for this project.

There will be filtering functionality for this app. That will make it easier to find the specific resource that they want.

The page will be rendering the DHIS2 RESTful API resources in form of AJAX, which mean it will only refresh that part and not the whole page.

Time schedule

Milestone 1 (1st November)

  • Document features and architecture on Wiki
  • Show understanding of DHIS2 web apps

Milestone 2 (15th November)

  • First bare-bone version - static HTML
  • Uploadable as DHIS2 web app

Milestone 3 (30th November)

  • Finished, if applicable also with mobile app.

Final delivery: 8th December
Presentation 9th December

Architecture

The application will mostly be programmed in html, css and JS.

The group decided to use bootstrap for more attractive look.

This application will basically be consist of two pages.

  1. Index page (homepage) with a welcome message
  2. A page where you find the DHIS2 resources.

This is the architecture of this application.

Frameworks/Technologies

  • HTML
  • CSS
  • JQuery
  • Javascript (Angular)
  • JSON
  • AJAX
  • Bootstrap

How you are dividing tasks within the group

We had a meeting where we discuss the project, and what we needed for this project. This is a briefly distribution of the tasks:

  • Shaikh Muhammad Arif Uddin - JavaScript
  • Ram Bahadur Gharti - HTML/CSS
  • Tinh Le - DHIS2 RESTful API's
  • Xianglin Ye - Angular and AJAX

Screenshots and screen flows

This is our first sketch of our application

First sketch API browser.png

Documented learning during project

Suggested improvements to APIs etc

Link to repository

Download link to sample web app or Android app