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 Task to Github Actions that Syncs the objects in src/models and client/models #85

Open
dgarnitz opened this issue Oct 29, 2023 · 0 comments
Labels
good first issue Good for newcomers tech-debt Technical Debt. Old bad code we need to fix

Comments

@dgarnitz
Copy link
Owner

VectorFlow is a mono-repo that contains different representations of the same underlying concept. The classes that appear in both in src/models and client/models have the same fields that need to be kept in sync. Due to the database-specific logic inside src/models the classes cannot be consolidated.

A github actions task needs to check that these classes are in sync and flag when they are out of sync.

@dgarnitz dgarnitz added good first issue Good for newcomers tech-debt Technical Debt. Old bad code we need to fix labels Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers tech-debt Technical Debt. Old bad code we need to fix
Projects
None yet
Development

No branches or pull requests

1 participant