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

Handler schema #454

Merged
merged 4 commits into from
Apr 27, 2023
Merged

Handler schema #454

merged 4 commits into from
Apr 27, 2023

Conversation

dpgraham4401
Copy link
Member

Description

This PR adjust the haztrak manifest schema (currently using zod) by defining the generator, transporter and TSDF as their respective handler schema (gen and TSD are Handlers, transpoters are Transporters).

Attempting to save a manifest will fail validation since we are missing the emergencyPhone field.

Issue ticket number and link

closes #450
closes #449
closes #448
closes #447

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@github-actions github-actions bot added client Related to front end workings (React/Redux) test Unit tests are, or need to be, included labels Apr 27, 2023
@dpgraham4401 dpgraham4401 merged commit 1760411 into USEPA:main Apr 27, 2023
@dpgraham4401 dpgraham4401 deleted the handler_schema branch April 27, 2023 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Related to front end workings (React/Redux) test Unit tests are, or need to be, included
Projects
None yet
1 participant