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

ToDo list for v0.1.0 #1

Open
9 of 10 tasks
trappitsch opened this issue Jul 15, 2021 · 7 comments
Open
9 of 10 tasks

ToDo list for v0.1.0 #1

trappitsch opened this issue Jul 15, 2021 · 7 comments
Labels
enhancement New feature or request
Milestone

Comments

@trappitsch
Copy link
Contributor

trappitsch commented Jul 15, 2021

The first batch is done, but it would be good to get some more things in before giving the thing a version number. Here are some milestones for v0.1.0:

  • Testing of the microscope and cameras
  • Menu for Settings, Exit, etc.
  • Settings panel that is re-applied on startup
    • Rotation of image
    • Mirroring
    • Remember path
    • Set image and video format
  • Framerate and resolution control (hand in hand)
  • Possibility to operate the whole app without mouse
  • Fix crashes while recording video
@trappitsch trappitsch added the enhancement New feature or request label Jul 15, 2021
@trappitsch trappitsch added this to the v0.1.0 milestone Jul 15, 2021
@trappitsch
Copy link
Contributor Author

@lindlou: This was my todo list for v0.1.0 from quite some time ago. Have a look at what you think / check off tasks that you have finished. We can discuss other improvements and extend the to do list here :)

@lindlou
Copy link
Contributor

lindlou commented Aug 28, 2023

Use init script toggle: what does that mean?
Move path to save images to to settings: In our case it is more practical to have it in the main window, because for every user and every experiment we use a different path, so we modify it almost every time we use the app.
init.py: What is it?

@trappitsch
Copy link
Contributor Author

Use init script toggle: what does that mean?

This is connected to the last, but I think is obsolete by now.

Move path to save images to to settings: In our case it is more practical to have it in the main window, because for every user and every experiment we use a different path, so we modify it almost every time we use the app.

Sounds good. Might still be good though to save the path whenever a photo is taken in a hidden setting, just so in case the software gets restarted, the user is still in the same folder. But I agree, this can be a hidden setting that is only indirectly set.

init.py: What is it?

User initialization script, instead of settings. Kind of obsolete by now.

@lindlou
Copy link
Contributor

lindlou commented Aug 28, 2023

Is it ok if I modify the todo list (already did it once) or should I post a second one?

@trappitsch
Copy link
Contributor Author

no go ahead and modify it. i tossed a few things already :)

@lindlou
Copy link
Contributor

lindlou commented Aug 28, 2023

About the path: I already implemented a setting called default_directory, which is the path set at startup (in our case, ~/Desktop). Do you think it would be better to remove this setting and remember the previous path instead (for instance ~/Desktop/Louis or ~Desktop/Alison?

@trappitsch
Copy link
Contributor Author

Yes, I think that would be better. ~/Desktop can be the default path if no settings file was saved, but then I would switch to the last used path.

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

No branches or pull requests

2 participants