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

Stop using the cache #15

Open
5 tasks
Thykof opened this issue Jul 25, 2024 · 0 comments
Open
5 tasks

Stop using the cache #15

Thykof opened this issue Jul 25, 2024 · 0 comments

Comments

@Thykof
Copy link
Contributor

Thykof commented Jul 25, 2024

Stop using the cache will greatly improve user experience, pain points:

  • after allocation a domain, user can't see it immediately

  • after change the owner of a domain, use still see it but can't do anything

  • after changing the target, use still see the previous target.

  • implement NFT enumerable extension Implement ERC721 enumerable extension massa-standards#148

  • update the smart contract with the NFT enumerable extension

  • clean the smart contract code by removing all NFT functions: we must export them instead of copy-paste

  • upgrade the smart contract: call upgradeSC

  • update the frontend: don't use the cache of the explorer: the extension allows to get all NFT ids owned by the connected address. With that, we can use getDomainFromTokenId to get the list of owned domain and display them.

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

1 participant