soonaverse / soonaverse-dao

The Soonaverse is a decentralized platform for communities, enabling the seamless creation, management, and interoperability of DAOs.
https://www.soonaverse.com
Apache License 2.0
64 stars 8 forks source link

NftId and CollectionId are not included in the Transactions CSV Export function, only TokenID. Despite the UI showing both. #1059

Closed Derivs closed 1 year ago

Derivs commented 1 year ago

Describe the bug NftId and CollectionId are not included in the Transactions CSV Export function, only TokenID. Despite the UI showing both. This is needed to create data needed for tax purposes

To Reproduce Steps to reproduce the behavior:

  1. Go to Profile --> Transactions
  2. Click on 'export csv'
  3. See only tokenID

Expected behavior I was expecting a column in the csv for NftId and CollectionId

Screenshots In the UI all three fields, TokenId, NftId and CollectionId are displayed:

Screenshot 2023-02-26 at 18 14 44

In the CSV only token ID is exported

Screenshot 2023-02-26 at 18 15 35

Additional context Add any other context about the problem here.

adamunchained commented 1 year ago

Columns added. As it was a super simple fix, released into prod as well.