kempersc
30576d541d
Refactor code structure for improved readability and maintainability
2026-02-16 23:25:16 +01:00
kempersc
ce103100d4
Refactor code structure and optimize performance across multiple modules
Deploy Frontend / build-and-deploy (push) Successful in 2m7s
2026-02-11 12:22:00 +01:00
kempersc
6435786556
edit slots
2026-02-04 00:24:46 +01:00
kempersc
7e0622c755
chore: clean up code structure and remove redundant changes
2026-01-31 21:24:53 +01:00
kempersc
c60b523f29
Implement feature X to enhance user experience and fix bug Y in module Z
2026-01-29 00:12:27 +01:00
kempersc
f9f3cc8e74
fix: resolve YAML import indentation and add missing slot descriptions
...
Schema Improvements:
- Fix YAML import indentation across 800+ class files (sed: '^- ../' → ' - ../')
- Add descriptions to 26 inline slots missing them (lint warnings)
- Fix malformed imports in BirthPlace.yaml and CustodianObservation.yaml
Validation Results:
- linkml-lint: 4 warnings (intentional SCREAMING_CASE tier names)
- gen-owl: SUCCESS (164,069 lines generated)
- gen-json-schema: SUCCESS (9.4MB generated)
Files affected: 1,034 files, +23,908 -15,200 lines
2026-01-16 00:09:28 +01:00
kempersc
37d923cae1
Refactor slot names and update imports for consistency
...
- Migrated `was_generated_by` to `is_or_was_generated_by` and `was_derived_from` to `is_or_was_derived_from` across multiple YAML schema files as per Rule 53.
- Updated relevant imports, slot lists, and slot usage keys to reflect the new naming conventions.
- Added migration comments for clarity and tracking.
- Introduced a migration script to automate the changes across all affected files.
2026-01-15 15:07:53 +01:00