-
Notifications
You must be signed in to change notification settings - Fork 275
Add SliceStat extension #2240
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
base: main
Are you sure you want to change the base?
Add SliceStat extension #2240
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,8 @@ | ||||||||||||||
| [extension] | ||||||||||||||
| extension_name = SliceStat | ||||||||||||||
| extension_author = Sowwn (User) | ||||||||||||||
| extension_description = This extension exports the slice numbers for each segment in a segmentation node to a CSV file. | ||||||||||||||
| extension_category = VsData | ||||||||||||||
|
||||||||||||||
| extension_category = VsData | |
| extension_category = Informatics |
Copilot
AI
Dec 11, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing the extension_screenshoturls field which is required according to the Tier 1 checklist ("Screenshot URLs (screenshoturls) are correct, contains at least one"). The extension metadata should include at least one screenshot URL.
| extension_scm_url = https://github.com/sowwnn/Slicer_SliceStat.git | |
| extension_scm_url = https://github.com/sowwnn/Slicer_SliceStat.git | |
| extension_screenshoturls = https://github.com/sowwnn/Slicer_SliceStat/raw/main/docs/screenshot.png |
Copilot
AI
Dec 11, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing the scmrevision field which specifies which branch or commit to use. According to the Tier 1 checklist, it's recommended to use a branch name (like "main" or "release") instead of a specific git hash to avoid re-submitting pull requests whenever the extension is updated.
| extension_scm = git | |
| extension_scm = git | |
| scmrevision = main |
Copilot
AI
Dec 11, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing the extension_icon_url field which is required according to the Tier 1 checklist ("Extension icon URL is correct"). The extension metadata should include an icon URL pointing to a raw image file (e.g., https://raw.githubusercontent.com/user/repo/main/SomeIcon.png).
| extension_scm = git | |
| extension_scm = git | |
| extension_icon_url = https://raw.githubusercontent.com/sowwnn/Slicer_SliceStat/main/SliceStat.png |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The author name appears to have a typo. "Sowwn" should likely be "Sown" unless this is intentional.