Lighweight DHIS for organization unit management and data entry

Hi,

Has anyone built a lightweight version of DHIS for offline data entry?? Excluding all the analytics and datamart services.

Basically want to only allow creating organization units and do data entry for these organization units on low-end netbooks. It is probably easy to just remove the not-required web modules from the web-portal pom.xml , but I want to remove those services that are not required from maintainence module.

Is there documentation somewhere for dependencies or someone already has a lightweight version of DHIS for dataentry only??

···

Regards,
Saptarshi PURKAYASTHA

My Tech Blog: http://sunnytalkstech.blogspot.com

You Live by CHOICE, Not by CHANCE

This is in the short term plans. Morten and a master student will be working on on a light-weight browsing client with offline support (for example for use on Android phones).

Lars

···

2012/2/2 Saptarshi Purkayastha sunbiz@gmail.com

Hi,

Has anyone built a lightweight version of DHIS for offline data entry?? Excluding all the analytics and datamart services.

Basically want to only allow creating organization units and do data entry for these organization units on low-end netbooks. It is probably easy to just remove the not-required web modules from the web-portal pom.xml , but I want to remove those services that are not required from maintainence module.

Is there documentation somewhere for dependencies or someone already has a lightweight version of DHIS for dataentry only??


Regards,
Saptarshi PURKAYASTHA

My Tech Blog: http://sunnytalkstech.blogspot.com

You Live by CHOICE, Not by CHANCE


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


Lars Kristian Roland

Research Fellow, Department of Informatics, University of Oslo

Email: lars@roland.bz - roland@ifi.uio.no

Phone: +47 90733036

I built a data entry only version just by modification of the pom for use on Amazon micro instances, but sounds like you need additional stuff?

Regards,

Jason

···

Sent from my mobile

On Feb 2, 2012 12:56 PM, “Saptarshi Purkayastha” sunbiz@gmail.com wrote:

Hi,

Has anyone built a lightweight version of DHIS for offline data entry?? Excluding all the analytics and datamart services.

Basically want to only allow creating organization units and do data entry for these organization units on low-end netbooks. It is probably easy to just remove the not-required web modules from the web-portal pom.xml , but I want to remove those services that are not required from maintainence module.

Is there documentation somewhere for dependencies or someone already has a lightweight version of DHIS for dataentry only??


Regards,
Saptarshi PURKAYASTHA

My Tech Blog: http://sunnytalkstech.blogspot.com

You Live by CHOICE, Not by CHANCE


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

Data entry and organization unit management.

That is all that is required.

Did you remove the services as well?? those that are not required??

···

Regards,
Saptarshi PURKAYASTHA

My Tech Blog: http://sunnytalkstech.blogspot.com
You Live by CHOICE, Not by CHANCE

On 2 February 2012 17:23, Jason Pickering jason.p.pickering@gmail.com wrote:

I built a data entry only version just by modification of the pom for use on Amazon micro instances, but sounds like you need additional stuff?

Regards,

Jason

Sent from my mobile

On Feb 2, 2012 12:56 PM, “Saptarshi Purkayastha” sunbiz@gmail.com wrote:

Hi,

Has anyone built a lightweight version of DHIS for offline data entry?? Excluding all the analytics and datamart services.

Basically want to only allow creating organization units and do data entry for these organization units on low-end netbooks. It is probably easy to just remove the not-required web modules from the web-portal pom.xml , but I want to remove those services that are not required from maintainence module.

Is there documentation somewhere for dependencies or someone already has a lightweight version of DHIS for dataentry only??


Regards,
Saptarshi PURKAYASTHA

My Tech Blog: http://sunnytalkstech.blogspot.com

You Live by CHOICE, Not by CHANCE


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

Great… this is what I’m looking for.

Will the Android phones be using HTML5 offline support in the browsers??

Or are we talking about a mobile application/browser-view that uses the web-api (REST services)??

