Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User story: As a PP User, I'd like to send money to another PP User using the Smartphone - Use-case v1 #19

Open
5 tasks done
stephane-segning opened this issue Mar 1, 2024 · 0 comments

Comments

@stephane-segning
Copy link
Contributor

stephane-segning commented Mar 1, 2024

  1. Description

  2. Sequence Diagram
    Image

  3. Wireframe
    Image

Tickets

  • Implement Recipient's data input in the Frontend (PWA): A user should give the recipient's data and the amount to be sent.
  • Implement user pin input in the Frontend (PWA): A user should give his PIN to validate the transaction
  • Implement OK screen in the Frontend (PWA): A user should see a confirmation page for the succeeded transaction
  • Implement the sendMoney(recPN, amount) function (REST API): Send money to another user and save the transaction into the database. Handle error cases, and return a corresponding error code to the user. This function returns a the recipient's name (data) and the amount of the transaction, plus the transaction (data).
  • Implement the validateTransactionWithPin(transactionId, pin) function (REST API): Confirm a user's pin for a procedure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready
Development

No branches or pull requests

2 participants