Each nftRecord in AssetTree could have one or more NFT, not collecting all NFTs #319
Labels
capture
Issues or FR related to Capture
feature-request
With this feature, it will be better
scheduled
Is your feature request related to a problem? Please describe.
According to the Asset Tree Spec:
However, using
nftRecord
as a database of all NFT records for an asset make it more difficult to make commits, since it requires the committer to retrieve all previous NFT records of the asset before making a new commit. The effort is non-trivial, and collecting all NFT information of an asset is a feature that is already completed by the NSE service. It would be more ideal to delegate the NFT database job to NSE, instead of requiring the committer to collect all previous NFT information in existing asset trees before making a new commit.If it is not required for the committer to make a list of all associated NFTs in
nftRecord
, it would be nice to provide a clearer description to let the committer know they only need to add the NFT associated with the current commit.Describe the your user story
As a Nit commit user and NFT developer, I want to commit only the NFT I created in
nftRecord
, instead of being responsible of collecting all previousnftRecord
and append my new NFT to it.Describe the solution you'd like
Whether or not I could do this is not very clear in the spec, so I'd like the spec to update and give a clearer definition to address the concern described above.
Describe alternatives you've considered
N/A
Select label
General
Additional context
N/A
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: