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

Implement a basic version of data generator #25

Merged
merged 6 commits into from
May 10, 2024

Conversation

Bardin08
Copy link
Owner

@Bardin08 Bardin08 commented May 10, 2024

This is a very basic (naive) implementation with many uncompleted aspects like constraints handling and using providers, which require additional parameters.

Newcomings with this PR:

  • Contracts for all data generation modules.
  • Sql Script Generator.
  • Data Generation according to the scheme (with FKs).
  • Using Bogus as a data generator.
  • Implement dynamic bogus usage strategy. New generators will be available by default if they are added to the Bogus.

Copy link

sonarcloud bot commented May 10, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@Bardin08
Copy link
Owner Author

Further work will be completed in the scope of #26, #27

@Bardin08 Bardin08 added this to the v0.1.0 milestone May 10, 2024
@Bardin08 Bardin08 merged commit 9228498 into master May 10, 2024
1 of 2 checks passed
@Bardin08 Bardin08 deleted the vbardin/data-generation-skeleton branch May 14, 2024 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant