Skip to content

Question: Given a transaction id, find skid? #2291

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

Open
Mohinta2892 opened this issue Mar 7, 2025 · 1 comment
Open

Question: Given a transaction id, find skid? #2291

Mohinta2892 opened this issue Mar 7, 2025 · 1 comment

Comments

@Mohinta2892
Copy link

Mohinta2892 commented Mar 7, 2025

Hi,

I have access to a bunch of transaction ids with change type backend. How do I find which neuron ids or skids were affected by those transactions from within Catmaid?

Is there any widget that can do it?

Best,
Samia

@tomka
Copy link
Contributor

tomka commented Mar 21, 2025

In the dev branch there is now a new API GET {project_id}/transactions/skeletons (expecting a transaction_id and a execution_time parameter). This API is used by the new "Skeleton IDs" button for each entry in the history table in the History tab of the "Log/history widget". When clicked, a dialog will list all skeleton IDs affected by the respective transaction (e.g. skeleton of a treenode update, or all prev. linked skeletons of a deleted connector node).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants