Skip to content

Issue: Enhance User Profile Graph with Daily Solved (Delta) View #397

Description

@Yashaswini-K-P

Problem

The current user profile graph tracks cumulative total problems solved. Since history data is cumulative, the graph only moves upward or stays flat, making it hard to see daily coding activity or productivity spikes at a glance.

Proposed Solution

Add a Daily Delta view (or a toggle between [Cumulative] and [Daily]) on the user profile chart.

Implementation Details

  • Data Calculation: Compute daily solved problems by finding the difference between consecutive history snapshots:
    $$Daily_{solved} = Total_{day(n)} - Total_{day(n-1)}$$
  • UI Update: Introduce a simple toggle on the profile chart to switch between total cumulative progress and daily problem-solving velocity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions