-
Notifications
You must be signed in to change notification settings - Fork 16
Conversation
app/index.js
Outdated
@@ -35,6 +36,7 @@ import ActivitiesWindow from './windows/Activities/window' | |||
app.mainWindow = null | |||
|
|||
// activities window | |||
const activityLogPath = pathJoin(app.getPath('userData'), 'activity.log') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.json
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I have an "active" and not completed acitivy, it will be saved with the old percentage. What should we do about it? Should we ignore them and save only the complete activities? Should we resume them? Or should we mark them as "interrupted"?
Hmm, is it possible to resume them? |
I don't think so. :( For now at least. We need a different UI/structure to report failures, allow retry etc etc etc What do you think? |
Alright, let's mark them as "interrupted" then :) |
We have a bug, while I was just adding a big file to test it, it did not appear on the list of the activities. but when it was completed it was there. https://sentry.io/siderus-opensource/orion/issues/635560601/?environment=development |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, tested on MacOS manually
What changed?
Activities will now persist when orion will quit.