Adjustments from Handover
This page tracks every intentional change made to the codebase relative to what was received from the third-party handover. It exists so that anyone picking this up later can understand what we changed, why, and what the original state was.
django-api — captcha token field allows blank for test bypass (DA-67)
Date: 2026-04-07 · Branch: DA-67-fix-captcha-allow-blank (merged)
The application form was non-functional in all environments without a configured VITE_RECAPTCHA_KEY. Full detail in the Inherited Defects Register.
portals — add .pnpm-store/ to .gitignore
Date: 2026-04-02 Branch: DA-24-improvements
Problem: The portals submodule's .gitignore did not include .pnpm-store/, causing ~10,000 pnpm cache files to appear as untracked changes after a local install.
Fix: Added .pnpm-store/ under the dependency directories section of portals/.gitignore.
Original state: .pnpm-store/ was absent from the ignore list. The testing submodule already had it correctly.