I’m thinking organization unit management, so that those can be added as well.

···

Regards,
Saptarshi PURKAYASTHA

My Tech Blog: http://sunnytalkstech.blogspot.com

You Live by CHOICE, Not by CHANCE

On 2 February 2012 17:15, Lars Kristian Roland lars@roland.bz wrote:

This is in the short term plans. Morten and a master student will be working on on a light-weight browsing client with offline support (for example for use on Android phones).

Lars

2012/2/2 Saptarshi Purkayastha sunbiz@gmail.com

Hi,

Has anyone built a lightweight version of DHIS for offline data entry?? Excluding all the analytics and datamart services.

Basically want to only allow creating organization units and do data entry for these organization units on low-end netbooks. It is probably easy to just remove the not-required web modules from the web-portal pom.xml , but I want to remove those services that are not required from maintainence module.

Is there documentation somewhere for dependencies or someone already has a lightweight version of DHIS for dataentry only??


Regards,
Saptarshi PURKAYASTHA

My Tech Blog: http://sunnytalkstech.blogspot.com

You Live by CHOICE, Not by CHANCE


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

Lars Kristian Roland

Research Fellow, Department of Informatics, University of Oslo

Email: lars@roland.bz - roland@ifi.uio.no

Phone: +47 90733036

Hi Saptarshi,

Could you describe the use case a bit more? Could you not achieve what you want by defining a user role that only has access to orgunit management and not the rest?

Knut

···

On Thu, Feb 2, 2012 at 1:06 PM, Saptarshi Purkayastha sunbiz@gmail.com wrote:

Great… this is what I’m looking for.
Will the Android phones be using HTML5 offline support in the browsers??

Or are we talking about a mobile application/browser-view that uses the web-api (REST services)??

I’m thinking organization unit management, so that those can be added as well.


Regards,
Saptarshi PURKAYASTHA

My Tech Blog: http://sunnytalkstech.blogspot.com

You Live by CHOICE, Not by CHANCE

On 2 February 2012 17:15, Lars Kristian Roland lars@roland.bz wrote:

This is in the short term plans. Morten and a master student will be working on on a light-weight browsing client with offline support (for example for use on Android phones).

Lars

2012/2/2 Saptarshi Purkayastha sunbiz@gmail.com

Hi,

Has anyone built a lightweight version of DHIS for offline data entry?? Excluding all the analytics and datamart services.

Basically want to only allow creating organization units and do data entry for these organization units on low-end netbooks. It is probably easy to just remove the not-required web modules from the web-portal pom.xml , but I want to remove those services that are not required from maintainence module.

Is there documentation somewhere for dependencies or someone already has a lightweight version of DHIS for dataentry only??


Regards,
Saptarshi PURKAYASTHA

My Tech Blog: http://sunnytalkstech.blogspot.com

You Live by CHOICE, Not by CHANCE


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

Lars Kristian Roland

Research Fellow, Department of Informatics, University of Oslo

Email: lars@roland.bz - roland@ifi.uio.no

Phone: +47 90733036


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


Knut Staring

Dept. of Informatics, University of Oslo

+4791880522

http://dhis2.org

A survey where households become organization units with the given co-ordinates.

And then fill the form for that household.

···

Regards,
Saptarshi PURKAYASTHA

My Tech Blog: http://sunnytalkstech.blogspot.com

You Live by CHOICE, Not by CHANCE

On 2 February 2012 17:51, Knut Staring knutst@gmail.com wrote:

Hi Saptarshi,

Could you describe the use case a bit more? Could you not achieve what you want by defining a user role that only has access to orgunit management and not the rest?

Knut

On Thu, Feb 2, 2012 at 1:06 PM, Saptarshi Purkayastha sunbiz@gmail.com wrote:

Great… this is what I’m looking for.
Will the Android phones be using HTML5 offline support in the browsers??

Or are we talking about a mobile application/browser-view that uses the web-api (REST services)??

