Developer contact info
| Name |
E-mail |
Phone |
MSN |
Yhaoo Messenger |
Skype |
| Magnus |
... |
|
| Joril Andersen |
ljanders AT ifi.uio.no |
95256088 |
jorilandersen AT hotmail.com |
... |
|
| Ola Hodne Titlestad |
olati AT ifi.uio.no |
+4748069736 |
olatitle AT yahoo.com |
olatitle |
olatitle |
Table of contents
Purpose and usage of this module
How to build the module
Project progress
DataSet model and api
Documentation
Further work
Purpose and usage of this module
This module provides the user interface to manage (maintain) the datasets, meaning the user can create new, edit and delete datasets. In the DHIS a dataset is used to organise the data entry (registration of data) and to organise the reporting of data between organisational units in the organisational hierarchy. A dataset contains a name, an interval (the frequency to register data), a set of data elements as well as a reference to the ?same? (explained below) dataset at the level above in the organisational hierarchy.
How to build the module
- You need the xwork-optional package, which is used by WebWork in order to communicate with Spring. This package is not in the global Maven 2 repository, so you have to install it manually. Instructions can be found here:
[DHIS2: xwork-optional]
- You need the Maven Jetty plugin in order to run the Jetty web server with Maven 2. Instructions can be found here:
[DEP:Jetty Plugin]
- In order to build the module you must first build (mvn install) the scm/branches/dhis-2-krin/ module, and then build /scm/trunk/dhis-2/dhis2-support/dhis-support-webwork in this order.
- To run the dataset module:
/dhis-dataset> mvn jetty:run-war
Project progress
Project milestones 2005
Milestone 1 status report
Milestone 2 project report
Project meetings
JIRA projecct
Velocity, and associated WebWork Actions
DataSet model and api
Waiting for "final" version from core. The current version can be found in the source code repository in the branches directory:
- scm/braches/dhis-2-krin/dhis-2/dhis-api
- scm/braches/dhis-2-krin/dhis-2/dhis-services-dataset-hibernate
(and see the diagram at the bottom)
Documentation
See:
Dataset documentation
Further work
Look here for suggestions for further work on this module:
Dataset remaining tasks