web-activity-time-tracker icon indicating copy to clipboard operation
web-activity-time-tracker copied to clipboard

[Feature Request] Periodical CSV download

Open Giuseppe-Calcagno opened this issue 3 years ago • 4 comments

I would like, if it is possible (and trivial), to have a feature to download periodically the tracking data in csv and store it in a selected folder.

Giuseppe-Calcagno avatar Jan 29 '23 09:01 Giuseppe-Calcagno

@Giuseppe-Calcagno if I get you right, you want the CSV data to automatically download periodically on your local drive? and in a selected folder on your local drive? if yes, I could and would love to work on this.

realrufans avatar Feb 01 '23 15:02 realrufans

Exactly! i would appreciate it so much

Giuseppe-Calcagno avatar Feb 01 '23 15:02 Giuseppe-Calcagno

@realrufans @Stigmatoz I saw that a pull request was accepted with this functionality, however, looking at the code, I couldn't see where this option was applied. If it already exists, could you show me how it works? I could even make a pull request adding this information to some kind of documentation about the functionality or something like that.

MarlonPassos-git avatar Apr 16 '23 19:04 MarlonPassos-git

@MarlonPassos-git The main aim of this pull request was to implement a time selector in the settings popup, allowing users to select a specific time for their data to be periodically downloaded automatically.

This new feature eliminates the need for users to manually download their data by clicking the "Download CSV" button.

The pull request has been accepted but has not yet been pushed for updates on the ChromeStore. You can find the implemented code here.

realrufans avatar Apr 17 '23 11:04 realrufans