mojaloop / project

Repo to track product development issues for the Mojaloop project.
Other
26 stars 15 forks source link

DFSP Onboarding #3665

Open zinzinnyohlaing-tw opened 1 year ago

zinzinnyohlaing-tw commented 1 year ago

task 0

  1. Create tables
    • Table to store data received from Mojaloop
  2. Update the Table structure

task 1

  1. Back-end scheduled command to perform GET /participants on Mojaloop to get DFSP ID and Names.
  2. Store them in Local DB.

task 2

  1. Create this page for DFSP Onboarding
  2. Drop Down to select DFSP ID, Name should automatically get populated.
  3. Business License ID and Logo and whether DFSP uses portal (these are inputs)
  4. On Save, just store them in Database

  5. Test Case writing
    • Create a new DFSP (happy path)
    • Try to create a DFSP which is already created - (negative case)
    • License ID contains special character - (negative case)
  6. Development
  7. Unit Testing using Test cases
  8. Prepare the build, go into CI
  9. User Acceptance
    • Front end - checks. Image (does not exceed size)
    • License ID - only allow Alph-numeric
ei-nghon-phoo commented 1 year ago

For more detail, please see following product documentation @iMoSyS-MW https://github.com/mojaloop/merchant-payment-docs/blob/PI23-Sprint-1-Requirements/PI23-Sprint-1-Features/Adding-New-DFSP.md

iMoSyS-MW commented 1 year ago

Thank you