clinwiki-org / clinwiki

Crowd-source tool to annotate, rank and generally enhance the clarity and accuracy of clinical trial information.
https://www.clinwiki.org
MIT License
16 stars 16 forks source link

Page view logs #1124

Closed bespinosa01 closed 2 years ago

bespinosa01 commented 2 years ago

This feature allows logging of page_views.

In short, whenever we query for a page_view to hasura we also insert a log of that into our db as a record in our page_view_logs_table

Here we keep user_id, url and created and updated at times.