Feedback portal sign-in

Alternative Track · Feedback dashboard

Signed in as —admin

Site feedback

Every annotation left by partners on the public site lands here. Resolve with an action; the action is logged permanently to the Resolution log.

Admin only: the Claude workflow guide is at the bottom of this page. Jump to admin workflow ↓
Import resolutions Upload an edited annotations.json from a Claude session — every entry with status:"resolved" or a non-empty resolvedAction will be PATCHed.
0
Total
0
Open
0
Resolved
0
Pages with feedback
Status Detail Page Reviewer Actions
Loading…
Resolved at Detail Page Reviewer → Resolver
Loading…

This log is permanent. Entries stay even if the original annotation is deleted.

Claude workflow — how to act on these annotations

  1. In the Annotations tab above, click Download JSON.
  2. Move the file to this exact path:
    C:\dev\alternative-track-website\04_Feedback\annotations.json
  3. Open a new Claude Code / Cowork session in C:\dev\alternative-track-website and paste this prompt:
    Read 04_Feedback/annotations.json and summarize the change requests before doing anything. Then wait for my approval.
  4. Claude shows a summary, you approve, Claude edits the site files and writes back the updated JSON (statuses set to resolved + resolvedAction filled in).
  5. Come back here, click Import resolutions, and pick the updated JSON file. Every resolved item gets logged.
  6. Deploy by pushing to staging or main:
    cd C:\dev\alternative-track-website
    git add -A
    git commit -m "Apply partner feedback batch"
    git push origin staging