feat(analytics): generate weekly value reports - #188
Merged
JSONbored merged 1 commit intoJun 1, 2026
Conversation
oktofeesh1
force-pushed
the
codex/analytics-weekly-value-reports
branch
from
June 1, 2026 18:11
2046ed8 to
e9f70da
Compare
oktofeesh1
force-pushed
the
codex/analytics-weekly-value-reports
branch
from
June 1, 2026 18:20
e9f70da to
870dab5
Compare
oktofeesh1
force-pushed
the
codex/analytics-weekly-value-reports
branch
3 times, most recently
from
June 1, 2026 19:47
9015bc4 to
01e3f4f
Compare
oktofeesh1
force-pushed
the
codex/analytics-weekly-value-reports
branch
from
June 1, 2026 19:52
01e3f4f to
8a8db9b
Compare
JSONbored
approved these changes
Jun 1, 2026
JSONbored
left a comment
Owner
There was a problem hiding this comment.
@oktofeesh1 This is ready from my side. Weekly value reports are green and merge-clean against current main.
A few notes:
- The report service has focused unit coverage.
- The API, OpenAPI, analytics UI, and operator UI surfaces are wired together.
- Empty-data and scheduled queue paths are covered, which is the right shape for this feature.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
What changed
Why
Weekly operator text was static and could not reflect product usage or maintainer value. This gives operators a generated report while keeping public-safe variants free of source, token, local-path, wallet, trust, payout, and private scoring leakage.
Validation
npm run test:unit -- test/unit/weekly-value-report.test.tsnpm run test:integration -- test/integration/api.test.ts test/integration/routes-errors.test.tsnpm run test:ciNotes
2046ed8.