-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Location] Add support for generating rooms #3733
Copy link
Copy link
Open
Labels
c: featureRequest for new featureRequest for new featurem: locationSomething is referring to the location moduleSomething is referring to the location modules: waiting for user interestWaiting for more users interested in this featureWaiting for more users interested in this feature
Metadata
Metadata
Assignees
Labels
c: featureRequest for new featureRequest for new featurem: locationSomething is referring to the location moduleSomething is referring to the location modules: waiting for user interestWaiting for more users interested in this featureWaiting for more users interested in this feature
Fields
Give feedbackNo fields configured for issues without a type.
Clear and concise description of the problem
As a developer using Faker, I want the location module to generate random rooms commonly found in a typical home. This would be useful for scenarios such as describing the placement of IoT devices or for real estate related applications.
Suggested solution
In the location module, we could add a new method to generate random rooms:
Alternative
I currently use
faker.helpers.arrayElementwith an array of rooms suitable for my app.Additional context
N/A