This commit is contained in:
DmsAnhr 2026-02-23 12:21:05 +07:00
parent 87ff096db8
commit 99df501c69
810 changed files with 28 additions and 23 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
.prettierrc Normal file → Executable file
View File

0
Dockerfile Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
addons.txt Normal file → Executable file
View File

View File

View File

View File

View File

0
app/(modules)/(landing)/components/feedback/index.tsx Normal file → Executable file
View File

View File

View File

0
app/(modules)/(landing)/components/mapset-card.tsx Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

0
app/(modules)/admin/_components/data-table.tsx Normal file → Executable file
View File

0
app/(modules)/admin/_components/delete-dialog.tsx Normal file → Executable file
View File

0
app/(modules)/admin/_components/detail-item.tsx Normal file → Executable file
View File

0
app/(modules)/admin/_components/empty-state.tsx Normal file → Executable file
View File

0
app/(modules)/admin/_components/page-header.tsx Normal file → Executable file
View File

0
app/(modules)/admin/_components/refdata-bootstrap.tsx Normal file → Executable file
View File

0
app/(modules)/admin/_components/resource-table.tsx Normal file → Executable file
View File

0
app/(modules)/admin/_components/search-action-bar.tsx Normal file → Executable file
View File

0
app/(modules)/admin/_components/search-input.tsx Normal file → Executable file
View File

0
app/(modules)/admin/_components/sidebar.tsx Normal file → Executable file
View File

0
app/(modules)/admin/_hooks/use-tab.tsx Normal file → Executable file
View File

0
app/(modules)/admin/_hooks/use-table-state.tsx Normal file → Executable file
View File

0
app/(modules)/admin/category/_components/column.tsx Normal file → Executable file
View File

0
app/(modules)/admin/category/_components/detail.tsx Normal file → Executable file
View File

0
app/(modules)/admin/category/_components/form.tsx Normal file → Executable file
View File

View File

0
app/(modules)/admin/category/add/page.client.tsx Normal file → Executable file
View File

0
app/(modules)/admin/category/add/page.tsx Normal file → Executable file
View File

0
app/(modules)/admin/category/detail/[id]/page.tsx Normal file → Executable file
View File

0
app/(modules)/admin/category/edit/[id]/page.client.tsx Normal file → Executable file
View File

0
app/(modules)/admin/category/edit/[id]/page.tsx Normal file → Executable file
View File

0
app/(modules)/admin/category/page.client.tsx Normal file → Executable file
View File

0
app/(modules)/admin/category/page.tsx Normal file → Executable file
View File

0
app/(modules)/admin/credential/_components/column.tsx Normal file → Executable file
View File

0
app/(modules)/admin/credential/_components/form.tsx Normal file → Executable file
View File

View File

0
app/(modules)/admin/credential/add/page.client.tsx Normal file → Executable file
View File

0
app/(modules)/admin/credential/add/page.tsx Normal file → Executable file
View File

View File

0
app/(modules)/admin/credential/edit/[id]/page.tsx Normal file → Executable file
View File

0
app/(modules)/admin/credential/page.client.tsx Normal file → Executable file
View File

0
app/(modules)/admin/credential/page.tsx Normal file → Executable file
View File

0
app/(modules)/admin/dashboard/page.tsx Normal file → Executable file
View File

0
app/(modules)/admin/layout.tsx Normal file → Executable file
View File

0
app/(modules)/admin/map-source/_components/column.tsx Normal file → Executable file
View File

0
app/(modules)/admin/map-source/_components/detail.tsx Normal file → Executable file
View File

0
app/(modules)/admin/map-source/_components/form.tsx Normal file → Executable file
View File

0
app/(modules)/admin/map-source/_hooks/use-form.tsx Normal file → Executable file
View File

0
app/(modules)/admin/map-source/add/page.client.tsx Normal file → Executable file
View File

0
app/(modules)/admin/map-source/add/page.tsx Normal file → Executable file
View File

0
app/(modules)/admin/map-source/detail/[id]/page.tsx Normal file → Executable file
View File

View File

0
app/(modules)/admin/map-source/edit/[id]/page.tsx Normal file → Executable file
View File

0
app/(modules)/admin/map-source/page.client.tsx Normal file → Executable file
View File

0
app/(modules)/admin/map-source/page.tsx Normal file → Executable file
View File

0
app/(modules)/admin/map-source/state.ts Normal file → Executable file
View File

View File

View File

View File

@ -44,13 +44,13 @@ export const getInitialMetadata = (initialValues: any = {}) => {
return {
// Mapping dari API Suggestion (jika ada)
title: initialValues.judul || "",
abstract: initialValues.abstrak || "",
title: initialValues.title || "",
abstract: initialValues.abstract || "",
keywords: initialValues.keyword ? (Array.isArray(initialValues.keyword) ? initialValues.keyword.join(', ') : initialValues.keyword) : "",
topicCategory: initialValues.kategori || "",
topicCategory: initialValues.metadata_category || "",
// Default Values Hardcoded Anda
mapsetCategory: satupetaCategoryId[getIndexCategoryId(initialValues.kategori_mapset)] || "",
mapsetCategory: satupetaCategoryId[getIndexCategoryId(initialValues.mapset_category)] || "",
dateCreated: today,
status: "completed",
language: "eng",

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
app/(modules)/admin/mapset-upload/_hooks/use-upload.ts Normal file → Executable file
View File

0
app/(modules)/admin/mapset-upload/page.client.tsx Normal file → Executable file
View File

0
app/(modules)/admin/mapset-upload/page.tsx Normal file → Executable file
View File

View File

View File

View File

Some files were not shown because too many files have changed in this diff Show More