Next.js real-estate office/agency portal (apps/web/offices, port 3003). Mirrors web-companies exactly today: a splash page plus login/signup/forgot-password on shared @buyootna/ui forms. No office dashboard exists yet.
Portal is correctly scoped to an auth-only shell (known gap)
P1
Verify that apps/web/offices currently only exposes the splash page and the three auth routes, so that this is tracked as expected current scope, mirroring web-companies, rather than filed as a missing-dashboard bug.
Signup correctly defaults to and submits the OFFICE role
P0
Verify SignupForm here is configured with defaultRole="OFFICE" and actually submits OFFICE to POST auth/register, so that an agency signing up through this portal isn't misprovisioned as an individual or company account.
Shared form behavior stays in parity with web-companies
P2
Verify that because web-offices and web-companies both consume the same @buyootna/ui LoginForm/SignupForm/ForgotPasswordForm, any bug fix or regression found in one portal's auth forms is checked against the other, so that a fix applied to one doesn't leave the shared-component bug live in its sibling portal.
AC-01Any validation, styling, or submission-flow bug found in web-companies' auth forms is re-tested against web-offices (and vice versa) before being closed.
AC-02The only expected differences between the two portals' auth flows are the defaultRole value and the splash copy/branding.
Test Scenarios
TC-01Run the exact same auth test cases (companies-shared-form-validation, companies-forgot-password) against web-offices and confirm identical behavior aside from role and copy.
TC-02If a fix lands in packages/ui for one of these forms, re-run this parity check across both companies and offices portals.