-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: Add a total visitor count section #42
Comments
@kaali001 I can work on this feature. Do you want to use any third party API or we could just create a database schema and implement it. |
Hey @Sourav6971 , |
Do you have any specific design in your mind regarding how it should be implemented |
I don't have figma design for this right now but you can consider another sites for general idea of how it must appear, and follow the colour pallet and text font of home page. You can find this mentioned in previous closed issues. |
My proposed solution is to add a middleware where whenever the home page url is hit or refreshed it increments the total visitors count. Can I ho ahead with this approach? |
And you have to consider below points:
|
The visitor model will have date of what? visiting the page? |
See the existing model at |
got it |
Describe the solution you'd like
The landing page requires a section which tells the total number of visitor visited this site. It can be implemented below feedback section.
Additional context
Add a API call at landing page to fetch a visitor count and also a post request API to update this count in backend. this visitor model should include timestamp of creation.
The text was updated successfully, but these errors were encountered: