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: Move Realm queries from DashboardActivity to TeamRepository
Moved the direct Realm database queries in `handleTaskNavigation` and `handleJoinRequestNavigation` from `DashboardActivity` to new methods in `TeamRepository`.
This change improves the architecture by centralizing data access in the repository layer and removing data-layer logic from the UI.
0 commit comments