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

feat: new status listingExpired for domain #29

Open
alextnetto opened this issue Dec 17, 2024 · 0 comments
Open

feat: new status listingExpired for domain #29

alextnetto opened this issue Dec 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@alextnetto
Copy link
Member

Feature request

Domains can have different status on our contract:

notListed: a domain that is on the user wallet's and could be listed
available: domain listed by the owner and available to be rented
rented: the domain is rented by a rentor
listingExpired: domain is still on the contract but the date has passed the rental max end date

stateDiagram-v2
    notListed --> available: Owner listed the domain
    available --> rented: someone rented the domain
    available --> listingExpired: passed rental max date
    rented --> available: rental ended
    listingExpired --> notListed: Unlist
    available --> notListed: Unlist
Loading
@alextnetto alextnetto added this to ENS Dec 17, 2024
@alextnetto alextnetto moved this to 🔖 TODO in ENS Dec 17, 2024
@pikonha pikonha added the enhancement New feature or request label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🔖 TODO
Development

No branches or pull requests

2 participants