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

Create verification model #309

Open
sulton-max opened this issue Feb 7, 2024 · 0 comments
Open

Create verification model #309

sulton-max opened this issue Feb 7, 2024 · 0 comments
Labels
feature New functionality or enhancements frontend Client side logic, user interface high Important with high priority

Comments

@sulton-max
Copy link
Collaborator

sulton-max commented Feb 7, 2024

Create verification page

Description

We have processes that requires verification process, often this is done by sending notification to email / sms addresses. Received notification will contain link to frontend page that will send request to backend to process verification.

Currently notifications API isn't integrated with identity API, so you can just send verification email to a seed data user to validate the implementation in Program.cs directly

Requirements

  • add email template seed data
  • when verification email is received it should lead to verification page
  • verification page need to send request to the backend

Deliverables

  • VerificationPage - page that sends verification request to the API and routes to BannerPage based on the response
  • BannerPage - just a page with color, content and icon route params
  • VerificationEndpointsClient - axios client to send requests to verification endpoints
@sulton-max sulton-max added feature New functionality or enhancements high Important with high priority frontend Client side logic, user interface labels Feb 7, 2024
@sulton-max sulton-max added this to AirBnB Feb 7, 2024
@sulton-max sulton-max moved this to In Progress in AirBnB Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality or enhancements frontend Client side logic, user interface high Important with high priority
Projects
None yet
Development

No branches or pull requests

1 participant