Open Issues Need Help
View All on GitHub [Enhancement] Remove redundant enum rawValue properties from @Model for Predicate & SortDescriptor compatibility about 1 month ago
AI Summary: The task is to refactor the BarTinder iOS app to eliminate redundant properties used for sorting and filtering in SwiftData. The current implementation uses duplicate string properties alongside enum properties to work around SwiftData's inability to directly use enum `rawValue` in `SortDescriptor` and `Predicate`. The solution should remove the redundant properties, ensuring correct sorting and filtering functionality without manual synchronization in the UI.
Complexity:
4/5
enhancement help wanted