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
refactor(country): implement specialized filtering for country model
- Replace generic DataRepository readAll method with CountryService for country model
- Add support for 'usage' filter in country data operation
- Return PaginatedResponse to maintain consistency with generic API structure
- Remove unnecessary parameters (uid, s, p) from the custom operation
0 commit comments