I’m thinking organization unit management, so that those can be added as well.


Regards,
Saptarshi PURKAYASTHA

My Tech Blog: http://sunnytalkstech.blogspot.com

You Live by CHOICE, Not by CHANCE

On 2 February 2012 17:15, Lars Kristian Roland lars@roland.bz wrote:

This is in the short term plans. Morten and a master student will be working on on a light-weight browsing client with offline support (for example for use on Android phones).

Lars

2012/2/2 Saptarshi Purkayastha sunbiz@gmail.com

Hi,

Has anyone built a lightweight version of DHIS for offline data entry?? Excluding all the analytics and datamart services.

Basically want to only allow creating organization units and do data entry for these organization units on low-end netbooks. It is probably easy to just remove the not-required web modules from the web-portal pom.xml , but I want to remove those services that are not required from maintainence module.

Is there documentation somewhere for dependencies or someone already has a lightweight version of DHIS for dataentry only??


Regards,
Saptarshi PURKAYASTHA

My Tech Blog: http://sunnytalkstech.blogspot.com

You Live by CHOICE, Not by CHANCE


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

Lars Kristian Roland

Research Fellow, Department of Informatics, University of Oslo

Email: lars@roland.bz - roland@ifi.uio.no

Phone: +47 90733036


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

Knut Staring

Dept. of Informatics, University of Oslo

+4791880522

http://dhis2.org

Hi Saptarshi,

I did not really worry about stripping out the services. In my use case, the concern was one of security and scalability within the confines of the AWS micro-instance. I just built the web-portal with only the data entry module, and did nothing else.

Regards,
Jason

···

On Thu, Feb 2, 2012 at 2:28 PM, Saptarshi Purkayastha sunbiz@gmail.com wrote:

A survey where households become organization units with the given co-ordinates.
And then fill the form for that household.


Regards,
Saptarshi PURKAYASTHA

My Tech Blog: http://sunnytalkstech.blogspot.com

You Live by CHOICE, Not by CHANCE

On 2 February 2012 17:51, Knut Staring knutst@gmail.com wrote:

Hi Saptarshi,

Could you describe the use case a bit more? Could you not achieve what you want by defining a user role that only has access to orgunit management and not the rest?

Knut

On Thu, Feb 2, 2012 at 1:06 PM, Saptarshi Purkayastha sunbiz@gmail.com wrote:

Great… this is what I’m looking for.
Will the Android phones be using HTML5 offline support in the browsers??

Or are we talking about a mobile application/browser-view that uses the web-api (REST services)??

I’m thinking organization unit management, so that those can be added as well.


Regards,
Saptarshi PURKAYASTHA

My Tech Blog: http://sunnytalkstech.blogspot.com

You Live by CHOICE, Not by CHANCE

On 2 February 2012 17:15, Lars Kristian Roland lars@roland.bz wrote:

This is in the short term plans. Morten and a master student will be working on on a light-weight browsing client with offline support (for example for use on Android phones).

Lars

2012/2/2 Saptarshi Purkayastha sunbiz@gmail.com

Hi,

Has anyone built a lightweight version of DHIS for offline data entry?? Excluding all the analytics and datamart services.

Basically want to only allow creating organization units and do data entry for these organization units on low-end netbooks. It is probably easy to just remove the not-required web modules from the web-portal pom.xml , but I want to remove those services that are not required from maintainence module.

Is there documentation somewhere for dependencies or someone already has a lightweight version of DHIS for dataentry only??


Regards,
Saptarshi PURKAYASTHA

My Tech Blog: http://sunnytalkstech.blogspot.com

You Live by CHOICE, Not by CHANCE


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

Lars Kristian Roland

Research Fellow, Department of Informatics, University of Oslo

Email: lars@roland.bz - roland@ifi.uio.no

Phone: +47 90733036


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

Knut Staring

Dept. of Informatics, University of Oslo

+4791880522

http://dhis2.org


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