Skip to main content

Overview

This report lists user-facing pages/surfaces in the two VoxDash frontends (voxdash-public and voxdash-dataprovider) that currently have no help/wiki link, so the team can decide where to add help-center content. A useful nuance: most of these gaps already have a help-center article in the docs repo — the article is simply never wired into the page. So the work splits into two kinds:
  • Wire it — the help-center article exists; it just needs to be added to the page’s components/infoButton/WikiURLs.tsx registry and rendered via an InfoButton.
  • Write new — no article exists yet; a new .mdx page is needed.

Method

A page is considered covered when it (or any component it renders) shows the ? InfoButton fed by getWikiLinks(...) or ModalTitleWithInfo wikiKey="...". Every route in both apps (app/[locale]/**/page.tsx) was enumerated and traced into its features/ / components/ render chain, then checked against the authoritative set of help-wired files. Pure infrastructure routes (auth, 404, forbidden, payment/checkout, setOrgId) are excluded.

voxdash-dataprovider — pages with no help link

voxdash-public — pages with no help link

Bottom line

  • Truly new wiki to write (no article exists today): DP surveyDatasets, DP fieldValues, public surveys, public shareyourdata (+ optionally public survey-preview).
  • Everything else above already has a help-center article — it just isn’t linked in components/infoButton/WikiURLs.tsx.
  • The single highest-value item is the Questionnaire Builder (full editor / import / quota flow), which has three docs pages already written and zero links.