Skip to content

TortoiseWolfe/SpokeToWork_v_001

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpokeToWork - Job Hunting by Bicycle

Track companies, plan bicycle routes, find work locally.

Try it →

What It Does

Feature Description
🏢 Track Companies Maintain target employers with status, priority, contacts
🚴 Plan Routes Optimized bicycle routes connecting multiple companies
💬 Secure Messages End-to-end encrypted communication
📅 Schedule Calendar integration for interviews
📱 Works Offline PWA that syncs when back online

Quick Links

Tech Stack

Next.js 15 • React 19 • TypeScript • Tailwind CSS 4 • Supabase • PWA

For Contributors

Docker required. All commands run inside container.

docker compose up                           # Start dev
docker compose exec spoketowork pnpm test   # Run tests

See CLAUDE.md for full development documentation.

Lighthouse Scores

Performance 92 • Accessibility 98 • Best Practices 95 • SEO 100 • PWA 92

Technical Debt

053 - Unified Browser Event HooksCOMPLETE

Duplicate event listeners (online/offline, click-outside, visibility). Consolidate into hooks. Created useOnlineStatus, useClickOutside, useVisibilityChange hooks. Migrated 3 components. View Spec

054 - Code ConsolidationCOMPLETE

Duplicate implementations (offline queue, audit logger, email validation, rate limiter). All consolidated: offline queue has adapters, email validation delegates to auth, dead code removed. View Spec

055 - Test Coverage ExpansionCOMPLETE

[View Spec](specs/055-test-coverage/spec.md)

All P1/P2 technical debt specs complete. See docs/TECHNICAL-DEBT.md for future items.

E2E Test Remediation

Status: 125 unique failures (27 CRITICAL, 65 HIGH, 24 MEDIUM, 9 LOW)

Root Causes:

  • AUTH_FAILURE (51%): Tests show "Sign In" link when authenticated state expected
  • STATE_DEPENDENT (26%): Tests assume data from previous runs
  • OVERLAY_BLOCKING (16%): Cookie consent banner visible in 95% of failures

Analysis Report: docs/specs/e2e-remediation/analysis-report.md

To start the remediation workflow:

/speckit.workflow Fix E2E test failures: 27 CRITICAL (auth failures blocking 51% of tests), 65 HIGH (feature-specific). Primary root cause is authentication not persisting - tests show "Sign In" link when auth expected. Secondary issue is cookie banner blocking 95% of tests. See docs/specs/e2e-remediation/analysis-report.md

License

MIT - See LICENSE

About

Track companies and generate optimized bicycle routes for in-person job hunting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •