Open vikiival opened 10 months ago
Make a handler that would handle user-defined collection tags from metadata to collection entity
Describe the feature
We would like to see working tags for the collections. it should be basically String[] with tags
Expected outcome
I expect that I could query collection.tags and get String[] of tags tags should come from metadata.tags. tags could be inlined as String[]
collection.tags
String[]
Reference
from #88
enum Category { 3d ai animation art games generative meme music photography video writting }
cc @exezbcz if he has seen more which gallery highlights used tech
superrare: https://superrare.com/explore
and in gallery item: https://superrare.com/0xa950cc12221acdc7609b1f81dd3fbead03aa003e/unknown-poster-15---the-10th-e-state-15
Make a handler that would handle user-defined collection tags from metadata to collection entity
Describe the feature
We would like to see working tags for the collections. it should be basically String[] with tags
Expected outcome
I expect that I could query
collection.tags
and getString[]
of tags tags should come from metadata.tags. tags could be inlined as String[]Reference