FAQ icon indicating copy to clipboard operation
FAQ copied to clipboard

Viewing a question should increment the counter once per session and/or per user.

Open Zenigata opened this issue 4 years ago • 1 comments

If I refresh the page of my own answer five times, the view counter gains five more views. I think it could be better to limit the view counter to different viewers or different sessions.

Zenigata avatar Nov 25 '19 15:11 Zenigata

I am currently refactoring FAQ and I added a limitation based on sessionStorage to limit the views. I also added a 5s threshold for a visit to a question to be considered as a view.

Keeping this issue until refactoring gets released.

Errorname avatar Feb 10 '20 15:02 Errorname