[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1380: Merged in work from student group/implemented objective data set completeness (based on compulsor...

Any documentation what this does or do I need to write it again?

···

On 2/2/10, noreply@launchpad.net <noreply@launchpad.net> wrote:

------------------------------------------------------------
revno: 1380
committer: Lars Helge Oeverland <larshelge@gmail.com>
branch nick: trunk
timestamp: Tue 2010-02-02 14:21:02 +0100
message:
  Merged in work from student group/implemented objective data set
completeness (based on compulsory data elements for a data set).
removed:

dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/completeness/cache/

dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/completeness/cache/DataSetCompletenessCache.java

dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/completeness/cache/MemoryDataSetCompletenessCache.java
added:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/ServiceProvider.java

dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/completeness/impl/ObjectiveDataSetCompletenessService.java

dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/completeness/impl/SubjectiveDataSetCompletenessService.java
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/
view_sections.png

dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/edit_compulsory_data_elements.png

dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/images/edit_sections.png

dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/java/org/hisp/dhis/dataset/action/compulsory/

dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/java/org/hisp/dhis/dataset/action/compulsory/GetCompulsoryDataElementsAction.java

dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/java/org/hisp/dhis/dataset/action/compulsory/SaveCompulsoryDataElementsAction.java

dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/compulsoryDataElementsForm.vm
renamed:

dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/completeness/impl/DefaultDataSetCompletenessService.java
=>
dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/completeness/impl/AbstractDataSetCompletenessService.java
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/ProcessState.java

dhis-2/dhis-api/src/main/java/org/hisp/dhis/completeness/DataSetCompletenessStore.java
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/dataset/DataSet.java

dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/dataset/hibernate/DataSet.hbm.xml

dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/completeness/jdbc/JDBCDataSetCompletenessStore.java

dhis-2/dhis-services/dhis-service-reporting/src/main/resources/META-INF/dhis/beans.xml

dhis-2/dhis-services/dhis-service-reporting/src/test/java/org/hisp/dhis/completeness/DataSetCompletenessServiceExportTest.java

dhis-2/dhis-services/dhis-service-reporting/src/test/java/org/hisp/dhis/completeness/DataSetCompletenessServiceTest.java

dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/resources/META-INF/dhis/beans.xml

dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/resources/org/hisp/dhis/dataset/i18n_module.properties

dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/resources/struts.xml

dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/webapp/dhis-web-maintenance-dataset/dataSetList.vm

dhis-2/dhis-web/dhis-web-reporting/src/main/java/org/hisp/dhis/reporting/completeness/action/GetDataCompletenessAction.java

dhis-2/dhis-web/dhis-web-reporting/src/main/resources/META-INF/dhis/beans.xml

dhis-2/dhis-web/dhis-web-reporting/src/main/resources/org/hisp/dhis/reporting/i18n_module.properties

dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/index.vm

dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/javascript/dataCompleteness.js

dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/viewDataCompletenessForm.vm

dhis-2/dhis-services/dhis-service-reporting/src/main/java/org/hisp/dhis/completeness/impl/AbstractDataSetCompletenessService.java
The size of the diff (1415 lines) is larger than your specified limit of
1000 lines

--
lp:dhis2
trunk : Code : DHIS

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription\.

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp

Hey no not yet but my ambition is to write docs for everything I have done in SA. Its just a bit hectic finishing the programming right now, going home on monday…

Basically one can define data elements in a data set to be compulsory (from the main data set list, icon no 3 from left). Then in “data completeness report” in reporting module one can choose to base the report on “compulsory data elements” or “complete data set registrations”. The former defines a complete data set as one where data is registered for all its compulsory data elements, while the latter as one registered as complete by the data entry clerk (as before).

Lars

···

2010/2/2 Jason Pickering jason.p.pickering@gmail.com

Any documentation what this does or do I need to write it again?