You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Description
Sequence Diagram
Wireframe
Tickets
The text was updated successfully, but these errors were encountered: