sumit3203 / ACTIVESEGMENTATION

Active Segmentation Project
https://sumit3203.github.io.
Other
6 stars 19 forks source link

Implement project version control mechanism #71

Closed aaryan-gautam closed 1 year ago

aaryan-gautam commented 1 year ago

Added a static compatibleVersion string that represents the compatible version. The loadedversion string of the project is compared to the compatible version to check whether the project is up to date otherwise the necessary version changes are added and the project version is updated.

The performVersionMigration method can be updated to include loading data or modifying the project structure as needed.

dprodanov commented 1 year ago

Issues with project versioning