Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions landing/src/pages/FaqPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const FAQ: FaqGroup[] = [
items: [
{
q: "Who can use UniPool?",
a: "Anyone can sign in with Google or Apple. Verifying your university email is optional and unlocks the verified checkmark next to your name, which other riders see on every ride card.",
a: "Anyone can sign in with Google or Apple account. Verifying your university email is optional and unlocks the verified checkmark next to your name, which other riders see on every ride card.",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Eligibility Policy Contradicts Terms

This answer says anyone with a Google or Apple account can use UniPool, while the Terms require users to be students or staff at a supported university and sign in with an institute email. A non-university user can complete the current sign-in flow based on this FAQ but remain ineligible under the Terms, leaving users with conflicting account requirements.

Artifacts

▶ Screen recording from the T-Rex run

  • Shows the flow or interaction that T-Rex exercised.

Faq Eligibility

  • Shows the rendered state that T-Rex checked.

Terms Eligibility

  • Shows the rendered state that T-Rex checked.

Repro: Playwright script that exercised and captured both real application routes

  • Contains supporting evidence from the run (text/javascript; charset=utf-8).

Repro: successful browser execution output containing both exact rendered policy passages

  • Keeps the command output available without making the summary code-heavy.

Repro: Vite server output for the repository landing application used by the browser run

  • Keeps the command output available without making the summary code-heavy.

View artifacts

T-Rex Ran code and verified through T-Rex

Fix in Codex Fix in Claude Code Fix in Cursor

},
{
q: "Which platforms is the app on?",
Expand Down Expand Up @@ -55,8 +55,8 @@ const FAQ: FaqGroup[] = [
a: "Passengers pay the host directly over UPI. Tap Pay on the passenger profile sheet and your UPI app opens with the host's VPA prefilled.",
},
{
q: "Does UniPool hold the money?",
a: "No. UniPool never touches the money. There is no card capture and no platform fee. The fare moves directly between the two of you.",
q: "Does UniPool handle payments?",
a: "No. Payments are made directly between passengers and hosts via UPI. UniPool does not collect, hold, or process your money.",
},
],
},
Expand Down