Skip to content

Add Group Details plugin (0.1.0)#699

Closed
Stash-KennyG wants to merge 1 commit intostashapp:mainfrom
Stash-KennyG:pr/kennyg-to-upstream-main
Closed

Add Group Details plugin (0.1.0)#699
Stash-KennyG wants to merge 1 commit intostashapp:mainfrom
Stash-KennyG:pr/kennyg-to-upstream-main

Conversation

@Stash-KennyG
Copy link
Copy Markdown
Contributor

Summary

  • Add Group Details UI plugin (plugins/GroupDetails) at version 0.1.0.
  • On group list pages, each group card shows filtered total duration (left of scene count) and average vertical resolution (right), computed from GraphQL findGroup data.

Behavior (see README)

  • Duration total: scenes with scene_index null or 0..89 for that group.
  • Avg vertical: same eligibility, only scenes with duration > 600s; sum(height)/count, shown as NNNp.

Note

Upstream main already includes SmartResolve (#697) with sync no-refresh and unconditional Select Smart Resolve reload; this PR only adds Group Details on top of current upstream main.

Test plan

  • Open /groups list and confirm stats appear on group cards flanking scene count.
  • Spot-check groups with mixed scene_index and short vs long scenes against README rules.

Made with Cursor

UI plugin for group list cards: filtered total duration and average vertical resolution with GraphQL-backed metrics.

Made-with: Cursor
@Stash-KennyG
Copy link
Copy Markdown
Contributor Author

Not ready.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant