MicroPyramid / opensource-job-portal

opensource jobportal in python django
https://peeljobs.com
MIT License
389 stars 211 forks source link

Job Views #3

Open vineeshan opened 4 years ago

vineeshan commented 4 years ago

enable job view. I mean, we want to see how many people viewed a job.

  1. we can count page loads as views but its not correct as one can load a page many times to increase count.
  2. we need to count based on cookie to get perfect result.
  3. I want it to be added to admin dashboard, don't display the count in the site.

Share your thoughts if you have any better ideas.