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

Feature: Proposed feature in upcoming version #44

Closed
codeperfectplus opened this issue Oct 30, 2022 · 5 comments · Fixed by #52
Closed

Feature: Proposed feature in upcoming version #44

codeperfectplus opened this issue Oct 30, 2022 · 5 comments · Fixed by #52
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@codeperfectplus
Copy link
Member

codeperfectplus commented Oct 30, 2022

Proposed Feature in Upcoming version(Draft)

  1. Data should be generated based on Gender. fname file will be rewritten. There will be 2 files.
  • fname_male.txt
  • fname_female.txt
  1. Generate Geo Coordinate, should be from the same city.
  • 40° 43' 50.1960'' N and 73° 56' 6.8712'' W.
  1. Generate Father/Mother's name as well in the profile section.
  • fname_male.txt and fname_female.txt` will be required for this task
  1. Generate fake Credit/Debit Card
  • 3774-1517-3429-7001, 07/29
  1. with the job title there should be job experience it should match with age 😁.
  • output key name - job_experience

Current Output Format

{
  "first_name": "Kyler",
  "last_name": "Mcclain",
  "hair_color": "brown",
  "blood_type": "(AB-)",
  "full_name": "Kyler Mcclain",
  "DOB": "10/11/1953",
  "age": 69,
  "height": 199,
  "weight": 106,
  "phone": "+1-405-968-1870",
  "address": "268 Pearl St. South Park IL 19112",
  "email": "[email protected]",
  "job_title": "School Teacher",
  "ip_address": "189.214.121.77"}

@ExpressHermes Thanks for the suggestion and your input on the proposed features.

@codeperfectplus codeperfectplus added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Oct 30, 2022
@DavidCano98
Copy link
Contributor

Hey, @codeperfectplus , could you please assign mne to this issue? Would like to work on it in the comming days :)

@codeperfectplus
Copy link
Member Author

@DavidCano98 There are 5 issues, please let me know on which issues you want to contribute. I have added more details about the task. we can discuss more if needed. Please suggest if there is anything that needs to improve in the task.

@DavidCano98
Copy link
Contributor

I'd actually like to contribute to all 5 points in this issue. And also yes, I can see the description has been updated, thank you for the details.

@DavidCano98
Copy link
Contributor

btw @codeperfectplus , I sent you (I assume it's you) a friend request on Discord where I'd like to ask about a few things, could you please accept when you are able to?

@codeperfectplus
Copy link
Member Author

@DavidCano98 I didn't get any friend requests. I am sharing my discord ID
soundsLikecrazy#9794

@codeperfectplus codeperfectplus linked a pull request Nov 7, 2022 that will close this issue
2 tasks
codeperfectplus pushed a commit that referenced this issue Nov 7, 2022
* add gender options for first names

* add gender options for first names, random card

* add job experience according to years of age

* add parameter option for logging (not implemented yet)

* add handpicked locations to cities in list

* add float coords generation

* add coordinates string formatting

* fix ages in job level generation

* start of unit tests

* add more tests

* add assertregex ussage in tests

* fix missing imports

* lint fixes

* two lines padding before class
codeperfectplus added a commit that referenced this issue Nov 17, 2022
* better cli output

* updating documentation

* updating documentation

* updating badge

* updating changelog

* Update publish.yml

* updating setup.py

* Update README.md

* first stable release

Signed-off-by: Deepak Raj <[email protected]>

* Update CHANGELOG.md

* updating cli

* refactoring code

Signed-off-by: Deepak Raj <[email protected]>

* fixing flake8 error

* bug fixed

Signed-off-by: Deepak Raj <[email protected]>

* tested

* flake8 error

* flake8 error

* refactroing code

* updating docs

Signed-off-by: Deepak Raj <[email protected]>

* test cases updated

* test cases updated

* adding scripts for release automation (#49)

* bumping version 1.0.0 to 2.0.0 (#50)

* adding scripts for release automation

* v2.0.0 releasing

* updating changelog

Signed-off-by: Deepak Raj <[email protected]>

* Delete update_package.sh

* Update FUNDING.yml

* Update FUNDING.yml

* Issue #44 (#52)

* add gender options for first names

* add gender options for first names, random card

* add job experience according to years of age

* add parameter option for logging (not implemented yet)

* add handpicked locations to cities in list

* add float coords generation

* add coordinates string formatting

* fix ages in job level generation

* start of unit tests

* add more tests

* add assertregex ussage in tests

* fix missing imports

* lint fixes

* two lines padding before class

* solving git conflict

* refactoring code

Signed-off-by: Deepak Raj <[email protected]>

* refacoting code and changelog update

* Update FUNDING.yml

Signed-off-by: Deepak Raj <[email protected]>
Co-authored-by: Rahul Sharma <[email protected]>
Co-authored-by: DavidCano98 <[email protected]>
codeperfectplus added a commit that referenced this issue Nov 17, 2022
* better cli output

* updating documentation

* updating documentation

* updating badge

* updating changelog

* Update publish.yml

* updating setup.py

* Update README.md

* first stable release

Signed-off-by: Deepak Raj <[email protected]>

* Update CHANGELOG.md

* updating cli

* refactoring code

Signed-off-by: Deepak Raj <[email protected]>

* fixing flake8 error

* bug fixed

Signed-off-by: Deepak Raj <[email protected]>

* tested

* flake8 error

* flake8 error

* refactroing code

* updating docs

Signed-off-by: Deepak Raj <[email protected]>

* test cases updated

* test cases updated

* adding scripts for release automation (#49)

* bumping version 1.0.0 to 2.0.0 (#50)

* adding scripts for release automation

* v2.0.0 releasing

* updating changelog

Signed-off-by: Deepak Raj <[email protected]>

* Delete update_package.sh

* Update FUNDING.yml

* Update FUNDING.yml

* Issue #44 (#52)

* add gender options for first names

* add gender options for first names, random card

* add job experience according to years of age

* add parameter option for logging (not implemented yet)

* add handpicked locations to cities in list

* add float coords generation

* add coordinates string formatting

* fix ages in job level generation

* start of unit tests

* add more tests

* add assertregex ussage in tests

* fix missing imports

* lint fixes

* two lines padding before class

* solving git conflict

* refactoring code

Signed-off-by: Deepak Raj <[email protected]>

* refacoting code and changelog update

* Update FUNDING.yml

* fixing bug the project link and formated code base with flake8 (#53)

Signed-off-by: Deepak Raj <[email protected]>
Co-authored-by: Rahul Sharma <[email protected]>
Co-authored-by: DavidCano98 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants