Closed csabe812 closed 5 years ago
Ads table needs one more column (numberOfVisitors). Every findById(long id) call increments the numberOfVisitors.
TODO create tests
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.
As a User I would like to be informed about the number of the current ad's visitors.