Page MenuHomePhabricator

{PULA} Add Frequently Asked Questions (FAQ) page with accordion layout
Closed, ResolvedPublic

Description

Domain:
Frontend / UX / Content

Difficulty:
Intermediate

Problem / steps to reproduce (for bugs)

  • New users may have questions about how to use the app, but there is no central FAQ page.
  • Currently, there is no way for users to quickly access helpful guidance for common issues.

Expected outcome / task:

  • Add a Frequently Asked Questions (FAQ) page that is accessible from the top navigation bar:
    • Place a button/link just to the left of the Recording Studio button.
    • Clicking the button navigates to the FAQ page.
  • The FAQ page should:
    • List questions in a collapsible accordion format
    • Allow users to expand/collapse individual questions
    • Display clear answers for each question
    • Be mobile-friendly and responsive
    • Styled using Tailwind CSS and accessible components (e.g., Radix UI Accordion)
  • Bonus: Ensure that long answers scroll properly and accordions handle large content gracefully.

Any links or references:

Setup Steps (short):

  1. Add a button in the top nav to link to the FAQ page.
  2. Create a new page (/faq) in Next.js.
  3. Use a Radix Accordion (or similar) to display questions and answers.
  4. Style the accordions with Tailwind CSS (padding, margins, shadows, rounded corners).
  5. Populate the page with sample questions and answers.
  6. Test the page on desktop and mobile for responsiveness and usability.