Commit Graph

  • be4a576669 fix: replace deprecated PageRouteBuilder with MaterialPageRoute in splash screen main micko samawa 2026-06-29 14:01:30 +0700
  • 4a5a2d0501 fix: clean up splash screen - remove debug subnet text, fix font, add version label, reorder loading UI micko samawa 2026-06-29 13:58:49 +0700
  • b0046d7dff feat: enhance profile screen with camera avatar, notification settings, help/FAQ, privacy policy, and red logout button micko samawa 2026-06-29 13:52:04 +0700
  • e8d5818b51 feat: show processing duration in Kiloan and Express pricing cards micko samawa 2026-06-29 13:26:37 +0700
  • 9e802c38ad fix: change Laundry Express label from (Jam/Satuan) to (Jam) micko samawa 2026-06-29 13:21:49 +0700
  • 782e002914 fix: pass selectedJenisLayanan to LaundryDetailScreen in LaundryCard micko samawa 2026-06-29 13:12:10 +0700
  • 102abd6a8f fix(mobile): format waktu proses di halaman pencarian, beranda, dan favorit micko samawa 2026-06-29 09:54:12 +0700
  • be58c556c0 fix(mobile): format waktu proses laundry - 72 jam menjadi 3 hari, 10 jam tetap 10 jam micko samawa 2026-06-29 09:40:18 +0700
  • d9f70573f6 fix(api): only sync kontrakan status based on sewa bookings, not survei micko samawa 2026-06-29 09:31:43 +0700
  • 6557d4aa5f style: format jam_survei to HH.ii format without seconds in admin views micko samawa 2026-06-29 09:21:25 +0700
  • ca476cb8e6 feat: tampilkan jam_survei di admin list dan detail booking, tambah fillable jam_survei di model micko samawa 2026-06-29 08:59:06 +0700
  • 0c29575843 feat(admin): allow owner admins to delete their own kontrakan data micko samawa 2026-06-29 08:18:34 +0700
  • 22b9694588 feat(admin): add payment verification flow for bookings micko samawa 2026-06-29 08:07:03 +0700
  • f85c7e1809 fix(api): add missing PAYMENT_VERIFICATION constant and label to Booking model micko samawa 2026-06-29 07:59:02 +0700
  • 1aaa15a38e fix(api): add missing isSurvey() and isSewa() methods to Booking model micko samawa 2026-06-29 07:56:36 +0700
  • 743a75baff fix(admin): add admin.bookings.ktp-photo route and controller action micko samawa 2026-06-29 07:50:07 +0700
  • 1d681b483e feat(mobile): implement real email verification screen and flows micko samawa 2026-06-28 14:54:49 +0700
  • ff3f43703e fix(mobile): ubah label Cost/Benefit menjadi Biaya/Keuntungan (bahasa Indonesia) micko samawa 2026-06-28 14:43:27 +0700
  • d2b60c8062 fix(mobile): kecepatan_layanan tipe Cost bukan Benefit di UI, tambah case Fasilitas layanan micko samawa 2026-06-28 14:41:24 +0700
  • 3c0227a557 fix(saw): kecepatan_layanan harus Cost bukan Benefit, fix custom bobot key mapping untuk Fasilitas layanan micko samawa 2026-06-28 14:36:40 +0700
  • 6ccd792d78 fix(mobile): resolve laundry processing time (waktuProses) dynamically based on selectedJenisLayanan in recommendation cards and details micko samawa 2026-06-28 14:26:01 +0700
  • c04f98eadf fix(mobile): resolve laundry service price dynamically based on selectedJenisLayanan in recommendation cards and details micko samawa 2026-06-28 14:14:02 +0700
  • 00dc5b4a96 fix(mobile): resolve fake gallery item urls with their main photo path (uploads/kontrakan and uploads/Laundry) instead of forcing uploads/galeri path micko samawa 2026-06-28 13:59:27 +0700
  • ebddf558d3 fix: prevent division by zero by safeguarding zero float conversion in SAW calculations micko samawa 2026-06-28 13:44:16 +0700
  • 675c05537e fix: cast SAW operands to float to prevent TypeError on production PHP micko samawa 2026-06-28 13:40:48 +0700
  • 5f54fe7db9 fix(mobile): use full absolute foto_url from API for Kontrakan and Laundry micko samawa 2026-06-28 13:29:31 +0700
  • f197bfaccb fix: inject foto_url (full absolute URL) di API response Kontrakan & Laundry micko samawa 2026-06-28 13:26:50 +0700
  • d26c52a5c9 Improve recommendation and laundry UI micko samawa 2026-06-28 11:06:18 +0700
  • 2a03df835f Final TA - Booking flow improvements micko samawa 2026-06-28 01:03:47 +0700
  • 3e6188bfaa refine dashboard and admin access micko samawa 2026-06-14 21:15:56 +0700
  • 721c5dd9d4 improve admin dashboard micko samawa 2026-06-13 12:59:33 +0700
  • cf4435580d final update web and mobile micko samawa 2026-06-12 22:46:44 +0700
  • bcd994b19d fix(recommendation): show input view by default; improve location detection fallback micko samawa 2026-05-28 15:43:42 +0700
  • 6bad1aa7b2 feat: Implement admin-scoped data visibility and comprehensive authorization micko samawa 2026-05-25 14:00:20 +0700
  • e29c87645b feat: laundry UI — chips, presets, antar/jemput; remove rating; placeholder fixes; keep criteria visible micko samawa 2026-05-19 16:52:14 +0700
  • 605e92bbd9 Fix: Reset super admin, fix User model role attribute, remove rate limiting for development micko samawa 2026-05-19 08:01:07 +0700
  • 2a14a0cfb9 chore: Update mobile API server IP to 10.31.174.99 for WiFi network micko samawa 2026-05-18 20:51:40 +0700
  • 585d36fe09 feat: Separate admin and user tables for independent authentication micko samawa 2026-05-18 20:50:22 +0700
  • cf41a8b582 Perbaiki pengisian alamat laundry dari peta micko samawa 2026-05-17 14:16:55 +0700
  • c0fe039e91 Update mobile config, add admin reminder notifications, and apply migrations micko samawa 2026-05-10 23:29:18 +0700
  • 8359e2db4a Fix CSRF 419 by excluding _token/_method from laundry draft autosave micko samawa 2026-04-26 21:14:59 +0700
  • 82227f5851 Harden admin access and clean unused web controllers micko samawa 2026-04-18 00:32:43 +0700
  • 864be692e8 feat: modernize mobile UI and normalize laundry service handling micko samawa 2026-04-16 01:00:10 +0700
  • a8e72f1203 Fix laundry distance display with user location and cleanup mobile laundry model micko samawa 2026-04-04 13:16:51 +0700
  • b192557bb8 Update user management, booking model, and mobile screens micko samawa 2026-03-14 11:11:28 +0700
  • 1a277067f4 Fix favorites system: improve error handling, type safety, and UI feedback micko samawa 2026-03-07 00:45:30 +0700
  • 73e8f197f2 Add laundry open/close times and status fields micko samawa 2026-02-27 03:56:39 +0700
  • 786743231c fix: Laravel Backend Security & Stability Improvements micko samawa 2026-02-26 00:19:15 +0700
  • 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 micko samawa 2026-02-26 00:18:36 +0700
  • 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 micko samawa 2026-02-24 19:42:59 +0700
  • d94e7db501 feat: add listing favorites + WhatsApp contact (manifest + model + UI) micko samawa 2026-02-23 10:20:19 +0700
  • 5886d148ab Rewrite ProfileScreen: professional UI & navigation; add EditProfile and ChangePassword screens micko samawa 2026-02-22 20:46:44 +0700
  • 5fe31899db feat: implement booking system and SAW improvements for mobile micko samawa 2026-02-20 22:57:21 +0700
  • fd956653ea Initial commit: SPK Rekomendasi Kontrakan & Laundry dengan Flutter dan Laravel 11 micko samawa 2026-02-10 21:20:48 +0700