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

create data builder #621

Closed
5 tasks
drjova opened this issue Nov 27, 2024 · 0 comments
Closed
5 tasks

create data builder #621

drjova opened this issue Nov 27, 2024 · 0 comments
Assignees
Milestone

Comments

@drjova
Copy link
Contributor

drjova commented Nov 27, 2024

The data schema for the records is similar to the literature schema.

Tasks

  • Review the existing literature builder implementation.
  • Identify the commonalities and differences between the new data schema and the literature schema.
  • Create a new builder class that accommodates the specific requirements of the new schema.
  • Implement the builder with methods to handle required and optional fields efficiently.
  • Write tests to ensure the builder creates valid records and handles edge cases.

Acceptance Criteria

  • A functional builder is created for the schema.
  • Records can be easily generated using the builder.
  • Tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants