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

new settings export option in "File" menu #34

Open
6 tasks done
Davidundso opened this issue Jun 11, 2024 · 0 comments · May be fixed by #43
Open
6 tasks done

new settings export option in "File" menu #34

Davidundso opened this issue Jun 11, 2024 · 0 comments · May be fixed by #43
Assignees
Labels

Comments

@Davidundso
Copy link
Collaborator

Davidundso commented Jun 11, 2024

As a Cellpose user, I want have a new option in the "File" menu, so that I can export my settings through it later.

effort estimate:
Team 1: 8
Team 2: 8

Acceptance Criteria

For example when I:

  1. Click the new "Save Settings as json" button with a file by the name "example_image.tif" loaded
  2. a .json file is saved that is named example_image_cp_settings.json
  • There is a new option in the drop-down menu "File"
  • The title of the new option is "Save Settings as json"
  • When the user clicks on "Save Settings as json" a .json file is saved
  • The file is saved to the same directory that the other export options save to
  • The content of the exported .json does not matter at this point
  • The name of the json is as follows: parent.filename_cp_settings.json , where parent.filename is the name of the currently loaded image file.

Additional Resources:

The "File" menu: Add the new option there (in between or below is both fine).

Bildschirmfoto 2024-06-11 um 16 50 54

Notes

A key shortcut can be added to this, but only if you enjoy doing that (not important at this point).
This is very similar to #30 , either the same developer does this or contact the developer that is assigned to #30 .

@Davidundso Davidundso added this to the Settings export as .json milestone Jun 11, 2024
@Davidundso Davidundso changed the title New settings export option in "File" menu new settings export option in "File" menu Jun 12, 2024
@sonjajk sonjajk self-assigned this Jun 27, 2024
sonjajk added a commit that referenced this issue Jun 28, 2024
sonjajk added a commit that referenced this issue Jun 28, 2024
@RenzoRichter RenzoRichter linked a pull request Jun 28, 2024 that will close this issue
sonjajk added a commit that referenced this issue Jun 30, 2024
sonjajk added a commit that referenced this issue Jun 30, 2024
@sonjajk sonjajk linked a pull request Jun 30, 2024 that will close this issue
@sonjajk sonjajk linked a pull request Jun 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment