Furries PH Docs
Dashboard
Report system docs

Surfaces

Mine Compatibility

Legacy My Reports route retained for compatibility with older dashboard links.

First created Last updated

reportsminecompatibilitylegacy-route

Overview

/reports/mine is a compatibility surface for older links to My Reports. It uses the same report dataset as /reports/my-reports, but displays rows grouped into Open, Resolved, and Closed sections.

Use /reports/my-reports for current documentation and handoffs. Keep /reports/mine in mind when old bookmarks or messages point there.

Dashboard route

  • /reports/mine

Inputs and controls

Input or controlWhat it changesBefore using it
Partner scope selectorChanges which organization’s reports are loaded.Confirm the partner before interpreting section counts.
Search by subject, ref, severity, statusFilters all Open, Resolved, and Closed sections at once.Clear the search before deciding a report is absent.
Open sectionShows New, Triage, and Investigating reports.These usually need the next owner or next review action.
Resolved sectionShows reports marked Resolved.Confirm action and appeal fields before treating work as complete.
Closed sectionShows reports marked Closed.Use only as historical or intentionally ended records.
ViewOpens /reports/detail?id=:incidentId.Use for source evidence.
More menuOpens row actions.Confirm the report number before editing.
Manage reportOpens /reports/manage?id=:incidentId.Edits are written to revision history.
File a report empty-state actionOpens /reports/new when no reports exist.Use for a new formal record, not notes or drafts.

Workflow

flowchart TD
  old["Old /reports/mine link"] --> scope["Confirm partner scope"]
  scope --> sections["Review Open, Resolved, Closed sections"]
  sections --> search["Search if needed"]
  search --> view["Open Detail"]
  view --> manage{"Needs edit?"}
  manage -- Yes --> edit["Open Manage Report"]
  manage -- No --> current["Prefer /reports/my-reports for future handoff"]
  click view "./report-detail/" "Open Report Detail docs"
  click edit "./manage-report/" "Open Manage Report docs"

State behavior

StateWhat happens
No reportsThe page shows an empty state with File a report.
No search matchThe page shows no matching report sections.
Partner changedThe route reloads the grouped sections for the new partner.
Compatibility routeThe subnav marks the older route active, but current docs should point to /reports/my-reports.

End-to-end operator runbook

  1. Identify legacy use: Note that this is an older route.
  2. Check scope: Confirm the active partner and the section counts.
  3. Open the record: Use View before acting.
  4. Edit if needed: Use Manage Report so changes are recorded.
  5. Update handoff: Share the current /reports/my-reports route for future queue review.

Common mistakes

Do not document new workflows against /reports/mine. It remains available for old links, but /reports/my-reports is the canonical surface.

All docs