You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by sh...@apache.org on 2018/11/26 13:08:19 UTC

[fineract] branch develop updated (26302b5 -> cb83166)

This is an automated email from the ASF dual-hosted git repository.

shruthirajaram pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git.


    from 26302b5  Merge pull request #485 from ShruthiRajaram/FINERACT_628_Products
     add be49522  FINERACT-628 Self service APIs for Surveys
     new cb83166  Merge pull request #484 from ShruthiRajaram/FINERACT-628_Surveys

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api-docs/apiLive.htm                               | 160 +++++++++++++++++++--
 .../self/spm/api/SelfScorecardApiResource.java     |  93 ++++++++++++
 .../api/SelfSpmApiResource.java}                   |  54 +++----
 3 files changed, 271 insertions(+), 36 deletions(-)
 create mode 100644 fineract-provider/src/main/java/org/apache/fineract/portfolio/self/spm/api/SelfScorecardApiResource.java
 copy fineract-provider/src/main/java/org/apache/fineract/portfolio/self/{runreport/SelfRunReportApiResource.java => spm/api/SelfSpmApiResource.java} (52%)


[fineract] 01/01: Merge pull request #484 from ShruthiRajaram/FINERACT-628_Surveys

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shruthirajaram pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit cb83166153ad21a683208813a2f6de2908a8e9f8
Merge: 26302b5 be49522
Author: ShruthiRajaram <sh...@confluxtechnologies.com>
AuthorDate: Mon Nov 26 18:38:15 2018 +0530

    Merge pull request #484 from ShruthiRajaram/FINERACT-628_Surveys
    
    FINERACT-628 Self service APIs for Surveys

 api-docs/apiLive.htm                               | 160 +++++++++++++++++++--
 .../self/spm/api/SelfScorecardApiResource.java     |  93 ++++++++++++
 .../portfolio/self/spm/api/SelfSpmApiResource.java |  62 ++++++++
 3 files changed, 305 insertions(+), 10 deletions(-)