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

#2714 prepare to define full day zero schema #2782

Merged
merged 8 commits into from
Jul 26, 2022
Merged

Conversation

iamleeg
Copy link
Contributor

@iamleeg iamleeg commented Jul 26, 2022

In this branch:

  • all document validation is made generic (i.e. no field names/types are assumed in the validation logic) and pushed up to the Document class.
  • all fields are defined using the Field model, including those on the day zero schema.
  • DayZeroCase class is removed as these fields can be added directly to the Case class.
  • JSON file defining the day zero data dictionary.

With these changes in place, we can easily implement the day zero data dictionary by editing the JSON file.

@iamleeg iamleeg merged commit c5b1520 into main Jul 26, 2022
@iamleeg iamleeg deleted the 2714_day_zero_schema branch July 26, 2022 10:55
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.

None yet

2 participants