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
Implement a feature to track and display the number of visitors to a user's profile in the ChitChat social network. Requirements of the feature include the following,
Backend: An endpoint to log each visit(preferably unique) to a user’s profile.
Database: A new table or field to store visit records.
Frontend: A counter on the user profile page showing the number of visits.
Benefits
This will provide users with insights into their profile's visibility and engagement.
Good for user experience by offering valuable statistics
It would encourage more activity and interaction on the platform
The text was updated successfully, but these errors were encountered:
@xeroxzen this would be nice to see in the UI! I don't have any bandwidth to work on it in the current milestone but since you brought it up, would you like to create the feature and submit a PR for it?
Description
Implement a feature to track and display the number of visitors to a user's profile in the ChitChat social network. Requirements of the feature include the following,
Benefits
The text was updated successfully, but these errors were encountered: