Files
hipmi-mobile/tasks
bagasbanuna c3cf354c28 feat: Migrate Portfolio & Maps screens + perbaiki bug auto-scroll keyboard
Phase 3 - Portfolio Screens (6 files):
- [id]/index.tsx: ViewWrapper → OS_Wrapper (detail dengan pull-to-refresh)
- [id]/edit.tsx: NewWrapper → OS_Wrapper (form + keyboard handling)
- [id]/edit-logo.tsx: ViewWrapper → OS_Wrapper (upload logo)
- [id]/edit-social-media.tsx: ViewWrapper → OS_Wrapper (form + keyboard handling)
- ViewListPortofolio.tsx: NewWrapper → OS_Wrapper (pagination list)
- ScreenPortofolioCreate.tsx: NewWrapper → OS_Wrapper (form + keyboard handling)

Phase 4 - Maps Screens (2 files):
- ScreenMapsCreate.tsx: NewWrapper → OS_Wrapper (form + keyboard handling)
- ScreenMapsEdit.tsx: ViewWrapper → OS_Wrapper (form + keyboard handling)

Bug Fixes:
- Perbaiki auto-scroll keyboard yang membuat input paling atas 'terlempar' keluar layar
- Gunakan UIManager.measure untuk mendapatkan posisi absolut input (pageY) secara akurat
- Logika conditional scroll:
  * Jika input terlihat (di atas keyboard) → TIDAK SCROLL
  * Jika input tertutup keyboard → Scroll secukupnya
- Helper cloneChildrenWithFocusHandler sekarang aktif menyuntikan onFocus handler ke semua TextInput/TextArea/PhoneInput/Select
- Hapus KeyboardAvoidingView dari AndroidWrapper static mode (tidak diperlukan lagi)

Pattern yang diterapkan:
- List screens: contentPaddingBottom=100 (default)
- Form screens: contentPaddingBottom={250} + enableKeyboardHandling
- NO PADDING_INLINE (sesuai preferensi user - mencegah box menyempit)

Dokumentasi:
- Update TASK-005 dengan status lengkap Phase 1-4 (27 files migrated)
- Tambahkan urutan phase baru: Event (Phase 5), Voting (Phase 6), Forum (Phase 7), Donation (Phase 8)

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-04-08 17:27:06 +08:00
..
2026-04-01 17:17:12 +08:00

Tasks Directory

Direktori ini berisi task list untuk development dan perbaikan aplikasi HIPMI Mobile.

📋 Task List

Task ID Judul Status Prioritas
TASK-001 Footer/Tabs Consistency Fix Pending High

📝 Cara Menggunakan Tasks

  1. Lihat task yang tersedia di daftar atas
  2. Review task untuk memahami scope dan acceptance criteria
  3. Kerjakan task sesuai sub-tasks yang terdaftar
  4. Update status setelah selesai

Task Status Legend

  • Pending: Task belum dimulai
  • 🔄 In Progress: Task sedang dikerjakan
  • Completed: Task selesai
  • Cancelled: Task dibatalkan
  • ⚠️ Blocked: Task terhambat dependency

📌 Task Template

Untuk membuat task baru, gunakan format berikut:

# Task: [Judul Task]

## 📋 Deskripsi
[Jelaskan masalah/fitur]

## 🎯 Tujuan
[Tujuan yang ingin dicapai]

## 🔍 Analisis Masalah Saat Ini
[Analisis kondisi existing]

## 📝 Sub-Tasks
- [ ] Task 1
- [ ] Task 2
- [ ] Task 3

## ✅ Acceptance Criteria
1. [Criteria 1]
2. [Criteria 2]

## 📚 Referensi
[Link referensi]

## 🔄 Status
**Status**: ⏳ Pending
**Created**: YYYY-MM-DD
**Updated**: YYYY-MM-DD