Difference between revisions of "LMIS DAZ"

From mn/ifi/inf5750
Jump to: navigation, search
(Link to repository)
(Link to repository)
Line 49: Line 49:
 
= Link to repository =
 
= Link to repository =
 
Private Repository
 
Private Repository
https://bitbucket.org/lmis_daz/lmis_daz
+
https://ds131186@bitbucket.org/lmis_daz/lmis_daz.git
  
 
= Download link to sample web app or Android app =
 
= Download link to sample web app or Android app =

Revision as of 02:23, 6 November 2015

List of group members

Summary of requirements

Click on Logistics Management Information System (LMIS) Light for the project description

Technologies and Framework

  • JavaScript
  • HTML 5
  • BootStrap
  • RESTFul API provided by DHIS2 Messaging module for posting messages.

Tools

  • Eclipse
  • Android SDK

Time schedule

Milestone 1: 8th November

  • Document features and architecture on Wiki
    • This project is a prototype of Logistic Management Information System. A simple android form app will take input related to Medical Logistics and will broadcast the request encapsulating all the parameters entered in the form to either single or multiple user depending on how many users are there in a group or organizational unit.
  • Show understanding of DHIS2 web apps
    • DHIS2 has quit many web app modules. But there are few which are related to LMIS project. Those are Messaging, Origanizational Units and Users.
    • Messaging Framework is responsible for send/receive of inside (between Dhis users) and outside (email) messages. It exposes RESTFUl API in order to use this framework for message delivery.
    • The location where data is coming from could be any medical facility i.e Health Centre, Nursing Home etc and these facilities belong to one of the Organizational Unit. One OU can have multiple facilities.
    • In DHIS2 user can exist either in isolation or being attached to any User Group or even Organizational Unit. So Messaging module can send a message to either a single user or to any other User Group or Organizational Unit. In case later cases message will be delivered to all users attached to that User Group or Organizational Unit.

Milestone 2: 22th November

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

Milestone 3: 4th December

  • Finished, if applicable also with mobile app.

Final Delivery: 11th December

Tasks division within the group

Screenshots and screen flows

Documented learning during project

Suggested improvements to APIs etc

Link to repository

Private Repository https://ds131186@bitbucket.org/lmis_daz/lmis_daz.git

Download link to sample web app or Android app