feat(public-ui): implement public UMKM directory, detail and product catalog pages
This commit is contained in:
@@ -28,3 +28,7 @@ Implement UMKM, ProdukUmkm, and PenjualanProduk module with CRUD API and Dashboa
|
||||
- [x] Step 12: Implement Produk UI Page
|
||||
- [x] Step 13: Implement Penjualan UI Page
|
||||
- [x] Step 14: Register UI pages in Admin Menu
|
||||
- [x] Step 15: Implement Public UMKM Directory Page
|
||||
- [x] Step 16: Implement Public UMKM Detail Page
|
||||
- [x] Step 17: Implement Public Product Catalog Page
|
||||
- [x] Step 18: Register public pages in Navbar
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
- Implemented the Admin UI with a modern tab-based layout.
|
||||
- Created four main admin pages: Dashboard, Data UMKM, Produk, and Penjualan.
|
||||
- Registered the new UMKM module in the Admin Navigation Menu for all roles.
|
||||
- Implemented the Public UI for citizens to browse local businesses.
|
||||
- Created three public pages: Direktori UMKM, UMKM Detail, and Katalog Produk.
|
||||
- Registered the public UMKM pages in the main Website Navbar under the Ekonomi section.
|
||||
- Verified the implementation with `tsc` and `bun run build`.
|
||||
|
||||
## Files Created/Modified
|
||||
|
||||
Reference in New Issue
Block a user