scverse / scverse/napari-spatialdata
Improvements around saving annotations to disk
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 90
- Forks
- 25
- Avg merge
- 22m
- Merged PRs (30d)
- 1
Description
As discussed with @melonora, currently we don't save napari annotations to disk when Shift+E is pressed, we should re-enabled it (this was automatically done before the incremental IO refactoring, but now the data is only updated in-memory).
Also, a related issues is:
- the tooltips, in particular the one appearing with Shift+E, is not shown when napari is run in interactive mode. This issue is already open here: https://github.com/napari/napari/issues/6455. A user found this confusing as he was not clear if the data was saved or not.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the Shift+E annotation-saving path and reviewing the incremental IO refactoring, then check how interactive mode handles the related tooltip issue in napari issue 6455. Done means annotations are persisted to disk when Shift+E is pressed; tooltip behavior is a separate linked issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100