AllenCell / AllenCell/allencell-segmenter-ml
Refactor FileInputWidget and Viewer
- Linguagem predominante
- Python
- Estrelas
- 5
- Forks
- 3
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
**Please describe the problem that needs to be solved by this feature**
`FileInputWidget` relies heavily on the viewer for file paths which works but makes these two very tightly coupled.
The viewer is needed for file state when images have been dragged and dropped into the napari viewer or loaded in through napari
We should look into incorporating both as a single component, or refactoring their responsibilities so the current setup relies less on the viewer.
Proposed changes: combine `FileInputWidget` and `Viewer`
**How important is this feature to you? (Software team will re-prioritize all tickets based on current workload)**
medium
**Describe the solution you'd like**
combine `FileInputWidget` and `Viewer`
**Describe alternatives you've considered**
refactor so FileInputWidget does not rely on Viewer as much.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.