There are parts of the app that need more than just a username, like the product detail page, where the user's photo is displayed, and hydrating the UserInformation object, with review, follower, rating and awards numbers etc
Perhaps refactor the UsernameService to be a generic UserService?
There are parts of the app that need more than just a username, like the product detail page, where the user's photo is displayed, and hydrating the UserInformation object, with review, follower, rating and awards numbers etc
Perhaps refactor the UsernameService to be a generic UserService?