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 10: As an Individual, I would like to be able to register for the Power Pay App using my smart phone #8

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

Comments

@stephane-segning
Copy link
Contributor

stephane-segning commented Mar 1, 2024

Description:

Sequence Diagram

sequenceDiagram
actor smartphoneuser
participant PPapp
participant PPservice
smartphoneuser ->> PPapp: Enter: name, number, pin
PPapp ->> PPservice: send info
PPservice ->> PPservice: checks the info
PPservice -->> PPapp: success message requesting otp code
PPapp -->> smartphoneuser:  display()
smartphoneuser ->> PPapp: enter otp code
PPapp ->> PPservice:    send otp code
PPservice ->> PPservice: stores record
PPservice -->> PPapp: success message(now a user)
PPapp -->> smartphoneuser: display 
Loading

Wireframe

Image

  • Ticket 1: Implement Registration UI
    Description: Develop the frontend components and screens for the user registration process in the Power Pay mobile app.

  • Ticket 2: Create Registration API Endpoints
    Description: Develop the backend API endpoints required for user registration in the Power Pay system.

  • Ticket 3: Implement Registration Logic
    Description: Develop the core logic for user registration in the Power Pay backend.

  • Ticket 4: Test Registration Functionality
    Description: Conduct testing and quality assurance for the user registration feature to ensure it functions correctly and securely.

  • Ticket 5: Update Documentation
    Description: Update the Power Pay app documentation to include information and instructions for the user registration process.

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

1 participant