Openpanel-dev / Openpanel-dev/openpanel

🐛 Bug: “Latest Events” section shows events from other users on profile page

Open
#354 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
7k
Forks
481
Avg merge
1d 3h
Merged PRs (30d)
21

Description

Description
The “Latest Events” section on a user’s profile page is displaying events that belong to other users, instead of being scoped to the current profile.


Steps to Reproduce

  1. Navigate to any user profile page
  2. Scroll to the “Latest Events” section
  3. Observe the listed events

Expected Behavior
Only events associated with the profile’s user should be displayed.


Actual Behavior
Events from other users are mixed into the list, making the data inaccurate and potentially confusing.


Additional Context

  • This may indicate a missing or incorrect user filter in the events query.
  • Could be related to caching, pagination, or shared state between users.

Contributor guide

No contributing guide indexed for this repository

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 at the profile page's “Latest Events” section and trace the events query or data-loading entry point while reproducing the issue with two user profiles. Check how user scoping, pagination, caching, and shared state affect the results; done means each profile shows only its own events and the behavior is covered by a regression test.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
56/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.