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

Pronouns #1248

Open
matthewmayer opened this issue Aug 9, 2022 · 6 comments
Open

Pronouns #1248

matthewmayer opened this issue Aug 9, 2022 · 6 comments
Labels
c: feature Request for new feature m: person Something is referring to the person module s: awaiting more info Additional information are requested s: waiting for user interest Waiting for more users interested in this feature
Milestone

Comments

@matthewmayer
Copy link
Contributor

matthewmayer commented Aug 9, 2022

Clear and concise description of the problem

Many online services now allow users to specify their pronouns e.g.
https://slack.com/help/articles/1500011115781-Manage-pronoun-and-name-pronunciation-display-for-member-profiles
https://www.linkedin.com/business/talent/blog/talent-acquisition/pronouns-you-might-see-on-candidate-profiles
https://support.zoom.us/hc/en-us/articles/4402698027533-Adding-and-sharing-your-pronouns

For generating realistic fake profiles it would be useful to have a faker method to generate pronouns

Suggested solution

Add faker.name.pronouns()

Although there are many neo-pronouns, a simple implementation could just be a random selection from
he/him
she/her
they/them
in English, and suitable localizations for other languages.

Alternative

You could just do this manually

Additional context

No response

@matthewmayer matthewmayer added the s: pending triage Pending Triage label Aug 9, 2022
@Shinigami92 Shinigami92 added c: feature Request for new feature s: needs decision Needs team/maintainer decision m: person Something is referring to the person module and removed s: pending triage Pending Triage labels Aug 9, 2022
@ST-DDT ST-DDT added s: awaiting more info Additional information are requested s: waiting for user interest Waiting for more users interested in this feature and removed s: needs decision Needs team/maintainer decision labels Jan 26, 2023
@ST-DDT
Copy link
Member

ST-DDT commented Jan 26, 2023

@matthewmayer Is this specifically for bios or just a way to generate pronouns?

@ST-DDT ST-DDT added this to the vFuture milestone Jan 26, 2023
@matthewmayer
Copy link
Contributor Author

Just pronouns. It's quite common on social media profiles, to have a specific field for pronouns. Instagram and LinkedIn have them for example.

@ST-DDT
Copy link
Member

ST-DDT commented Jan 26, 2023

There are different variants of pronouns he vs him (er vs ihm) and I'm sure there are different names for them in every language.
Which ones do we support or how do we support switching between them?

@matthewmayer
Copy link
Contributor Author

the common way in English to write this seems to be just subject pronoun / object pronoun.

ie this would just be effectively:

faker.helpers.arrayElement(["he/him","she/her","they/them"])

@ST-DDT ST-DDT added s: waiting for user interest Waiting for more users interested in this feature and removed s: waiting for user interest Waiting for more users interested in this feature labels May 5, 2023
@github-actions
Copy link
Contributor

github-actions bot commented May 5, 2023

Thank you for your feature proposal.

We marked it as "waiting for user interest" for now to gather some feedback from our community:

  • If you would like to see this feature be implemented, please react to the description with an up-vote (:+1:).
  • If you have a suggestion or want to point out some special cases that need to be considered, please leave a comment, so we are aware about them.

We would also like to hear about other community members' use cases for the feature to give us a better understanding of their potential implicit or explicit requirements.

We will start the implementation based on:

  • the number of votes (:+1:) and comments
  • the relevance for the ecosystem
  • availability of alternatives and workarounds
  • and the complexity of the requested feature

We do this because:

  • There are plenty of languages/countries out there and we would like to ensure that every method can cover all or almost all of them.
  • Every feature we add to faker has "costs" associated to it:
    • initial costs: design, implementation, reviews, documentation
    • running costs: awareness of the feature itself, more complex module structure, increased bundle size, more work during refactors

View more issues which are waiting for user interest

@LauraWebdev
Copy link

With the increase of profiles having a dedicated pronouns field, this would definitely be something worth to develop. I've had to fallback with a random selection for mocking my API for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: feature Request for new feature m: person Something is referring to the person module s: awaiting more info Additional information are requested s: waiting for user interest Waiting for more users interested in this feature
Projects
None yet
Development

No branches or pull requests

4 participants