feat(admin): refactor UMKM edit pages to match berita pattern with interfaces
This commit is contained in:
@@ -4,9 +4,9 @@ Refactor Data UMKM and Produk edit pages to match the Berita edit page UI patter
|
||||
|
||||
## Steps
|
||||
1. [x] Analyze `berita/list-berita/[id]/edit/page.tsx` for the desired pattern.
|
||||
2. [x] Implement the pattern in `ekonomi/umkm/produk/[id]/edit/page.tsx`.
|
||||
3. [x] Implement the pattern in `ekonomi/umkm/data-umkm/[id]/edit/page.tsx`.
|
||||
4. [ ] Run `bun run build` to verify.
|
||||
5. [ ] Update `package.json` version.
|
||||
6. [ ] Commit with message: "feat(admin): refactor UMKM edit pages to match berita pattern".
|
||||
2. [x] Implement the pattern in `ekonomi/umkm/produk/[id]/edit/page.tsx` (using interfaces).
|
||||
3. [x] Implement the pattern in `ekonomi/umkm/data-umkm/[id]/edit/page.tsx` (using interfaces).
|
||||
4. [x] Run `bun run build` to verify.
|
||||
5. [x] Update `package.json` version.
|
||||
6. [x] Commit with message: "feat(admin): refactor UMKM edit pages to match berita pattern with interfaces".
|
||||
7. [ ] Create summary in `MIND/SUMMARY/refactor-umkm-edit-pages-pattern-summary.md`.
|
||||
|
||||
Reference in New Issue
Block a user