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

🛠️ [TASK] : MVE2 integration: give temp access to newly registered users #1139

Open
2 tasks
mike-mcnulty opened this issue Nov 5, 2024 · 0 comments
Open
2 tasks
Labels
ux/ui UX/UI related issues

Comments

@mike-mcnulty
Copy link

Summary

give temp access to newly registered users

Description

As a user, I need temporary access to my account as soon as I submit a new role registration tx to chain, so that I do not need to wait for registration to be indexed / finalized on chain before I can start using the application.

GIVEN user is submitting initial role registrations
WHEN get success response from wallet extension
THEN post role0 key + staking address to backend with TEMP tag

Design Tasks

  • Consider any user messaging needed about temp vs final access (eg anything in my account?)

Frontend Tasks

  • Integrate with backend to post metadata at same time posted to chain

Architecture Tasks

  • Define db design and labels to differentiate temp (internal only) vs tentative (on chain, not finalized) vs final (on chain, final) registrations
  • Define expiration of temp registration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ux/ui UX/UI related issues
Projects
Status: New
Development

No branches or pull requests

1 participant