Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Target release
Epic
Source Code
Project StatusPRE-PLANNING
Document statusDRAFT
Document ownerChannaS
DesignerSander van der Heyden
DevelopersChannaS
QA

Project Summary

Goals

    • Implement back-end logic in MifosX required to make information available to the client impact portal
    • Implement UI and back-end logic of the Client impact portal

Background, Impact, and User Need

Microfinance institutions usually work with various external parties, such as funders or investors. Using the data that is available in MifosX we would like to offer those stakeholders a seperate portal showing accurate and high-level information about the institution that would otherwise be reported manually by the institution. This information helps them in their decision making processes, but also enables them to assess the broader impact they are having with their funding.

 

Following high level information will be fetched from back end to show in front end UI application.

LoansDescription
Outstanding Loans (principal)Outstanding principal of all outstanding loans of the institution
Outstanding Loans (number)

Total number of all outstanding loans of the institution

PAR 1 (%)The outstanding principal of all outstanding loans of the institution that have at least one payment >1 day in arrears divided by the Outstanding Loans and shown as a %
PAR 30 (%)The outstanding principal of all outstanding loans of the institution that have at least one payment >30 day in arrears divided by the Outstanding Loans and shown as a %
SavingsDefinition
Voluntary Savings (amount)Sum of the balances of all voluntary savings accounts in the institution
Compulsory Savings (amount)Sum of the balances of all compulsory savings accounts in the institution
ClientsDefinition
Total number of clientsThe total number of clients that have at least one outstanding loan and/or an open position (savings, deposits)

Deliverables

  1. Back end API code for impact portal (source code with comments and test cases)
    1. Generating the datapoints listed above for clients, loans, savings
      1. Writing the SQLs
      2. Adding the APIs
    2. Datapoints generated and cached in the DB for performance
  2. Update API documentation and wiki page
    1. How to use this new API endpoint for retrieving data
    2. How to extend the number of datapoints
  3. Impact Portal Front end (Source code)
  4. User manual/ Documentation 

Project Implementation Plan

  1. Creating Impact Portal Front end
    • Basic User log in windows/UI
    • Front end application storage/sql for user accounts

    2. Back end user login for front end requests
    3. Run report API changes for retrieve high level client details

    • Clients
    • Loans
    • Savings


   4. Front End development to view user data
   5. testing/documentation

 

 

 

Schedule/Timeline

Additional Resources

Requirements

Assumptions

User Stories

#TitleUser StoryImportanceNotes
1
     

User interaction and design

Questions

Below is a list of questions to be addressed as a result of this requirements document:

QuestionOutcome

Not Doing

  •  

  • No labels