Skip to content

Help / Feature request: Gender #22

@mattdell

Description

@mattdell

Hello,

How could I best approach including gender in my mock data? Taking that a step further, how could I include mock data of male names and female names?

I see how I can mock data at a single level (e.g. - firstNames = ['Tom', 'Dick', 'Harry']) but I'd want to have more of an array of objects

people = [{ firstName: Tom, gender: male }, { firstName: Dick, gender: male }, { firstName: Harry, gender: male }, { firstName: Sally, gender: female }, ]

Then I could couple those names and genders together. Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions