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

Add VidCommon enum to support both VID schemes #2740

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

bfish713
Copy link
Contributor

@bfish713 bfish713 commented Mar 7, 2025

This change introduces a new VidCommon enum to support both ADVZ and AVIDM VID schemes. Key modifications include:

  • Replacing Option with a VidCommon enum
  • Adding support for V0 (ADVZ) and V1 (AVIDM) VID common data
  • Modifying fetching, persistence, and query service components to work with the new enum

Closes #<ISSUE_NUMBER>

This PR:

This PR does not:

Key places to review:

This change introduces a new VidCommon enum to support both ADVZ and AVIDM VID schemes. Key modifications include:
- Replacing Option<ADVZCommon> with a VidCommon enum
- Adding support for V0 (ADVZ) and V1 (AVIDM) VID common data
- Modifying fetching, persistence, and query service components to work with the new enum
@bfish713 bfish713 changed the title Add VidCommon enum to support multiple VID schemes Add VidCommon enum to support both VID schemes Mar 7, 2025
@bfish713 bfish713 marked this pull request as ready for review March 8, 2025 16:40
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