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

introduce KYC in the dashboard #3519

Open
Tracked by #1572 ...
xmonader opened this issue Oct 9, 2024 · 5 comments
Open
Tracked by #1572 ...

introduce KYC in the dashboard #3519

xmonader opened this issue Oct 9, 2024 · 5 comments
Assignees
Labels
Milestone

Comments

@xmonader
Copy link
Contributor

xmonader commented Oct 9, 2024

Which package/s are you suggesting this feature for?

Dashboard

Is your feature request related to a problem? Please describe

Child of threefoldtech/home#1572

Describe the solution you'd like

Enforcing every user wanting to deploy on the grid to go through the KYC process

@xmonader xmonader added the type_feature New feature or request label Oct 9, 2024
@xmonader xmonader added this to the 2.6.0 milestone Oct 9, 2024
@xmonader xmonader changed the title introduce KYC introduce KYC in the dashboard Oct 9, 2024
@samaradel
Copy link
Contributor

samaradel commented Oct 15, 2024

  • in twin details, add KYC status
  • in the client twin deployment handler, check the KYC status
  • on the dashboard login/refresh, check the KYC status
  • on logout, remove the KYC status
  • KYC verification setup should be in an iframe on a separate component that should appear on the button click
  • Add documentation in manual repo

@0oM4R
Copy link
Contributor

0oM4R commented Oct 16, 2024

work completed:

  • init the kyc componet in UI
  • add kyc to profile manager store
  • block the deployments if kyc is not verified
  • add kyc client to grid client Feat: suppot TFGrid-KYC  #3531

@0oM4R
Copy link
Contributor

0oM4R commented Oct 17, 2024

nothing new waiting for the service domain to continue implementation and testing

@0oM4R
Copy link
Contributor

0oM4R commented Oct 21, 2024

WIP: integrate kyc in dashboard

add some error handling to the client, modified some method return types, now get token and status are ready will try to test the full idenfy flow tmw

@0oM4R
Copy link
Contributor

0oM4R commented Oct 22, 2024

issue update: almost done need to define error types and handle them in dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Pending Review
Development

No branches or pull requests

4 participants