Oh that is great it was fixed. Raunak, with that blocker addressed - what remains to get survey responses properly stored? Was this it?
It sounds like we have all 4 points that Nathan needed met, no? Ed On Wed, Sep 13, 2017 at 11:14 PM, Santosh Math < [email protected]> wrote: > Hi Ed, > > Yes , There was an issue, it's fixed and Nazeer sent PR almost 21 days ago > here: > > https://github.com/apache/fineract/pull/406 > > He had been expecting some one else should review his PR but no one did it. > > Nazeer would merge all the PRs by today evening and update the servers by > tomorrow evening. > > Regards > Santosh > > > On Thu, Sep 14, 2017 at 11:35 AM, Ed Cable <[email protected]> wrote: > >> Nazeer, >> >> I'm replying on this thread here so we can give a response to Nathan >> about when PPI will be available. >> >> Santosh - had you had a chance to make the issue per Nazeer's email on >> August 3? >> >> Thanks, >> >> Ed >> >> On Thu, Aug 10, 2017 at 8:59 AM, Ed Cable <[email protected]> wrote: >> >>> Nazeer, >>> >>> Can you confirm with Raunak that you've resolved his blockers. On our >>> call this morning, he was still facing some issues but I'm not sure if he >>> had used the latest code with all of the fixes. >>> >>> Ed >>> >>> On Tue, Aug 8, 2017 at 12:29 PM, Raunak Sett <[email protected]> >>> wrote: >>> >>>> @Nazeer also here is some implementation details documented by Markus >>>> https://mifosforge.jira.com/wiki/display/MIFOSX/Socia >>>> l+Performance+Management+Framework >>>> <https://mifosforge.jira.com/wiki/display/MIFOSX/Social+Performance+Management+Framework> >>>> also >>>> can we discuss it further, I'm still having some troubles retrieving the >>>> scorecard entries for a client. >>>> >>>> On Tue, Aug 8, 2017 at 10:35 PM, Ed Cable <[email protected]> wrote: >>>> >>>>> Hi Raunak, >>>>> >>>>> Thanks for sending this along again. >>>>> >>>>> Nazeer, the results of the survey should be their score which measures >>>>> if they are above or below the poverty line and their movement out of >>>>> poverty via an improving score can be tracked over time. >>>>> >>>>> Please watch this video to learn more: http://www.progressoutof >>>>> poverty.org/ppi-overview-video >>>>> >>>>> Viewing the old PPI spec might be helpful too. >>>>> https://mifosforge.jira.com/wiki/display/MIFOS/PPI+Functional+Spec >>>>> >>>>> >>>>> >>>>> On Tue, Aug 8, 2017 at 9:50 AM, Raunak Sett <[email protected]> >>>>> wrote: >>>>> >>>>>> @Nazeer, It was nice talking to you on call. I guess we will be able >>>>>> to do it. I'm pasting a part of the thread with Ed and Nathan for the >>>>>> context of what we need on the SPM framework. Check for [ ] for updates >>>>>> on >>>>>> the points. >>>>>> >>>>>> 1) Build out the UI for creating survey from available PPI scorecard >>>>>> [ Needs discussion ] >>>>>> >>>>>> Right now we should simply have to run the PPI-uploader tool on your >>>>>> instance and it will upload the PPIs that have been added as XMLs. This >>>>>> should work fine right now (apart from having to make some slight >>>>>> modifications to the PPI-uploader based on the recent changes to >>>>>> resources >>>>>> with switch to fineract from mifos x. [ Resolved Already ] >>>>>> 2) Capture/record surveys from a given entity in the web app >>>>>> >>>>>> This is currently available from the UI (you can test it out at >>>>>> https://demo.openmf.org (mifos/password) by navigating to any >>>>>> client, clicking more dropdown and then survey. You can then select the >>>>>> survey from the dropdown and enter responses. We do have some work that >>>>>> needs to be done to ensure the lookup tables are being linked to the >>>>>> scorecards and scores are being properly tabulated. [ Resolved Already] >>>>>> >>>>>> 3) View recorded surveys from the web app >>>>>> >>>>>> This still needs to be built out. @Raunak - is this something you >>>>>> could take up? [ @Ed We can do this now for a particular survey for a >>>>>> given >>>>>> client ] >>>>>> >>>>>> 4) Interface to create new surveys from scratch via the UI [ Already >>>>>> Done, Needs testing and modifications ] >>>>>> >>>>>> >>>>>> On Tue, Aug 8, 2017 at 4:16 PM, Shaik Nazeer < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> Hi Ed, >>>>>>> >>>>>>> >>>>>>> >>>>>>> What is actual requirement on this score cards? After submitting the >>>>>>> data, just return the list of score cards? Is there any view we need to >>>>>>> implement to see this scores? >>>>>>> >>>>>>> >>>>>>> >>>>>>> Thanks, >>>>>>> >>>>>>> Nazeer >>>>>>> >>>>>>> *From:* Nazeer Shaik [mailto:[email protected]] >>>>>>> *Sent:* 03 August 2017 17:25 >>>>>>> *To:* Raunak Sett; Santosh Math >>>>>>> *Cc:* Ed Cable; Dev; Mifos software development; Adi Raju >>>>>>> *Subject:* Re: SPM Survey Storage Blocker >>>>>>> >>>>>>> >>>>>>> >>>>>>> Hi Raunak, >>>>>>> >>>>>>> >>>>>>> >>>>>>> I have analyzed this implementation found there is an issue with >>>>>>> this. We need to modify this implementation. >>>>>>> >>>>>>> Santosh can you create a jira issue for tracking purpose please. >>>>>>> >>>>>>> >>>>>>> >>>>>>> Regards, >>>>>>> Nazeer >>>>>>> >>>>>>> On Thu, Aug 3, 2017 at 4:09 PM, Raunak Sett <[email protected]> >>>>>>> wrote: >>>>>>> >>>>>>> Hello Nazeer, >>>>>>> >>>>>>> I don't get any exception log, I'm getting '204 No Content' from the >>>>>>> server. Nothing is coming as a response from the server. >>>>>>> >>>>>>> I've used the ppi uploader to add a survey. >>>>>>> >>>>>>> The Philippines Survey can be found at https://demo.openmf.org/fin >>>>>>> eract-provider/api/v1/surveys/10 >>>>>>> >>>>>>> It does have a lookup table as well which is required. >>>>>>> https://demo.openmf.org/fineract-provider/api/v1/s >>>>>>> urveys/10/lookuptables >>>>>>> >>>>>>> But when I create a scorecard entry I don't get any response from >>>>>>> the server. So I feel there is an issue in creating the scorecard entry >>>>>>> which is silently failing. That is why there are no scorecard entries to >>>>>>> fetch. >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Thu, Aug 3, 2017 at 12:20 PM, Shaik Nazeer < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>> Can you attach exception log if any please. I will try to set up and >>>>>>> check it today. >>>>>>> >>>>>>> >>>>>>> >>>>>>> Regards, >>>>>>> >>>>>>> Nazeer >>>>>>> >>>>>>> *From:* Raunak Sett [mailto:[email protected]] >>>>>>> *Sent:* 02 August 2017 21:34 >>>>>>> *To:* Ed Cable; [email protected]; >>>>>>> [email protected]; Shaik Nazeer; >>>>>>> [email protected] >>>>>>> *Subject:* SPM Survey Storage Blocker >>>>>>> >>>>>>> >>>>>>> >>>>>>> Hello everyone, >>>>>>> >>>>>>> >>>>>>> In an older thread @Adi had fixed up the ppi uploader, but we still >>>>>>> have a blocker on storing the survey responses. It has been a blocker >>>>>>> for >>>>>>> quite a while now on the SPM framework. Can somebody have a look the SPM >>>>>>> survey responses storage >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> Raunak Sett >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> Raunak Sett >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Raunak Sett >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> *Ed Cable* >>>>> President/CEO, Mifos Initiative >>>>> [email protected] | Skype: edcable | Mobile: +1.484.477.8649 >>>>> <+1%20484-477-8649> >>>>> >>>>> *Collectively Creating a World of 3 Billion Maries | *http://mifos.org >>>>> <http://facebook.com/mifos> <http://www.twitter.com/mifos> >>>>> >>>>> >>>> >>>> >>>> -- >>>> Raunak Sett >>>> >>> >>> >>> >>> -- >>> *Ed Cable* >>> President/CEO, Mifos Initiative >>> [email protected] | Skype: edcable | Mobile: +1.484.477.8649 >>> <(484)%20477-8649> >>> >>> *Collectively Creating a World of 3 Billion Maries | *http://mifos.org >>> <http://facebook.com/mifos> <http://www.twitter.com/mifos> >>> >>> >> >> >> -- >> *Ed Cable* >> President/CEO, Mifos Initiative >> [email protected] | Skype: edcable | Mobile: +1.484.477.8649 >> <(484)%20477-8649> >> >> *Collectively Creating a World of 3 Billion Maries | *http://mifos.org >> <http://facebook.com/mifos> <http://www.twitter.com/mifos> >> >> > > > -- > Thanks and Regards > Santosh Math > Lead QA & Support, Community > Conflux Technologies Pvt Ltd, Bengaluru > Skype:santoshmath99 > -- *Ed Cable* President/CEO, Mifos Initiative [email protected] | Skype: edcable | Mobile: +1.484.477.8649 *Collectively Creating a World of 3 Billion Maries | *http://mifos.org <http://facebook.com/mifos> <http://www.twitter.com/mifos>
