Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: #60

Open
Codehagen opened this issue Jun 11, 2024 · 2 comments
Open

Feature: #60

Codehagen opened this issue Jun 11, 2024 · 2 comments

Comments

@Codehagen
Copy link
Owner

Codehagen commented Jun 11, 2024

Type of feature

💡 Feature

Current behavior

The UserChartActivity component currently displays static data for events and users over time.
Screenshot 2024-06-11

Suggested solution

Update the UserChartActivity component to dynamically display information about the events a user has made. The parent component already has the actions integrated. The updated component should:

  • Fetch User Data: Utilize the existing data fetching mechanisms in the parent component to retrieve user-specific event data.
  • Update Data Format: Ensure the data format aligns with what the LineChart component expects.
  • Modify the Tooltip: Adjust the tooltip to display user-specific event information.
@Motormary
Copy link
Collaborator

This chart + activity calendar is redundant because they will display the same data. It should probably be moved to the dashboard.

@Codehagen
Copy link
Owner Author

Thats true, do we have any other cool charts or query info we can use? 🤔✨

We talked about the user jounery, maybe have a Scatter Chart to display how "interested" a user is?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants