Pantry Lead Agent
9bdbe9a420
feat: add PWA offline testing documentation and verification ( #36 )
...
Deploy to Coolify / Deploy to Test (pull_request) Has been cancelled
Pull Request Checks / Validate PR (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Production (pull_request) Has been cancelled
Deploy to Coolify / Code Quality (pull_request) Has been cancelled
Deploy to Coolify / Run Tests (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Development (pull_request) Has been cancelled
- Create comprehensive PWA_TESTING.md guide
- Add automated verify-pwa script
- Document all test categories:
- PWA manifest & installation
- Service worker functionality
- Offline mode
- Cross-platform testing
- Performance testing
- Storage management
- Include platform-specific test cases
- Add troubleshooting section
- Create success criteria checklist
- Verify all PWA components present
Testing script checks:
- All icon assets exist
- Screenshots present
- Nuxt config valid
- Composables available
- Components present
- Offline page exists
All automated checks pass ✅
Closes #36
2026-02-25 00:11:21 +00:00
Pantry Lead Agent
762ec56a3c
feat: generate PWA icons and assets ( #33 )
...
Deploy to Coolify / Deploy to Development (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Production (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Test (pull_request) Has been cancelled
Pull Request Checks / Validate PR (pull_request) Has been cancelled
Deploy to Coolify / Code Quality (pull_request) Has been cancelled
Deploy to Coolify / Run Tests (pull_request) Has been cancelled
- Create icon.svg with pantry shelves design
- Generate icon-192x192.png and icon-512x512.png
- Generate maskable variants for better Android support
- Create favicon.ico and apple-touch-icon.png
- Generate placeholder screenshots (mobile + desktop)
- Add icon generation scripts using sharp
- Add npm script for easy regeneration
Icon design features:
- Emerald gradient background (#10b981)
- Pantry shelves with jars, boxes, and cans
- Clean, recognizable silhouette
- Works at all sizes
Closes #33
2026-02-25 00:06:07 +00:00
Pantry Lead Agent
14e5cab7bb
feat: add PWA manifest configuration ( #32 )
...
Deploy to Coolify / Code Quality (pull_request) Has been cancelled
Deploy to Coolify / Run Tests (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Development (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Production (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Test (pull_request) Has been cancelled
Pull Request Checks / Validate PR (pull_request) Has been cancelled
- Install @vite-pwa/nuxt module
- Configure PWA manifest with app metadata
- Set up Workbox service worker configuration
- Add runtime caching for Supabase API
- Enable PWA dev mode for testing
- Configure icons and screenshots (placeholders for #33 )
Closes #32
2026-02-25 00:03:24 +00:00
Pantry Lead Agent
1f21032194
feat: add local development setup with Docker Compose
...
Pull Request Checks / Validate PR (pull_request) Has been cancelled
Deploy to Coolify / Code Quality (pull_request) Has been cancelled
Deploy to Coolify / Run Tests (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Development (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Production (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Test (pull_request) Has been cancelled
Complete local dev environment for testing:
**Docker Compose Stack:**
- PostgreSQL 15 (Supabase)
- GoTrue (Auth service)
- PostgREST (Auto-generated API)
- Kong (API Gateway)
- Realtime (WebSocket subscriptions)
- Storage API (S3-compatible)
- Supabase Studio (Admin UI on :54323)
**Configuration:**
- Kong routing config for all Supabase services
- Environment variables with example JWT/API keys
- Auto-apply migrations on first startup
- Persistent volumes for data
**Documentation:**
- DEV_SETUP.md with step-by-step guide
- Troubleshooting section
- Common tasks (reset DB, view logs, etc.)
- Pre-seeded data reference
**Bonus:**
- BarcodeScanner.vue component (Week 3 preview)
- html5-qrcode library installed
Ready to run: `docker-compose up -d && cd app && bun run dev`
Access:
- App: http://localhost:3000
- Supabase API: http://localhost:54321
- Supabase Studio: http://localhost:54323
- PostgreSQL: localhost:5432
2026-02-09 13:35:26 +00:00
Pantry Lead Agent
01c5880e37
feat: complete Week 1 frontend setup ( #9 #10 #11 #12 )
...
Deploy to Coolify / Code Quality (pull_request) Has been cancelled
Deploy to Coolify / Run Tests (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Development (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Production (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Test (pull_request) Has been cancelled
Pull Request Checks / Validate PR (pull_request) Has been cancelled
- Install and configure Tailwind CSS (#9 )
- Install Nuxt UI component library (#10 )
- Create app layout with header/footer components (#11 )
- Implement Supabase client composable (#12 )
- Add TypeScript database types
- Create placeholder pages (index, scan, settings)
- Setup responsive navigation with mobile menu
- Configure auth state management
All Week 1 frontend foundation tasks complete.
2026-02-09 12:55:58 +00:00
Pantry Lead Agent
223f4b6ea1
feat: scaffold Nuxt 4 app with minimal template
2026-02-09 12:53:51 +00:00