Run these checks before and after adding new features to confirm nothing is broken.
Current user can authenticate and retrieve their profile
Active clubs can be fetched from the database
Current user's MemberProfile record exists and is complete
Current user is subscribed to at least one club
At least one mail list exists in the system
Published news posts can be fetched
Active polls can be fetched from the database
Election race records can be fetched
State detection correctly identifies TX and FL from sample addresses
Login, Register, Forgot Password, and Reset Password pages all resolve (not 404)
The sendVerificationCode backend function is reachable (not called, just existence check)
The verifyIdentityCode backend function is reachable