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

Auction - make registration deadline available for registrars over WHOIS and REST-WHOIS #1201

Closed
vohmar opened this issue May 15, 2019 · 5 comments · Fixed by #1572
Closed
Assignees

Comments

@vohmar
Copy link
Contributor

vohmar commented May 15, 2019

Currently there is no way to query the auctioned domain's registration deadline to verify how critical is the registration application in case registrar has not automated the registration process.

I see two option shere:
* domain:check - add the registration deadline in the reason description

  • whois - return current registration deadline for all auctioned doimains with waiting for payent or waiting for registration statuses.
@artur-intech
Copy link
Contributor

artur-intech commented Jun 4, 2019

reason element in domain:check can only be returned when domain is unavailable, but a domain in pending_registration state is considered available.

@vohmar
Copy link
Contributor Author

vohmar commented Jun 5, 2019

correct - that leaves domain:check option out and we have only whois to use in this case

@vohmar
Copy link
Contributor Author

vohmar commented Jun 5, 2019

to make the solution consistent with regular whois output for registered domains it might be a good idea to use term delete and return registration due +1 to mark the date domain is back in auction if not paid or registered

@vohmar vohmar changed the title Auction - make registration deadline available for registrars Auction - make registration deadline available for registrars over WHOIS and REST-WHOIS Mar 20, 2020
@yulgolem yulgolem self-assigned this Apr 13, 2020
@yulgolem
Copy link
Contributor

so the main question is to:

  1. Modify registry WhoisRecord to contain the auctioned domain's registration deadline
  2. Make sure that this record contains actual deadline from the auction
  3. Make sure that this record is available via whois/restwhois outputs

the deadline might be:

  1. invoice due date if invoice is not paid yet
  2. registration due (+1?) if invoice is paid

@yulgolem
Copy link
Contributor

yulgolem commented Apr 13, 2020

The plan is:

  1. Add a field to Auction model in registry.
  2. Fill this field with data during usual auction/registry integration in Api::V1::AuctionsController#update
  3. update whois data via #update_whois_from_auction
  4. show this data in whois/restwhois

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.

3 participants