Skip to content

bug: Sessions table not sorted by date - in-progress session appears in middle #248

@smithrashell

Description

@smithrashell

Summary

The sessions table in Session History is not properly sorted from recent to old. An in-progress session can appear in the middle of the table instead of at the top.

Expected Behavior

  • Sessions should be sorted by date (most recent first)
  • In-progress sessions should appear at the top

Current Behavior

Sessions appear in an inconsistent order, with active sessions potentially buried in the middle of the table.

Investigation Areas

  • Check getSessionHistoryData query - is it applying ORDER BY?
  • Check if sorting happens client-side or server-side
  • Verify the date field being used for sorting (created_at vs updated_at vs start_time)

Labels

bug, dashboard

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