Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Penambahan data yang dikirim ke http://pantau.opensid.my.id/ #730

Closed
pandigresik opened this issue Jul 8, 2023 · 1 comment
Closed

Penambahan data yang dikirim ke http://pantau.opensid.my.id/ #730

pandigresik opened this issue Jul 8, 2023 · 1 comment
Assignees
Labels
fitur New feature or request T2

Comments

@pandigresik
Copy link
Contributor

Jelaskan alasan dibutuhkannya fitur ini
Agar tracksid bisa menampilkan data sebaran opendk dengan benar di peta

Beri keterangan jelas apa yang diharapkan
OpenDK juga mengirimkan data lat dan lng yang menunjukkan lokasi koordinat di peta sebagaimana OpenSID juga mengirimkan informasi tersebut

Lampirkan contoh tangkapan layar atau contoh laporan
Data yang dikirim saat ini
$data = [ 'url' => url('/'), 'versi' => config('app.version'), 'jumlah_desa' => DataDesa::count(), 'desa' => json_encode(DataDesa::select(['desa_id', 'nama', 'sebutan_desa', 'path', 'website'])->get()), 'jumlahdesa_sinkronisasi' => DataDesa::count(), 'jumlah_penduduk' => Penduduk::where('status_dasar', 1)->count(), 'jumlah_keluarga' => Keluarga::count(), 'peta_wilayah' => $this->umum->path ?? '[[[[]]]]', 'batas_wilayah' => json_encode([ 'bts_wil_utara' => $this->umum->bts_wil_utara, 'bts_wil_timur' => $this->umum->bts_wil_timur, 'bts_wil_selatan' => $this->umum->bts_wil_selatan, 'bts_wil_barat' => $this->umum->bts_wil_barat ]), 'sebutan_wilayah' => $this->sebutan_wilayah, 'alamat' => $this->profil->alamat, 'jumlah_bantuan' => Program::count(), 'kode_kecamatan' => $this->profil->kecamatan_id, 'kode_kabupaten' => $this->profil->kabupaten_id, 'kode_provinsi' => $this->profil->provinsi_id, 'nama_kecamatan' => $this->profil->nama_kecamatan, 'nama_kabupaten' => $this->profil->nama_kabupaten, 'nama_provinsi' => $this->profil->nama_provinsi, 'nama_camat' => $this->nama_camat ];
pada file app/Http/Controllers/Controller.php

Lampirkan peraturan terkait, apabila ada

Informasi tambahan

Tanya Jawab
Versi OpenDK 2308
Versi PHP
System operasi
@vickyrolanda
Copy link
Contributor

Sudah diselesaikan di PR #921

@github-project-automation github-project-automation bot moved this from Siap Review to Selesai in OpenDK 2501 Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fitur New feature or request T2
Projects
None yet
Development

No branches or pull requests

5 participants