Bhupesh-V / tutorialdb

A search 🔎 engine for programming/dev tutorials,
MIT License
124 stars 62 forks source link

Implementing HIT Count #5

Open Bhupesh-V opened 5 years ago

Bhupesh-V commented 5 years ago

The hit can be used to query most popular tutorials for the (week, day etc).

rawjean commented 4 years ago

Would you want a HIT counter for the website as a whole (how many visitors) or HIT counters for each tutorials?

Animesh-Ghosh commented 4 years ago

It is supposed to be based on the tutorials.

shourav9884 commented 4 years ago

what should be a minimum unit of hit? for example, should we track each hit or hit counts per hour or per day?

Bhupesh-V commented 4 years ago

what should be a minimum unit of hit? for example, should we track each hit or hit counts per hour or per day?

Tracking each hit may be a good idea for now, we may move further to make it complex later on For now the goal should be

shourav9884 commented 4 years ago

@Bhupesh-V please review #89

Swarag-N commented 4 years ago

can I work on this?

Animesh-Ghosh commented 4 years ago

@Swarag-N there is already an open pull request.