-
Notifications
You must be signed in to change notification settings - Fork 7
fix case of subdomain term #382
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one nit, otherwise LGTM; thanks for picking this up so quickly!
As an aside, there is also an argument to be made that the phrase "Base Domain Name" is a bit confusing. Technically, something like code.org
is just called a "base domain", and consists of two parts: the "domain name" (code
) and the "top-level domain" (org
). We're kind of smashing together the two different-but-related concepts of "base domain" and "domain name" to produce a phrase which I think we consistently use to refer to just one of those concepts. Either way, though, that's a discussion for another PR.
beta-template.yml.erb
Outdated
Type: String | ||
Description: Sub domain name for javabuilder service. | ||
Description: Sub domain name for javabuilder service (e.g. 'javabuilder' in 'javabuilder.code.org'). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
Description: Sub domain name for javabuilder service (e.g. 'javabuilder' in 'javabuilder.code.org'). | |
Description: Subdomain name for javabuilder service (e.g. 'javabuilder' in 'javabuilder.code.org'). |
Looks like the corresponding line in 3-app
already got updated!
I don't know what the best term is here for domain + tld, I avoided
Edit-to-add: Changing those additional urls, alarms, etc, would probably break continuity with some existing logs and data, and would at the very least need to be strategically timed to ensure we have useful data for the school year. |
Best term I'd say for
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit - feature branch name is way too hilarious
discussion of whether we need to maintain log/alarm continuity: https://codedotorg.slack.com/archives/C03DBDN67B7/p1675465733136349 |
I'm nearly certain this variable rename would be a no-op on the actual template.