[Add] Menambah fitur Data Sarana #1335
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Menambahkan fitur Data Sarana untuk OpenDK:
CRUD (Create, Read, Update, Delete) Data Sarana.
Export Excel dengan header berwarna, title, nama, dan tanggal.
Rekap jumlah sarana per kategori.
Unit/feature test untuk semua route Data Sarana.
Integrasi filter pencarian, kategori, dan tanggal untuk export & index.
Penambahan pagination
Relation Table data sarana dan data desa
Masalah Terkait (Related Issue):
Menyelesaikan issue #939 terkait detail dan pengelolaan Data Sarana di OpenDK.
Langkah untuk Mereproduksi (Steps to Reproduce):
Buka halaman Data Sarana di OpenDK.
Tambahkan data baru melalui form “Tambah”.
Edit data melalui tombol “Edit”.
Hapus data melalui tombol “Hapus” dan konfirmasi.
Klik tombol Export untuk mendownload Excel.
Jalankan unit test:
php artisan test --filter=DataSaranaControllerTest
Pastikan semua test berhasil.
Daftar Periksa (Checklist):
Saya telah mengikuti aturan penulisan script OpenDK.
Saya telah membuat unit/feature test untuk semua route Data Sarana.
Semua fitur telah diuji di local development.
Form dan export Excel sudah sesuai spesifikasi.
Kode telah di-push ke branch 939-sarana-detail.
Tangkapan Layar (Screenshot):