Stigmatoz / web-activity-time-tracker

Chrome Extension that tracks and limits time you spent on sites
https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm
MIT License
733 stars 115 forks source link

[Feature Request] Periodical CSV download #89

Open Giuseppe-Calcagno opened 1 year ago

Giuseppe-Calcagno commented 1 year ago

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.

realrufans commented 1 year ago

@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.

Giuseppe-Calcagno commented 1 year ago

Exactly! i would appreciate it so much

MarlonPassos-git commented 1 year ago

@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.

realrufans commented 1 year ago

@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.