geolexica / isotc211-glossary

ISO/TC 211 MLGT Online Concepts
2 stars 8 forks source link

Incompletely migrated designations #8

Closed strogonoff closed 4 years ago

strogonoff commented 4 years ago

In https://github.com/geolexica/isotc211-glossary/commit/26a947ca80fdf6883e1f9bec3d1db1909dccf79c, this databases now has list terms instead of one term, but they are missing synonyms.

Software implements logic for migrating legacy designations on-the-fly. Here is how it is done:

The problem now is that there is terms that does not seem to include legacy synonyms. Software sees terms and does nothing, but terms does not include legacy synonyms, so synonyms never get migrated.

strogonoff commented 4 years ago

I am going to change the migration logic to look at “synonyms”, and if “synonyms” is present then perform a smaller migration to only deal with synonyms

strogonoff commented 4 years ago

Done