GOPValues — QA Dashboard

← Dashboard

System Health Check

Run these checks before and after adding new features to confirm nothing is broken.

Authentication

Current user can authenticate and retrieve their profile

Clubs Load

Active clubs can be fetched from the database

Member Profile

Current user's MemberProfile record exists and is complete

User Club Subscriptions

Current user is subscribed to at least one club

Mail Lists

At least one mail list exists in the system

News Posts

Published news posts can be fetched

Active Polls

Active polls can be fetched from the database

Election Races

Election race records can be fetched

Precinct Lookup — State Detection

State detection correctly identifies TX and FL from sample addresses

Critical Routes Accessible

Login, Register, Forgot Password, and Reset Password pages all resolve (not 404)

Backend: sendVerificationCode exists

The sendVerificationCode backend function is reachable (not called, just existence check)

Backend: verifyIdentityCode exists

The verifyIdentityCode backend function is reachable

Run this dashboard before adding new features to get a baseline, and again after to confirm nothing regressed. Add test cases here as new features are built.