Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Feature to Track Account Visitor Counts #69

Open
3 tasks
xeroxzen opened this issue Oct 18, 2024 · 3 comments
Open
3 tasks

Add Feature to Track Account Visitor Counts #69

xeroxzen opened this issue Oct 18, 2024 · 3 comments
Assignees
Labels
backend Backend related tasks and issues

Comments

@xeroxzen
Copy link

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,

  • 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
@terrameijar
Copy link
Collaborator

@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?

@xeroxzen
Copy link
Author

@terrameijar yes I will create the feature and submit a PR.

@terrameijar
Copy link
Collaborator

@xeroxzen okay, I'll assign this task to you then.

@terrameijar terrameijar added the backend Backend related tasks and issues label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related tasks and issues
Projects
None yet
Development

No branches or pull requests

2 participants