scverse / scverse/napari-spatialdata

Improvements around saving annotations to disk

Open
#234 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.