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(dashboard): replace Category with Topic in DashboardSummaryService
- Update DashboardSummaryService to use HtDataRepository<Topic> instead of HtDataRepository<Category>
- Modify the service to fetch topics instead of categories
- Update the returned DashboardSummary to use topicCount instead of categoryCount
0 commit comments