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

[Onboarding Flow] - Profile Service Link Verification Page #730

Closed
7 tasks
shubhamsinghbundela opened this issue Nov 6, 2023 · 0 comments
Closed
7 tasks
Assignees

Comments

@shubhamsinghbundela
Copy link
Contributor

shubhamsinghbundela commented Nov 6, 2023

[Onboarding Flow] - Profile Service Link Verification Page

Overview:

A page that displays the response from the Identity Service. The page should indicate whether my request is pending, verified, or blocked.

User Stories:

  • As a user in the onboarding flow, I should be directed to the "Profile Service Link Verification Page" after completing the profile linking process.
  • As a user, The page should clearly show if my request is pending, verified, or blocked.
  • As a user, On the "Profile Service Link Verification Page," I should see a clear indication of the response from the Identity Service.
  • As a user, If profileStatus is "pending," then I see reload button which reload the page
  • As a user, If profileStatus is "blocked" then I see next button which take me to the chaincode page.
  • As a user, If profileStatus is "verified" then I see next button which take me to the discord link page.

Requirement:

Design Doc https://docs.google.com/document/d/1ra6Nagmfbywhc8-_fRtmv1K688uDwqLQTOH-Om2t7oE/edit?usp=sharing

Wireframe: https://excalidraw.com/#json=YTa926cvq2ii71x1o74JV,s1pCCLxvb5OCb-EEL45bIQ

image

Acceptance Criteria:

  • TDD
  • Upon successful completion of the profile linking process in the onboarding flow, the user should be automatically directed to the "Profile Service Link Verification Page."
  • The "Profile Service Link Verification Page" should prominently display the user's profileStatus (pending, verified, or blocked).
  • If the profileStatus is "pending," the page should include a "Reload" button, which allows the user to refresh or reload the page to check for updates.
  • If the profileStatus is "blocked," the page should include a "Next" button that, when clicked, directs the user to the "Chaincode Page."
  • If the profileStatus is "verified," the page should include a "Next" button that, when clicked, directs the user to the "Discord Link Page."
  • Under feature flag

Subtasks:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant