tutorialdb icon indicating copy to clipboard operation
tutorialdb copied to clipboard

Implementing HIT Count

Open Bhupesh-V opened this issue 5 years ago • 7 comments

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

Bhupesh-V avatar Jul 25 '19 05:07 Bhupesh-V

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

rawjean avatar Nov 20 '19 00:11 rawjean

It is supposed to be based on the tutorials.

Animesh-Ghosh avatar Nov 20 '19 13:11 Animesh-Ghosh

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

shourav9884 avatar Feb 16 '20 10:02 shourav9884

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

  • Increase count of a tutorial hit as soon as the user clicks on it.
  • Update the necessary fields in the db

Bhupesh-V avatar Feb 17 '20 08:02 Bhupesh-V

@Bhupesh-V please review #89

shourav9884 avatar Feb 18 '20 06:02 shourav9884

can I work on this?

Swarag-N avatar May 29 '20 05:05 Swarag-N

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

Animesh-Ghosh avatar May 29 '20 06:05 Animesh-Ghosh