685 B
685 B
Task - Refactor UMKM Edit Pages Pattern
Refactor Data UMKM and Produk edit pages to match the Berita edit page UI pattern and logic.
Steps
- Analyze
berita/list-berita/[id]/edit/page.tsxfor the desired pattern. - Implement the pattern in
ekonomi/umkm/produk/[id]/edit/page.tsx(using interfaces). - Implement the pattern in
ekonomi/umkm/data-umkm/[id]/edit/page.tsx(using interfaces). - Run
bun run buildto verify. - Update
package.jsonversion. - Commit with message: "feat(admin): refactor UMKM edit pages to match berita pattern with interfaces".
- Create summary in
MIND/SUMMARY/refactor-umkm-edit-pages-pattern-summary.md.