Skip to content

feat: add uploader and application detail pages - #8

Merged
BK1031 merged 1 commit into
mainfrom
bk1031/feat-attribution-details
Sep 1, 2026
Merged

feat: add uploader and application detail pages#8
BK1031 merged 1 commit into
mainfrom
bk1031/feat-attribution-details

Conversation

@BK1031

@BK1031 BK1031 commented Sep 1, 2026

Copy link
Copy Markdown
Contributor
  • Add access-scoped aggregate statistics for individual uploaders and applications
  • Add paginated, searchable file listings filtered by uploader entity or application client
  • Add detail pages with Sentinel names, avatars, application icons, bucket breakdowns, and upload history
  • Link dashboard uploader and application rankings to their detail pages

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-01T01:02:41.675236Z 15b22b1 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 15b22b1035

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread depot/api/file.go
Comment on lines +218 to +220
nextOffset := offset + limit
page.Files = files[:limit]
page.NextOffset = &nextOffset

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use a stable cursor for attribution pagination

When an upload becomes active between page requests, advancing this numeric offset against ListFiles' live created_at desc ordering shifts every older row, so the next page repeats an item from the previous page while the newly inserted file remains absent from the concatenated results. Equal timestamps also make the ordering nondeterministic. Use a stable (created_at, id) ordering with a cursor or snapshot boundary so loading more cannot produce duplicate or missing entries.

Useful? React with 👍 / 👎.

@BK1031 BK1031 mentioned this pull request Sep 1, 2026
@BK1031
BK1031 merged commit cf4ee55 into main Sep 1, 2026
7 checks passed
@BK1031
BK1031 deleted the bk1031/feat-attribution-details branch September 1, 2026 01:16
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