Goal
A shareable public-facing feedback board for each project. Anyone can view, create feedback, and upvote — no login required.
Depends on: Phase 2 complete (#8, #9, #10, #11, #12, #13) - this reuses all those components, just makes them public
URL
/[org-slug]/[project-slug] — clean, shareable
Features
Org controls
- Toggle per-project: public or private (invite-only, stretch goal)
- Org can choose which statuses are visible publicly
- "Share" button in project settings copies the public URL
Design notes
- Minimal, clean layout — focus on feedback, not UI
- Org branding: project name + optional logo/description at top
- "Powered by Veerify" footer link (subtle)
Implementation note
This should largely be routing + layout changes. The core components (listing, creation form, detail view, upvoting) are already built in Phase 2. Don't rebuild them — reuse them.
Goal
A shareable public-facing feedback board for each project. Anyone can view, create feedback, and upvote — no login required.
Depends on: Phase 2 complete (#8, #9, #10, #11, #12, #13) - this reuses all those components, just makes them public
URL
/[org-slug]/[project-slug]— clean, shareableFeatures
Org controls
Design notes
Implementation note
This should largely be routing + layout changes. The core components (listing, creation form, detail view, upvoting) are already built in Phase 2. Don't rebuild them — reuse them.