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

POC: GUI layout for recOrder v1.0.0 #442

Draft
wants to merge 57 commits into
base: main
Choose a base branch
from
Draft

POC: GUI layout for recOrder v1.0.0 #442

wants to merge 57 commits into from

Conversation

ziw-liu
Copy link
Contributor

@ziw-liu ziw-liu commented Sep 29, 2023

Documenting the v1.0.0 main widget layout in the form of code after discussion with @talonchandler and @mattersoflight. (See changes with napari -w recOrder-napari as usual.)

A small complication is that magicgui does not support automatic generation of widgets from pydantic models yet (pyapp-kit/magicgui#474). A workaround would probably look like this.

@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

Merging #442 (160d413) into main (2aa080e) will decrease coverage by 0.83%.
The diff coverage is 1.06%.

@@           Coverage Diff            @@
##            main    #442      +/-   ##
========================================
- Coverage   8.83%   8.00%   -0.83%     
========================================
  Files         29      32       +3     
  Lines       4561    4920     +359     
========================================
- Hits         403     394       -9     
- Misses      4158    4526     +368     
Files Coverage Δ
recOrder/tests/cli_tests/test_compute_tf.py 100.00% <100.00%> (ø)
recOrder/tests/cli_tests/test_reconstruct.py 100.00% <ø> (+2.85%) ⬆️
recOrder/tests/cli_tests/test_settings.py 100.00% <100.00%> (ø)
recOrder/tests/conftest.py 100.00% <ø> (ø)
recOrder/tests/util_tests/test_io.py 100.00% <ø> (ø)
recOrder/scripts/launch_napari.py 0.00% <0.00%> (ø)
recOrder/scripts/acquire-z-stack.py 0.00% <0.00%> (ø)
recOrder/scripts/watch_zarr.py 0.00% <0.00%> (ø)
recOrder/plugin/_widget.py 0.00% <0.00%> (ø)

@ziw-liu ziw-liu added this to the 1.0.0 milestone Oct 6, 2023
@ziw-liu ziw-liu added the enhancement New feature or request label Oct 11, 2023
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 this pull request may close these issues.

3 participants