Summary
Add the count of Thanks received and given by a user on a local wiki
Technical notes
- This task is focused on the backend implementation of making the data available via the service (T386435), not the frontend display
- Cache invalidation: will need to invalidate the Impact cache for a user when a user sends or receives thanks (done in rEGRE30e8e85e72b9: UserImpact: Add number of Thanks given data point)
Acceptance criteria
- T386435: UserInfoCard: Create service to return user info card data for an account returns the number of Thanks received and given by a user