Skip to content

feat(feedback): add feedback detail page with comments and status management - #29

Merged
Andreas-Froyland merged 1 commit into
mainfrom
claude/plan-next-steps-4FI8v
Feb 15, 2026
Merged

Andreas-Froyland merged 1 commit into
mainfrom
claude/plan-next-steps-4FI8v

Conversation

@Andreas-Froyland

Copy link
Copy Markdown
Member

Implements the feedback detail view as the next major feature for the
core feedback workflow. Adds a full detail page at /feedback/[id] with
voting, threaded comments (public + internal team notes), and status
management for team members.

Changes:

  • Remove duplicate stub GET /api/feedback/[id].get.ts
  • Enhance GET /api/feedback/[id]/index.get.ts with author and project info
  • Add GET /api/feedback/[id]/comments.get.ts for listing comments
  • Add POST /api/feedback/[id]/comments.post.ts for creating comments
  • Add PATCH /api/feedback/[id]/status.patch.ts for status updates (team only)
  • Create /pages/feedback/[id].vue detail page with sidebar layout
  • Make feedback list items clickable links to detail page

https://claude.ai/code/session_01G5DkzVU6CaCuaYi8a87dkU

…agement

Implements the feedback detail view as the next major feature for the
core feedback workflow. Adds a full detail page at /feedback/[id] with
voting, threaded comments (public + internal team notes), and status
management for team members.

Changes:
- Remove duplicate stub GET /api/feedback/[id].get.ts
- Enhance GET /api/feedback/[id]/index.get.ts with author and project info
- Add GET /api/feedback/[id]/comments.get.ts for listing comments
- Add POST /api/feedback/[id]/comments.post.ts for creating comments
- Add PATCH /api/feedback/[id]/status.patch.ts for status updates (team only)
- Create /pages/feedback/[id].vue detail page with sidebar layout
- Make feedback list items clickable links to detail page

https://claude.ai/code/session_01G5DkzVU6CaCuaYi8a87dkU
@vercel

vercel Bot commented Feb 14, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
veerify Ready Ready Preview, Comment Feb 14, 2026 10:28pm

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@Andreas-Froyland
Andreas-Froyland merged commit cd13600 into main Feb 15, 2026
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants