solenedel / luxe3

https://luxe3.vercel.app
0 stars 0 forks source link

To do list #1

Open solenedel opened 4 months ago

solenedel commented 4 months ago

MISC/BUGS

chronological:

  1. Figure out how to get all NFTs posted in a collection and list them on the front end
  2. add List for sale functionality (set price here)
  3. implement buyNFT functionality
  4. implement holding/locking funds until reception is confirmed (do at the very end)

Other:

solenedel commented 4 months ago

getTokenURI works 1/2 times, properly due to state of the tokenURI being set improperly in the front end

solenedel commented 4 months ago

THE PROBLEM: there is not token URI for some reason.

The mintedNFT doesn't show anything for the URI (anymore). so the axios request goes to /undefined instead of /cid

solenedel commented 4 months ago

THE PROBLEM IS THAT YOU HAVE TO WAIT SEVERAL SECONDS FOR THE URI TO CHANGE IN THE STATE BEFORE YOU PRESS THE MINT BUTTON WTF

solenedel commented 4 months ago

BLOCKED BY CORS

solenedel commented 4 months ago

THURSDAY TO DO LIST:

solenedel commented 4 months ago

BUG:

solenedel commented 4 months ago
solenedel commented 4 months ago

opti: token list array should be generated in the front end using the tokenIdCounter

solenedel commented 4 months ago

opti: limit the number of NFTs per collection.

solenedel commented 4 months ago

PROBLEM: the admin collection is interfering with the events and hascollection variable,???

solenedel commented 4 months ago

but this only happens when click on the create new collection (event firing)

solenedel commented 4 months ago

BUG: need to click twice on show tokens for them to show up

solenedel commented 4 months ago

fix account with address from useAccount()

solenedel commented 4 months ago

addCID function is not needed/?

solenedel commented 4 months ago

TO DO: implement showing all NFTs (from any collection) owned by a user.