csabe812 / Agrovetel

This is a spring boot application for selling agricultural things.
1 stars 1 forks source link

Number of visitors #15

Closed csabe812 closed 5 years ago

csabe812 commented 5 years ago

As a User I would like to be informed about the number of the current ad's visitors.

csabe812 commented 5 years ago

Ads table needs one more column (numberOfVisitors). Every findById(long id) call increments the numberOfVisitors.

kafr007 commented 5 years ago

TODO create tests

csabe812 commented 5 years ago

Created a "dummy client" at /ads and all the ads will be displayed. Clicking "details" increments the numberOfVisitors attribute so everything works fine. But ofc let's create tests.