OpenWPM icon indicating copy to clipboard operation
OpenWPM copied to clipboard

`Initialize` command should write to `site_visits`

Open vringar opened this issue 5 years ago • 0 comments

Currently the TaskManager is responsible for writing into the site_visits table: https://github.com/mozilla/OpenWPM/blob/8dad9fd2129f8375575813baaa19992efdde47de/openwpm/task_manager.py#L381-L391

Steven and I agreed that it would be better to move this writing into the Storage Controller when it receives the initialize command.

vringar avatar Jan 22 '21 10:01 vringar