Perbarui model dan tampilan untuk menambahkan properti fotoProfil di DonaturModel, PetugasDesaModel, dan WargaModel. Modifikasi controller dan tampilan untuk mendukung pengambilan dan penampilan foto profil pengguna. Tambahkan fungsionalitas baru untuk menampilkan foto profil di berbagai tampilan, termasuk detail penerima dan dashboard warga. Perbarui rute aplikasi untuk mencakup halaman profil pengguna.
This commit is contained in:
@ -33,6 +33,11 @@ abstract class Routes {
|
||||
static const riwayatPengaduan = _Paths.riwayatPengaduan;
|
||||
static const qrScanner = _Paths.qrScanner;
|
||||
static const konfirmasiPenerimaQr = _Paths.konfirmasiPenerimaQr;
|
||||
static const PENGADUAN = '/pengaduan';
|
||||
static const TAMBAH_PENGADUAN = '/tambah-pengaduan';
|
||||
static const PENGADUAN_DETAIL = '/pengaduan-detail';
|
||||
static const PROFILE = '/profile';
|
||||
static const NOTIFIKASI = '/notifikasi';
|
||||
}
|
||||
|
||||
abstract class _Paths {
|
||||
@ -68,4 +73,9 @@ abstract class _Paths {
|
||||
static const riwayatPengaduan = '/petugas-desa/riwayat-pengaduan';
|
||||
static const qrScanner = '/petugas-desa/qr-scanner';
|
||||
static const konfirmasiPenerimaQr = '/petugas-desa/konfirmasi-penerima/:id';
|
||||
static const PENGADUAN = '/pengaduan';
|
||||
static const TAMBAH_PENGADUAN = '/tambah-pengaduan';
|
||||
static const PENGADUAN_DETAIL = '/pengaduan-detail';
|
||||
static const PROFILE = '/profile';
|
||||
static const NOTIFIKASI = '/notifikasi';
|
||||
}
|
||||
|
Reference in New Issue
Block a user