Commit Graph

14 Commits

Author SHA1 Message Date
micko samawa 782e002914 fix: pass selectedJenisLayanan to LaundryDetailScreen in LaundryCard 2026-06-29 13:12:10 +07:00
micko samawa be58c556c0 fix(mobile): format waktu proses laundry - 72 jam menjadi 3 hari, 10 jam tetap 10 jam 2026-06-29 09:40:18 +07:00
micko samawa 6ccd792d78 fix(mobile): resolve laundry processing time (waktuProses) dynamically based on selectedJenisLayanan in recommendation cards and details 2026-06-28 14:26:01 +07:00
micko samawa c04f98eadf fix(mobile): resolve laundry service price dynamically based on selectedJenisLayanan in recommendation cards and details 2026-06-28 14:14:02 +07:00
micko samawa d26c52a5c9 Improve recommendation and laundry UI 2026-06-28 11:06:18 +07:00
micko samawa cf4435580d final update web and mobile 2026-06-12 22:46:44 +07:00
micko samawa e29c87645b feat: laundry UI — chips, presets, antar/jemput; remove rating; placeholder fixes; keep criteria visible 2026-05-19 16:52:14 +07:00
micko samawa 605e92bbd9 Fix: Reset super admin, fix User model role attribute, remove rate limiting for development
- Added new super admin account (mikoadmin@gmail.com)
- Fixed User model getRoleLabelAttribute() to handle null role
- Fixed AuthController to refresh user after creation
- Removed rate limiting from register/login endpoints for development
- Added migration to ensure role and phone columns exist
- Updated app config with correct IP (10.192.233.99:8000)
- Fixed API response to include all required fields for Flutter
2026-05-19 08:01:07 +07:00
micko samawa a8e72f1203 Fix laundry distance display with user location and cleanup mobile laundry model 2026-04-04 13:16:51 +07:00
micko samawa 79305d29c4 Web API Security Improvements: Rate limiting, centralized error handling, N+1 query fixes, CORS/Sanctum config, caching, export system fix, and pagination UI improvements 2026-02-26 00:18:36 +07:00
micko samawa 7453d3b322 Fix price display format and improve UI/UX across all screens - Replace confusing K notation with proper Rp format with thousand separators - Add /bln and /kg suffix for clarity - Improve card shadows, icons, and sections for professional appearance - Create currency formatter utility 2026-02-24 19:42:59 +07:00
micko samawa d94e7db501 feat: add listing favorites + WhatsApp contact (manifest + model + UI) 2026-02-23 10:20:19 +07:00
micko samawa 5fe31899db feat: implement booking system and SAW improvements for mobile
- Add BookingFormScreen with date picker, duration selection, and cost calculation
- Wire up booking button in kontrakan detail screen with auth check
- Add auto-balance bobot system ensuring total always equals 100 percent
- Replace preset profiles with jenis_layanan selection for laundry SAW
- Fix kontrakan status display (tersedia/available) in cards
- Add isAvailable helper in Kontrakan model
- Add jenis_layanan parameter to API SAWController
- Update getNilaiLaundry to filter by specific service type
- Add intl package for date formatting in booking form
2026-02-20 22:57:21 +07:00
micko samawa fd956653ea Initial commit: SPK Rekomendasi Kontrakan & Laundry dengan Flutter dan Laravel 11 2026-02-10 21:20:48 +07:00