Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collection Type Schema Creation #88

Closed
Tracked by #46
vikiival opened this issue Aug 2, 2023 · 5 comments · Fixed by #202
Closed
Tracked by #46

Collection Type Schema Creation #88

vikiival opened this issue Aug 2, 2023 · 5 comments · Fixed by #202
Milestone

Comments

@vikiival
Copy link
Member

vikiival commented Aug 2, 2023

Design and include support for various collection types

@vikiival vikiival mentioned this issue Aug 2, 2023
46 tasks
@vikiival vikiival added this to the W3F milestone Aug 2, 2023
@vikiival
Copy link
Member Author

vikiival commented Aug 3, 2023

This will be done via enums

@vikiival vikiival modified the milestones: W3F, W3F M2 Aug 15, 2023
@vikiival vikiival mentioned this issue Jan 17, 2024
28 tasks
@roiLeo
Copy link
Contributor

roiLeo commented Jan 17, 2024

This will be done via enums

enum Category {
  3d
  ai
  animation
  art
  games
  generative
  meme
  music
  photography
  video
  writting
}

@vikiival
Copy link
Member Author

This was meant as

Issuer
HolderOf
Public

@roiLeo
Copy link
Contributor

roiLeo commented Jan 17, 2024

This was meant as

Issuer
HolderOf
Public

hmmm.. what's the goal? and what do these values mean?

@vikiival
Copy link
Member Author

hmmm.. what's the goal? and what do these values mean?

it's the possible types of Collection settings - aka who can mint to collection
Public - anyone - that's how paid drop works
HolderOf - holder of collection
Issuer - how "classic" minting works

@vikiival vikiival linked a pull request Jan 22, 2024 that will close this issue
@roiLeo roiLeo mentioned this issue Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants