data-dex
data-dex copied to clipboard
Implement a tags feature for Data NFTs
Talked with @newbreedofgeek about who should be able to add and remove tags for a data NFT Let’s go with : only Creator can manage tags - but can only manage tags when:
- when he mints the NFT
- when he still has supply under his control (he has not sold everything) Manage tags = create, delete
As this has been implemented on backend, @Enciusan can coordinate with @bucurdavid to implement this after we have our meeting and I can explain the architecture behind it
This is already implemented in the backend.
Need to:
- Coordinate with @bucurdavid so he helps you with API integration
- Coordinate with @newbreedofgeek so he gives you a wireframe
These functionalities should be present:
- In the wallet, the creator of a Data NFT should be able to add tags for that Data NFT
- In the marketplace, users should be able to filter Data NFTs by tags
@icegriffinguru Wireframes are ready.
See the bottom row, final frame - https://www.figma.com/file/TyEWRaeFO1c5iUgvbF1dMI/Data-DEX---Data-NFT-V1-(NFT-FT)?type=design&node-id=0%3A1&mode=design&t=WCJwnWkEUllKqCOp-1
UI/UX Requirements are in the Figma.
This ticket should ideally be done AFTER https://github.com/Itheum/data-dex/issues/794
FYI - I've done wireframes based on this Chakra autocomplete tool. Not sure if it's any good or we can just natively build it in ChakraUI ourselves. https://github.com/koolamusic/chakra-ui-autocomplete
CC @damienen