We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a admin user goes through the site registration flow, they have to prove ownership of the site within a predefined number of days.
The "predefined number of days" is currently hard-coded into the codebase.
See here:
server/src/routes/admins/sites/get-single.ts
Line 62 in a8d3826
This means that if business requirements change, I need to submit a PR to update that hard-coded value and then deploy the change.
Figure out a way to be able to dynamically update the expiry threshold in any environment.
The text was updated successfully, but these errors were encountered:
For reference:
server/src/resources/sites.ts
Line 11 in 8e2e985
Sorry, something went wrong.
No branches or pull requests
Context
When a admin user goes through the site registration flow, they have to prove ownership of the site within a predefined number of days.
Problem
The "predefined number of days" is currently hard-coded into the codebase.
See here:
server/src/routes/admins/sites/get-single.ts
Line 62 in a8d3826
This means that if business requirements change, I need to submit a PR to update that hard-coded value and then deploy the change.
Desired Outcome
Figure out a way to be able to dynamically update the expiry threshold in any environment.
The text was updated successfully, but these errors were encountered: