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

Remove 'save on exit' feature for now #4

Open
michaelwschultz opened this issue Jan 23, 2018 · 1 comment
Open

Remove 'save on exit' feature for now #4

michaelwschultz opened this issue Jan 23, 2018 · 1 comment
Assignees
Labels
research Something to research before being worked on
Projects
Milestone

Comments

@michaelwschultz
Copy link
Owner

There is no way I'm going to be able to add this before 1.0. Might as well remove the feature for now.

@michaelwschultz michaelwschultz added this to the 1.0 milestone Jan 23, 2018
@michaelwschultz michaelwschultz self-assigned this Jan 23, 2018
@michaelwschultz michaelwschultz added this to To do in V1 May 5, 2020
@michaelwschultz michaelwschultz added the research Something to research before being worked on label May 5, 2020
@michaelwschultz
Copy link
Owner Author

Thinking about it more. This may be possible. When saving each photo, we should also update a session file that includes the current state object. This file could then be dropped back into the window to reconstruct the current state.

timelapse: {
  created_at: 'Fri Oct 25 2019 00:00:00 GMT-0700 (Pacific Daylight Time)',
  directory: 'timelapse-2019-10-25-12389',
  photos: [
    'timelapse-photo-1.png',
    'timelapse-photo-2.png',
    'timelapse-photo-3.png',
  ],
  session: {
    last_photo_taken_at: 'Fri Oct 25 2019 00:00:00 GMT-0700 (Pacific Daylight Time)',
    photo_frequency: '5 seconds',
    photos_taken: 3,
    photos_to_be_taken: 720,
    photos_until_finished: 717,
    timelapse_length: '1 hour',
  },
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
research Something to research before being worked on
Projects
V1
  
To do
Development

No branches or pull requests

1 participant