Skip to content

Cleanup: remove orphaned CodebaseStatsSection.vue and ProblemsReportSection.vue (#1469 follow-up) #2229

@mrveiss

Description

@mrveiss

Problem

Two analytics components exist but are not imported or used anywhere in the codebase:

  1. autobot-frontend/src/components/analytics/CodebaseStatsSection.vue (93 lines) — was intended to replace the inline stats section but was never wired
  2. autobot-frontend/src/components/analytics/ProblemsReportSection.vue (358 lines) — was superseded by the new panels/CodebaseProblemsPanel.vue (510 lines) created in PR refactor(frontend): decompose CodebaseAnalytics.vue (#1469) #2225

Discovered During

Implementation of #1469 (PR #2225)

Expected Outcome

  • Remove CodebaseStatsSection.vue (dead code), OR wire it into the parent replacing the inline stats grid
  • Remove ProblemsReportSection.vue (superseded by CodebaseProblemsPanel.vue)

Impact

Low — dead code that adds confusion when navigating the analytics directory. No runtime impact.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions