drewcook / arbor-ui

A collaborative, music-making NFT platform for artists and collectors, built on Ethereum.
https://arbor.audio
GNU General Public License v3.0
7 stars 7 forks source link

Migrate off-chain group IDs from mongodb to on-chain #169

Closed drewcook closed 2 years ago

drewcook commented 2 years ago

Bug Notes

Currently, project Id and steam Id are managed in MongoDB. But this is not the right way to store id off-chain. If we record from the database then we can not retrieve project & stem ids.

Steps to Reproduce

  1. Create a new project.
  2. Create a new stem in the project.
  3. Observe all IDs only available off-chain.

References