1015 B
1015 B
Plan - Admin UMKM & Produk Edit Pages
Problem
Admin UMKM module list pages have "Edit" buttons that are not functional, and there are no edit pages or update state logic implemented.
Strategy
- Update Valtio state in
src/app/admin/(dashboard)/_state/ekonomi/umkm/umkm.tswithupdatemodules for UMKM and Produk. - Delete Valtio state in
src/app/admin/(dashboard)/_state/ekonomi/umkm/umkm.tswithdelmodules for UMKM and Produk. - Add
onClickhandlers to "Edit" buttons in list pages. - Create new edit pages.
- Use
ModalKonfirmasiHapuscomponent for delete actions. - Verify changes with a successful build.
- Follow deployment workflow.
Progress
- Update Valtio state with update modules
- Update Valtio state with delete modules
- Wire edit and delete buttons in list pages
- Create UMKM edit page
- Create Produk edit page
- Build and fix errors
- Update version in package.json
- Commit and push to branch
- Merge to stg and push to remotes