-
Notifications
You must be signed in to change notification settings - Fork 14
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
Rename empty choice option from Not Disclosed to Not Available #30
Comments
I think they're both the same, we should just normalize down to @peeringdb/pc thoughts? |
+1 normalize to empty string |
(RE: Camel Casing, I would fork that to a new issue @paravoid - that's more controversial ;) |
I missed the camel casing thing on the end (and it's not camel casing per se, it's just capitalized words) -- created #32 |
+1 normalize to empty string |
Ping! |
Shouldn't that be in peeringdb instead of django-peeringdb? |
The ambiguous constant mapping is in this project, under const.py: RATIOS = (
("", _("Not Disclosed")),
("Not Disclosed", _("Not Disclosed")),
[…] If that needs to be normalized so then… yeah, probably cross-project effort. |
@arnoldnipper as @paravoid said, but the peeringdb project uses this code, so it's only here. |
OK, I expect this to a) be controversial, b) to have to wait for the "new translation server" (like in #24), but here goes anyway:
For a lot of the choice fields, the choices are:
This is confusing, and results in e.g. search forms that look like this:
I'd argue that it would be better to rename the former to "Not Available", as that's what it really is, right? Thoughts?
[ Also, while we're here... why the Camel Case capitalization on this and other strings (such as "Not Required", "Heavy Outbound" etc.)? ]
The text was updated successfully, but these errors were encountered: