[Dhis2-devs] Biometric data

2016-05-22 Thread Seid Hussein
Hi all,

Here in Ethiopia we have Community Health Information Systems focusing on
"family folders" whereby health services provided to members of families
are registered and kept collectively in "folders". Despite being paper
based, this system seems to be working well especially in the rural setting.

While the families in rural areas are set and do not move much which makes
tracking them easier, it looks to be much more difficult in an Urban and
Pastoralist settings where members of the community move either by changing
rental houses or looking for new pasture lands which makes tracking the
people to deliver health services difficult.

Since Ethiopia doesn't yet have a social security system or national
identification, identifying each person has become much more difficult.

Hence it has been suggested by various people at the ministry to employ
bio-metric identification to track these people.

However, DHIS2 currently doesn't seem to support bio-metric data. Is there
any plan to do so in the future? I understand that there are privacy and
security issues to consider but incorporating this feature will make it
more complete.

Regards,


Seid,
___
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


Re: [Dhis2-devs] openid configuration for MS Azure AD

2016-05-22 Thread Morten Olav Hansen
Hi

We don't support OpenID Connect, only OpenID. Not sure if your software
supports that?

We also have LDAP support, did you look into that?

http://dhis2.github.io/dhis2-docs/master/en/implementer/html/ch08s05.html

-- 
Morten Olav Hansen
Senior Engineer, DHIS 2
University of Oslo
http://www.dhis2.org

On Mon, May 23, 2016 at 12:15 PM, Chameera Mirihella  wrote:

> Hi Team,
>
> if anyone has experience, pls reply.
>
> one of our dhis2 instance needs to configure its openid against *Microsoft
> Azure AD.*
>
> I read this article but it doesn't provide much info.
> http://dhis2.github.io/dhis2-docs/2.23/en/user/html/ch07.html#d0e2575
>
> is it possible to use MS Azure AD as authenticator for dhis2..?
> any clue, how to figure out openid provider url of MS Azure AD for dhis..?
>
> Thanks.
>
> ___
> 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
>
>
___
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


[Dhis2-devs] openid configuration for MS Azure AD

2016-05-22 Thread Chameera Mirihella
Hi Team,

if anyone has experience, pls reply.

one of our dhis2 instance needs to configure its openid against *Microsoft
Azure AD.*

I read this article but it doesn't provide much info.
http://dhis2.github.io/dhis2-docs/2.23/en/user/html/ch07.html#d0e2575

is it possible to use MS Azure AD as authenticator for dhis2..?
any clue, how to figure out openid provider url of MS Azure AD for dhis..?

Thanks.
___
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


[Dhis2-devs] Android Tracker doesn't work with 2.23 version

2016-05-22 Thread Em Le Hong
Hi team,

I just tested the Android Tracker app and seems that it doesn't work with
DHIS2 version 2.23 revision 22889.

Do you have any plan to update so it can work with DHIS2 version 2.23?
Because we are implementing it in Cambodia and they want to know so they
can make a plan for training.

Thanks
-- 
Le Hong Em
  +84 126 7171 650
___
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


Re: [Dhis2-devs-core] backporting in github

2016-05-22 Thread Lars Helge Øverland
Okay great.

Assuming that the 2.23 branch is already existing.. Wouldn't you use *git
checkout* here?




On Sun, May 22, 2016 at 2:46 PM, Mark Polak  wrote:

> I do something similar, but generally for the docs repo where there are no
> local dependencies. There isn't really a reason to keep the repo in a
> separate map..
>
> if you do a git pull it should update all your local branches in the same
> folder to do the cherry pick the only thing you'd really have to do is
>
> git branch 2.23
> git cherry-pick  
> git push (or git push origin 2.23)
> git branch master
>
>
> On Sun, May 22, 2016 at 1:42 PM, Jim Grace  wrote:
>
>> Sounds good to me, unless someone knows a better way.
>>
>> On Sun, May 22, 2016 at 6:40 AM, Lars Helge Øverland 
>> wrote:
>>
>>> Hi devs,
>>>
>>> as we use GitHub increasingly more we should find a standard way of
>>> "back-porting" commits to release branches, similar to how we do it on
>>> Launchpad.
>>>
>>>
>>> This is the procedure I use. This example uses the dhis2-docs repo.
>>> First clone the actual branch to avoid having to checkout/switch between
>>> branch and master all the time.
>>>
>>>
>>>- git clone -b 2.23 g...@github.com:dhis2/dhis2-docs.git dhis2-docs-23
>>>
>>>- cd dhis2-docs-23
>>>
>>>
>>> Then use *cherry-pick* to apply a commit from master to the branch and
>>> push to branch.
>>>
>>>
>>>- git cherry-pick 3a6e47ea7a054f95967b3d0a0671fc649b7878c0
>>>
>>>- git push origin 2.23
>>>
>>>
>>> I know there are multiple ways to do this. Let me know if this sounds
>>> okay or if there are better ways.
>>>
>>> Lars
>>>
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Lars Helge Øverland
>>> Lead developer, DHIS 2
>>> University of Oslo
>>> Skype: larshelgeoverland
>>> l...@dhis2.org
>>> http://www.dhis2.org 
>>>
>>>
>>> --
>>> Mailing list: https://launchpad.net/~dhis2-devs-core
>>> Post to : dhis2-devs-core@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~dhis2-devs-core
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>>
>> --
>> Jim Grace
>> Core developer, DHIS 2
>> HISP US Inc.
>> http://www.dhis2.org 
>>
>> --
>> Mailing list: https://launchpad.net/~dhis2-devs-core
>> Post to : dhis2-devs-core@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs-core
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> Regards,
>
>
> Mark Polak
> Software developer, DHIS 2
> University of Oslo
> http://www.dhis2.org 
> m...@dhis2.org
>



-- 
Lars Helge Øverland
Lead developer, DHIS 2
University of Oslo
Skype: larshelgeoverland
l...@dhis2.org
http://www.dhis2.org 
-- 
Mailing list: https://launchpad.net/~dhis2-devs-core
Post to : dhis2-devs-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs-core
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs-core] backporting in github

2016-05-22 Thread Lars Helge Øverland
Hi devs,

as we use GitHub increasingly more we should find a standard way of
"back-porting" commits to release branches, similar to how we do it on
Launchpad.


This is the procedure I use. This example uses the dhis2-docs repo. First
clone the actual branch to avoid having to checkout/switch between branch
and master all the time.


   - git clone -b 2.23 g...@github.com:dhis2/dhis2-docs.git dhis2-docs-23

   - cd dhis2-docs-23


Then use *cherry-pick* to apply a commit from master to the branch and push
to branch.


   - git cherry-pick 3a6e47ea7a054f95967b3d0a0671fc649b7878c0

   - git push origin 2.23


I know there are multiple ways to do this. Let me know if this sounds okay
or if there are better ways.

Lars






-- 
Lars Helge Øverland
Lead developer, DHIS 2
University of Oslo
Skype: larshelgeoverland
l...@dhis2.org
http://www.dhis2.org 
-- 
Mailing list: https://launchpad.net/~dhis2-devs-core
Post to : dhis2-devs-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs-core
More help   : https://help.launchpad.net/ListHelp