Furries PH Docs
Dashboard
Report system docs

Lifecycles

Appeal Lifecycle

How network ban appeals move from partner submission through pending review, approval, denial, and resubmission.

First created Last updated

reportsappealslifecyclenetwork-bans

Overview

The appeal lifecycle starts when a partner requests FPH-admin review of an active network ban. The appeal can be pending, approved, denied, edited while pending, or resubmitted after denial.

Flowchart

flowchart TD
  network["Active network ban"] --> partner["Partner opens Network Ban Appeal"]
  partner --> create["Submit reason"]
  create --> pending["Status: pending"]
  pending --> edit["Partner may update reason"]
  edit --> pending
  pending --> admin["FPH admin opens Ban Appeals"]
  admin --> decision{"Decision"}
  decision -- Approve --> approved["Status: approved; ban review succeeds"]
  decision -- Deny --> denied["Status: denied; review notes visible"]
  denied --> resubmit["Partner updates and resubmits"]
  resubmit --> pending
  click partner "../surfaces/network-ban-appeal/" "Open Network Ban Appeal docs"
  click admin "../surfaces/ban-appeals/" "Open Ban Appeals docs"

Lifecycle states

StateWho actsSurfaceEvidence
CreatePartnerNetwork Ban AppealAppeal reason and active partner.
PendingPartner or FPH adminNetwork Ban Appeal, Ban AppealsSubmitted time, current reason, revisions.
UpdatedPartnerNetwork Ban AppealRevision history shows previous and new reason.
ApprovedFPH adminBan AppealsDecision status and optional review notes.
DeniedFPH adminBan AppealsDecision status and review notes.
ResubmittedPartnerNetwork Ban AppealUpdated reason after denial and revision history.

Inputs that control appeals

InputSurfaceWhat it affects
Reason for appealNetwork Ban AppealPartner’s request and evidence for review.
Updated reasonNetwork Ban AppealResubmission or pending edit.
Review notesBan AppealsFPH-admin response shared with partner.
Approve - lift banBan AppealsApproves the appeal.
Deny appealBan AppealsDenies the appeal.
Confirm decisionBan AppealsWrites the final appeal decision.

End-to-end operator runbook

  1. Partner submits: Confirm active partner scope and write a specific appeal reason.
  2. Partner tracks: Edit while pending if new facts appear.
  3. FPH reviews: Open the source report and appeal detail before deciding.
  4. FPH decides: Approve or deny with review notes where useful.
  5. Partner verifies: Read decision state and resubmit only with new or clearer information.

Common mistakes

Do not use an appeal as a hidden chat with FPH admin. The appeal reason and review notes are part of the decision record.

All docs