undef-engine 2026-02-20
Merge ported Responsum fixes for queries, regex, and test selectors
6 files · 73+ · 33-

Merge ported fixes from Responsum

6 files changed
  • screens.py Regex compilation moved to module level
  • timer.py N+1 query optimization with bulk lookups
  • RegisterForm.tsx Added test IDs for stable selector targeting
  • flow-complete.spec.ts Updated registration form selectors
  • room-browsing.spec.ts Updated room browsing test IDs
  • test_screens_rich_parsing.py Added unit tests for screen parsing
  • Merged PR #1 porting N+1 query optimization from the timer repository and regex module-level compilation from the screens route streamline internal
    2 files
    • screens.py
    • timer.py
  • Updated E2E test selectors for registration and room browsing to match the current DOM structure qualify behavioral
    3 files
    • RegisterForm.tsx
    • flow-complete.spec.ts
    • room-browsing.spec.ts