-
Notifications
You must be signed in to change notification settings - Fork 278
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
street address? #76
Comments
There are several issues/thoughts in one:
For this reason, it is hard for this issue to be specifically actionable, and for it to gain traction. Also, the title Which issue/thought is most important to you? |
According to the issue's title, the street thing was most important to @danvideo I guess. I've added this as a more targeted issue here: #77 Regarding the |
We shouldn't use |
"Postal code" is the most general and common writing: http://en.wikipedia.org/wiki/Postal_code "Street" is probably too narrow, you're right. |
Proposal: |
@dandydev +1 |
I suspect that an |
And couldn't you include that information in one field? |
I have never seen it on one line. If it were to be one line, it would be between 41 - 48 characters in this case. |
Seems a valid reason :) Revised proposal: Please vote +1 if agree. |
+1 Happy to dogfood it soon. :) |
I need to convince my wife to move to a fancier place that requires two addressLines ;) |
OT: Create another issue for that. :P |
@opensourcegrrrl and @dandydev -1 on that. The specification should not be adjusted for styling purposes. What if someone else needs three lines then? You can just enter line breaks into the single |
But when you enter linebreaks into fields, you actually do include styling into your resume. There is precedent for having two address lines. [This article] does a nice explanation of different address formats in web forms, tailored to different national standards. Especially the chapter about Generic Formats towards the end of the article, seems to support our notion of having two address lines. Incidentally, it also deals with the Sate/Region problem (in a way that does not apply to our spec, but it's enlightening anyways). In conclusion: I think there are enough scenarios in which one address line/street field isn't convenient for describing an address. Having two address lines solves that problem, and is an easy way of catering to many different address formats. |
@dandydev What was that link? |
This issue has been elevated to |
@dandydev No, if we add a separate We should let the user enter whatever they want and, on our part, prefer not to include any styling/design issues in the specification, which should be more abstract and concentrate on the data. The address is a single unit of information, so you should not split it up into several fields in the specification. By the way, your proposal of two address fields may not be enough, if that's the way we want to take this. |
+1 @mwaclawek's approach. Great clarification and reasoning, and it seems to solve my problem. Next, how would the code comment read? How about this: "To add an address line, use \n. For example, 1234 Glücklichkeit Straße\nHinterhaus 5. Etage li." |
Sorry, this is the link: http://www.uxmatters.com/mt/archives/2008/06/international-address-fields-in-web-forms.php |
PR in #102 |
I botched up my PR, but @mwaclawek created a new one, which has now been merged. |
I created an additional PR for clarifying how to add multiple address lines, as per @opensourcegrrrl 's example. Please review and merge :) #111 |
Great work guys and thanks @dandydev ! |
Nice work. I was wondering - was it a specific design decision NOT to include an "address" field in location? All job forms I've ever filled out required a specific address. Also you might want to consider the equivalent of "zip code" (obviously something accepted more world-wide such as "post code").
I know this is probably WAY overcomplicating the schema - but have you considered creating a "desiredWorkLocations" key that could take options city/states/postcodes/rangeFrom (km), also "desiredWorkPositions" that could list specific job titles? This may help the job sites sort out what jobs to pair people with.
The text was updated successfully, but these errors were encountered: