Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add button/feature to export all logs as a json file to download #29

Closed
r002 opened this issue Mar 31, 2021 · 0 comments · Fixed by #24
Closed

✨ Add button/feature to export all logs as a json file to download #29

r002 opened this issue Mar 31, 2021 · 0 comments · Fixed by #24
Labels
enhancement New feature or request
Milestone

Comments

@r002
Copy link
Owner

r002 commented Mar 31, 2021

After a user logs in, paint a button in the navbar that lets them download all of their logs as a json file to save locally.
Basically, just export all of their logs from Firestore.

In future: Allow user-configurable parameters in the GUI to download their logs windowed by datetime or filtered by criteria (eg. dt, etc)

@r002 r002 added the enhancement New feature or request label Mar 31, 2021
@r002 r002 added this to the Sprint Apple 🍎 milestone Mar 31, 2021
@r002 r002 linked a pull request Apr 2, 2021 that will close this issue
@r002 r002 closed this as completed in #24 Apr 2, 2021
r002 added a commit that referenced this issue Apr 2, 2021
* 🐞 Fix #23: 'FlashAlert' bug. Reset every time the theme changes

* 🎨 Make minor GUI changes on 'index.html'

* ♻️ Refactor 'ThemeContext' to expose a 'toggler' hook

* ♻️ Refactor the buttons in Navbar to use types

* ✨ #4: Add 'watch' command to add clickable Youtube links in logs

* ♻️ Refactor public config into its own file

* 🐞 Enable 'dev' mode & 'inline-source-map' for debugging

* 🐞 Fix IooB bug when processing ActivityLogs to compute durations

* 🐞 Fix bug: Allow dt of YoutubeLogs to be edited

* ♻️ Refactor the way logs are read from db & updated. Use 'Object.assign(..)'

* ♻️🤡 Refactor code in 'Navbar'. Add 'Export Logs' dummy button

* ♻️🤡 Rename all event handlers in 'Navbar'. Add 'Export Logs' dummy function

* ✨ #29: Impl log exporter - exports the most recent 1000 logs as '.json' file

* ♻️ Refactor the way YoutubeLogs are stored in db. Store 'vid' instead of 'url'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant