vectorflow icon indicating copy to clipboard operation
vectorflow copied to clipboard

Add Task to Github Actions that Syncs the objects in src/models and client/models

Open dgarnitz opened this issue 2 years ago • 0 comments

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 avatar Oct 29 '23 18:10 dgarnitz