Skip to content

feat(reports): add Created column to experiments overview#47

Merged
jjroelofs merged 1 commit into
1.xfrom
feature/46-created-column-reports
May 7, 2026
Merged

feat(reports): add Created column to experiments overview#47
jjroelofs merged 1 commit into
1.xfrom
feature/46-created-column-reports

Conversation

@jjroelofs
Copy link
Copy Markdown
Contributor

Summary

  • Adds a Created column to /admin/reports/rl rendering each experiment's registered_at timestamp.
  • Sits between Variants and Last Activity so the two timestamps line up for quick comparison.
  • Reuses the row already loaded by ExperimentDataStorage::getExperimentsWithStats(); no extra queries.

Closes #46

Test plan

  • Visit /admin/reports/rl with multiple experiments; confirm new Created column shows formatted timestamps.
  • Confirm a freshly-registered experiment with no traffic shows a Created date and "Never" Last Activity.
  • Confirm an experiment whose registered_at is 0 (legacy data, if any) renders "Never".

@jjroelofs jjroelofs force-pushed the feature/46-created-column-reports branch from 1eb0f42 to 4dd1a36 Compare April 22, 2026 05:03
Surfaces the experiment's registered_at timestamp alongside Last Activity
so operators can distinguish brand-new experiments from quiet old ones.

Refs #46
@jjroelofs jjroelofs force-pushed the feature/46-created-column-reports branch from 643bf44 to 49e433d Compare April 29, 2026 13:57
@jjroelofs jjroelofs merged commit b2b6370 into 1.x May 7, 2026
3 checks passed
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.

Add Created column to /admin/reports/rl experiments overview

1 participant