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

Handle the asset data after successful mint #316

Open
royscheeren opened this issue Oct 22, 2024 · 3 comments
Open

Handle the asset data after successful mint #316

royscheeren opened this issue Oct 22, 2024 · 3 comments

Comments

@royscheeren
Copy link
Contributor

royscheeren commented Oct 22, 2024

Problem statement

Keeping the asset and the status of the asset shall move to "minted".

states

  • (validated) no backend communication. No storing happend yet.
  • processing
  • pending (same as readyToMint)
  • minted
  • indexed

Dod

The db is updated to handle a completed asset.
The mint button does not show up.
Interactions are shown according to the states.

@royscheeren royscheeren added this to the ENVITED User Meeting milestone Oct 22, 2024
@jdsika jdsika changed the title Handle the temporary asset data after successful mint Handle the asset data after successful mint Nov 5, 2024
@jdsika
Copy link
Contributor

jdsika commented Nov 8, 2024

remark

On uploading an asset the user has to press the website refresh button to see the status change. 'processing' to 'pending' should automatically update visually

@royscheeren
Copy link
Contributor Author

Most of this is done at the moment. It needs a sanity check and polishing.

@jdsika
Copy link
Contributor

jdsika commented Dec 4, 2024

connected with #334

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

No branches or pull requests

2 participants