Re: [Dhis2-devs] Need help to create dhis2 app

2017-02-07 Thread gérard Bisama
Hi All, I just want to say that I have found the solution to my problem. The problem was that the function I called is an async fonction that return a Promise object. It is normal that I get the undefined response from the call. I ve used now the httpRequest object with a callback function to get

Re: [Dhis2-devs] Need help to create dhis2 app

2017-02-02 Thread gérard Bisama
Thanks a lot Knut for your help, It seems as if have missed a step or some thing. However when I have look at some project the logic seems good and some part of the code are similar. To be sure that am in the good way, I have even customize an existing project but am still getting the same result.

Re: [Dhis2-devs] Need help to create dhis2 app

2017-02-02 Thread Knut Staring
Hi Gérard, The developers will be able to provide better input, but for inspiration, it could also be worth taking a look at some student projects that were done recently. Most projects involved creating DHIS2 web apps. Since these are mostly novice developers, the projects are of very varying

[Dhis2-devs] Need help to create dhis2 app

2017-02-02 Thread gérard Bisama
Hi All, I have started a work that required to develop DHIS2 Apps to enhance some fonction in DHIS2 . The main purpose of my work is to search for some resources related to the tracker and to render them to a specific format for been used by an other system. I have used two approaches to develop