fullsizemalt
d45f382b08
fix: DevTools demo users now match actual seeded accounts
2025-12-17 01:59:37 -08:00
fullsizemalt
57dee7870a
fix: DevTools account switcher navigates to dashboard after login
Deploy to Production / deploy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
2025-12-17 01:57:42 -08:00
fullsizemalt
15b50a74c6
feat: global breadcrumbs + walkthrough photo upload
...
Deploy to Production / deploy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
Breadcrumbs:
- Added Breadcrumbs to main Layout (appears on ALL pages)
- Dynamic route support (/batches/:id, /rooms/:id)
- Proper navigation hierarchy
Daily Walkthrough:
- Enhanced layout with progress bar
- Photo capture from camera or file upload
- Notes fields for each check
- Improved touch targets and mobile UX
Removed inline breadcrumbs from individual pages since
they now come from the global Layout.
2025-12-12 21:22:01 -08:00
fullsizemalt
a2120170b6
fix: intentional walkthrough UI redesign
...
Deploy to Production / deploy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
- DailyWalkthroughPage: Centered, compact start screen with minimal chrome
- Summary: Statistical overview with compact cards
- ReservoirChecklist: Single column centered, tighter spacing
- IrrigationChecklist: Compact status rows, inline toggles
- PlantHealthChecklist: Segmented health control, minimal layout
- Layout: Remove theme toggle from desktop sidebar (cleaner)
2025-12-12 16:49:41 -08:00
fullsizemalt
efb298e119
fix: thorough Linear design audit
...
Deploy to Production / deploy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
- ThemeToggle: Single button cycle instead of 3-button bar
- UserMenu: Cleaner styling with accent avatar
- MobileNavSheet: Consistent Linear tokens
- Walkthrough checklists: Desktop two-column layout
- RoleModal: Toggle buttons instead of tiny checkboxes
- IPMScheduleModal: Toggle buttons instead of checkbox
- ScoutingModal: Toggle buttons instead of checkbox
2025-12-12 15:49:21 -08:00
fullsizemalt
f4e6e03ac0
fix: update DevTools login to use new auth signature
Deploy to Production / deploy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
2025-12-12 14:45:19 -08:00
fullsizemalt
71e58dd4c7
feat: Linear-inspired UI redesign with Space Grotesk headlines
...
Deploy to Production / deploy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
- Complete UI refactor with charcoal/bone color palette
- Add Space Grotesk font for headlines, Inter for body
- Update all 24+ pages with new design system
- Add LinearPrimitives reusable components
- Improve dark mode support throughout
- Add subtle micro-animations and transitions
2025-12-12 14:29:47 -08:00
fullsizemalt
6808446ff0
fix: Enable DevTools on testing domains (*.runfoo.run)
Deploy to Production / deploy (push) Failing after 0s
Test / backend-test (push) Failing after 0s
Test / frontend-test (push) Failing after 0s
2025-12-11 11:08:05 -08:00
fullsizemalt
4663b0ac86
feat: Navigation refactor with RBAC, DevTools for quick user switching, enhanced seed data
...
Deploy to Production / deploy (push) Failing after 0s
Test / backend-test (push) Failing after 0s
Test / frontend-test (push) Failing after 0s
- Refactored navigation with grouped sections (Operations, Cultivation, Analytics, etc.)
- Added RBAC-based navigation filtering by user role
- Created DevTools panel for quick user switching during testing
- Added collapsible sidebar sections on desktop
- Mobile: bottom nav bar (4 items + More) with slide-up sheet
- Enhanced seed data with [DEMO] prefix markers
- Added multiple demo users: Owner, Manager, Cultivator, Worker
- Fixed domain to runfoo.run
- Added Audit Log and SOP Library pages to navigation
- Created usePermissions hook and RoleBadge component
2025-12-11 11:07:22 -08:00
fullsizemalt
558e0ac1e2
feat: Full Spec Kit compliance implementation
...
Deploy to Production / deploy (push) Failing after 0s
Test / backend-test (push) Failing after 0s
Test / frontend-test (push) Failing after 0s
Photo Management (per specs/photo-management.md):
- Sharp integration for 3-size compression (thumb/medium/full)
- WebP output with 80-90% quality
- Client-side compression with browser-image-compression
- PhotoUpload component with camera/drag-drop support
- Upload API with bulk support and stats endpoint
Testing:
- Backend: Jest tests for all major API endpoints
- Frontend: Vitest tests for utilities and API clients
- CI: Updated Forgejo workflow for test execution
Specs (100% coverage):
- visitor-management.md (Phase 8)
- messaging.md (Phase 9)
- audit-and-documents.md (Phase 10)
- accessibility-i18n.md (Phase 11)
- hardware-integration.md (Phase 12)
- advanced-features.md (Phase 13)
Documentation:
- OpenAPI 3.0 spec (docs/openapi.yaml)
- All endpoints documented with schemas
2025-12-11 09:53:32 -08:00
fullsizemalt
32fd739ccf
feat: Complete Phases 8-13 implementation
...
Deploy to Production / deploy (push) Failing after 0s
Test / backend-test (push) Failing after 0s
Test / frontend-test (push) Failing after 0s
Phase 8: Visitor Management
- Visitor/VisitorLog/AccessZone models
- Check-in/out with badge generation
- Zone occupancy tracking
- Kiosk and management pages
Phase 9: Messaging & Communication
- Announcements with priority levels
- Acknowledgement tracking
- Shift notes for team handoffs
- AnnouncementBanner component
Phase 10: Compliance & Audit Trail
- Immutable AuditLog model
- Document versioning and approval workflow
- Acknowledgement tracking for SOPs
- CSV export for audit logs
Phase 11: Accessibility & i18n
- WCAG 2.1 AA compliance utilities
- react-i18next with EN/ES translations
- User preferences context (theme, font size, etc)
- High contrast and reduced motion support
Phase 12: Hardware Integration
- QR code generation for batches/plants/visitors
- Printable label system
- Visitor badge printing
Phase 13: Advanced Features
- Environmental monitoring (sensors, readings, alerts)
- Financial tracking (transactions, P&L reports)
- AI/ML insights (yield predictions, anomaly detection)
2025-12-11 00:26:25 -08:00
fullsizemalt
e240ec7911
feat(phase2): Implement Phase 2 - Plant Touch Points & IPM
...
Added PlantTouchPoint and IPMSchedule models. Implemented touch-points and IPM controllers/routes. Updated frontend with Dashboard feed and IPM widgets.
2025-12-09 21:22:47 -08:00
fullsizemalt
f95b626724
feat: Shopping List UI + Roadmap Update
...
📦 Shopping List Feature (Phase 3A)
- Full SupplyItem model with Vendor & ProductUrl
- Shopping List / Inventory toggle
- Add Item Modal (Category, Thresholds, Vendor info)
- 'Order Now' external link logic
- 'Mark Ordered' tracking
- Quantity +/- adjustments
📅 Roadmap Update:
- Defined Unified Master Calendar (Phase 4)
- Added granular toggles (Emp Schedules, Taxes, Compliance, Plant Cycle, etc.)
🚀 Status:
- Backend deployed (Schema synced)
- Frontend deploying...
2025-12-09 15:26:35 -08:00
fullsizemalt
17138b2f80
docs: Add roadmap + implementation plan
...
📋 Documentation:
- ROADMAP.md (complete feature roadmap)
- QUICK-IMPLEMENTATION-PLAN.md (shopping list, touch points, tasks)
⚠️ CRITICAL ISSUE IDENTIFIED:
- ALL pages have hardcoded bg-white (not dark mode compatible)
- Need to fix: Dashboard, Batches, Rooms, Timeclock, Walkthrough
- Font stack reverting to Inter (CSS not syncing properly)
Next: Mass dark mode fix for all pages
2025-12-09 15:05:53 -08:00
fullsizemalt
9b82e08d34
fix: Add walkthrough route + SVG icons + animations
...
🔧 Critical Fixes:
- Added /walkthrough route to router
- Fixed 404 error on Daily Walkthrough
✨ Visual Upgrades:
- Replaced ALL emojis with Lucide SVG icons
- Added smooth animations (fadeIn, slideIn, scaleIn, shimmer)
- Icon scale effects on hover/active
- Pulse animations on active indicators
- Smooth theme transitions
- Professional icon set throughout
🎨 Polish:
- Space Grotesk font (premium geometric)
- Emerald scrollbars
- Animated nav icons
- Status indicators with pulse
- Smooth color transitions
Dependencies:
- Added lucide-react for SVG icons
Status: Production-ready with animations
2025-12-09 14:51:44 -08:00
fullsizemalt
b20edc0c33
fix: Add missing heatmap components and User.name field
...
🔧 Build Fixes:
- Created FloorToggle component
- Created HealthLegend component
- Added name field to User interface
Components complete for heatmap feature
2025-12-09 14:43:54 -08:00
fullsizemalt
c7974989c2
feat: Daily Walkthrough - All Checklists Complete!
...
🎉 Frontend UI Complete (Phase 1.5)
📁 Files Created:
- frontend/src/components/walkthrough/IrrigationChecklist.tsx
- frontend/src/components/walkthrough/PlantHealthChecklist.tsx
✨ Irrigation Checklist Features:
- Zone-by-zone checks (4 zones)
- Dripper counter (+/- buttons)
- Failed dripper tracking
- Water flow toggle
- Nutrients mixed toggle
- Schedule active toggle
- Auto status detection (all good vs issues)
- Issue notes field
- Photo upload for problems
- Touch-friendly controls
✨ Plant Health Checklist Features:
- Zone-by-zone inspection (4 zones)
- Health status selector (Good/Fair/Needs Attention)
- Emoji-based UI (😊 😐 😟 )
- Pest observation toggle
- Pest type input
- Water access toggle
- Food access toggle
- Auto flag for attention
- Issue + reference photos
- Notes field
📱 Mobile Optimizations:
- Large tap targets (56px buttons)
- Visual feedback (active states)
- Color-coded status (green/yellow/red)
- Touch-friendly toggles
- Grid layouts for options
- Progress tracking
- Zone-by-zone workflow
🎨 UX Highlights:
- Consistent design across all 3 checklists
- Clear visual hierarchy
- Intuitive controls
- Minimal typing required
- Photo placeholders ready
- Auto-save ready
📊 Frontend Progress: 80% Complete
⏭️ Next: Integration + Summary Screen
2025-12-09 14:16:32 -08:00
fullsizemalt
d156569d99
feat: Daily Walkthrough Frontend - Start + Reservoir Checks
...
🎨 Frontend UI Implementation (Phase 1.5)
📁 Files Created:
- frontend/src/pages/DailyWalkthroughPage.tsx
- frontend/src/components/walkthrough/ReservoirChecklist.tsx
✨ Features:
- Mobile-first walkthrough start screen
- 777 Wolfpack branding
- Progress tracking
- Visual tank level indicator
- Touch-friendly slider (44px+ targets)
- Auto status detection (OK/LOW/CRITICAL)
- Color-coded status badges
- Notes field
- Photo upload placeholder
- Responsive design (mobile → tablet → desktop)
📱 Mobile Optimizations:
- Large tap targets (56px buttons)
- Visual feedback (active states)
- Bottom navigation on mobile
- Gradient backgrounds
- Backdrop blur effects
- Touch-friendly sliders
🎨 UX Features:
- Step-by-step wizard
- Progress bar
- Tank-by-tank workflow
- Auto-save ready
- Back navigation
- Clear status indicators
⏭️ Next: Irrigation + Plant Health checklists
Status: 40% Frontend Complete
2025-12-09 14:13:38 -08:00
fullsizemalt
f54aba713e
feat: Mobile-First Login + 777 Wolfpack Branding
...
✅ Implemented:
- SplashScreen component with 777 Wolfpack logo
- Mobile-first LoginPage with responsive breakpoints
- Touch-friendly inputs (56px button height, 44px+ inputs)
- 777 Wolfpack branding throughout
- Dark mode support
- Loading states
- Gradient background with logo
- Fixed accessToken (was 'token')
📱 Mobile Optimizations:
- Logo: 24px mobile → 32px tablet
- Inputs: py-3 mobile → py-4 tablet
- Text: text-2xl mobile → text-3xl tablet
- Spacing: p-6 mobile → p-8 tablet
- Min button height: 56px (exceeds 44px standard)
🎨 777 Wolfpack Branding:
- Logo displayed prominently
- "777 Wolfpack Edition" subtitle
- Team name in footer
- Blue/slate color scheme matching logo
⏭️ Next: Mobile navigation + responsive dashboard
2025-12-09 13:59:36 -08:00
fullsizemalt
6b724386ba
feat: Phase 1 Complete (Backend + Frontend)
Deploy to Production / deploy (push) Failing after 0s
Test / backend-test (push) Failing after 0s
Test / frontend-test (push) Failing after 0s
2025-12-09 09:24:00 -08:00
fullsizemalt
e9bc75b52c
feat: Setup React Router, Tailwind, and shadcn/ui components
...
- Added React Router with Home, Login, Dashboard pages
- Configured Tailwind CSS with custom theme
- Installed shadcn/ui components (button, card, input, etc.)
2025-12-09 01:19:33 -08:00