You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WIP] Refactor ChangeRecord to use RecordChangeType enumeration and fix unit tests
- Refactor ChangeRecord model to use RecordChangeType enumeration instead of string
- Update ChangeRecordRepository to convert between enum and string for database operations
- Update ChangeTrackingService and ChangeDetectionService to use enum types
- Fix ExportJsonValidator tests to match new export schema format with metadata/fields structure
- Fix ExportService tests to properly mock all required configuration keys
- Update export examples to use new metadata/fields structure with proper changeType enum values
- Update export schema to support new record structure with metadata and fields
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments