future-agi / future-agi/future-agi

Per-user attribute dashboards in the Users tab

Open
#573 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue
Dominant language
Python
Stars
2k
Forks
628
Avg merge
1d 50m
Merged PRs (30d)
167

Description

Context

The Users tab today is a flat table at user-list-view.jsx. There is no per-user detail view and no analytics on individual users.

Scope

Add a user detail route accessible from the row. The detail view shows charts of that user's activity over time, scoped by user_id.

Files to touch

Acceptance criteria

  • Row click opens the detail view at a stable route (e.g. /users/:id).
  • At least 3 charts: trace count over time, p95 latency, error rate.
  • Charts handle empty state (user with no activity).
  • Detail view has a back link to the user list.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with frontend/src/sections/user/view/user-list-view.jsx and inspect existing trace or eval analytics entry points for user_id filtering. Add the new user-detail-view.jsx and connect it through a stable route. Done means the row opens the detail view with three required charts, an empty state, and a back link to the user list.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, python
Domain
analytics, backend, frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.