@hed-hog/catalog 0.0.279 → 0.0.285

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
- import { redirect } from 'next/navigation';
2
-
3
- export default function CatalogPage() {
4
- redirect('/catalog/dashboard');
5
- }
1
+ import { redirect } from 'next/navigation';
2
+
3
+ export default function CatalogPage() {
4
+ redirect('/catalog/dashboard');
5
+ }
@@ -1,293 +1,296 @@
1
- {
2
- "title": "Catalog",
3
- "subtitle": "Manage the generic multi-niche catalog foundation.",
4
- "openResource": "Open resource",
5
- "searchPlaceholder": "Search by id, slug, name or title...",
6
- "create": "Create",
7
- "edit": "Edit",
8
- "delete": "Delete",
9
- "save": "Save",
10
- "cancel": "Cancel",
11
- "payload": "Payload",
12
- "empty": "No records found.",
13
- "backToCatalog": "Back to dashboard",
14
- "refresh": "Refresh",
15
- "newRecord": "New record",
16
- "editRecord": "Edit record",
17
- "confirmDelete": "Delete this record?",
18
- "confirmDeleteDescription": "This operation cannot be undone.",
19
- "unsupportedResource": "Unsupported catalog resource.",
20
- "breadcrumbs": {
21
- "home": "Home",
22
- "catalog": "Catalog"
23
- },
24
- "navigation": {
25
- "current": "Current"
26
- },
27
- "dashboard": {
28
- "title": "Dashboard",
29
- "subtitle": "Operational overview of the catalog with indicators, distribution, and quick access.",
30
- "heroBadge": "Catalog overview",
31
- "heroTitle": "Track the catalog ecosystem from one control room.",
32
- "heroDescription": "Monitor the most important domains, compare resource volume, and jump straight to the areas your team touches every day.",
33
- "primaryAction": "Open products",
34
- "secondaryAction": "View imports",
35
- "summary": {
36
- "totalRecords": "Total records",
37
- "activeRecords": "Active monitored",
38
- "monitoredResources": "Resources with data"
39
- },
40
- "card": {
41
- "totalLabel": "Total",
42
- "activeLabel": "{count} active",
43
- "noActiveLabel": "No active metric"
44
- },
45
- "charts": {
46
- "volume": {
47
- "title": "Highest volume by resource",
48
- "description": "Comparison across the catalog resources with the largest record sets."
49
- },
50
- "status": {
51
- "title": "Active vs other records",
52
- "description": "Status view across the {count} resources that expose active metrics."
53
- },
54
- "distribution": {
55
- "title": "Volume distribution",
56
- "description": "Relative share of the top resources inside the current catalog base."
57
- }
58
- },
59
- "ranking": {
60
- "title": "Resource ranking",
61
- "description": "The largest catalog areas right now.",
62
- "activeCount": "{count} active"
63
- },
64
- "quickActions": {
65
- "itemHint": "Quick access"
66
- },
67
- "footer": {
68
- "title": "Consolidated module view",
69
- "description": "The charts use real per-resource stats that already exist and organize team navigation around them.",
70
- "realData": "Real data",
71
- "multiView": "Multi-resource view",
72
- "resourceCount": "{count} monitored resources"
73
- }
74
- },
75
- "resource": {
76
- "notFound": "Resource not found",
77
- "unsupportedDescription": "Choose one of the module resources to continue navigating through the catalog.",
78
- "createShortcut": "Create new record",
79
- "listTitle": "Resource records",
80
- "listDescription": "Track the resource data with search, filter, pagination, and quick actions.",
81
- "payloadHintTitle": "Raw format editing",
82
- "payloadHintDescription": "The dialogs use JSON to speed up testing and operational adjustments for the team.",
83
- "recordPreview": "Raw preview of the current payload.",
84
- "emptyState": "No records found for this current slice.",
85
- "booleans": {
86
- "true": "Yes",
87
- "false": "No"
88
- },
89
- "kpis": {
90
- "total": "Resource total",
91
- "active": "Active",
92
- "visible": "Visible records",
93
- "activeInSlice": "Active in slice",
94
- "inStockInSlice": "In stock in slice",
95
- "filterableInSlice": "Filterable in slice",
96
- "requiredInSlice": "Required in slice",
97
- "publishedInSlice": "Active/published in slice"
98
- },
99
- "filters": {
100
- "all": "All",
101
- "status": "Status",
102
- "availability_status": "Availability",
103
- "data_type": "Data type",
104
- "facet_mode": "Facet mode"
105
- },
106
- "filterOptions": {
107
- "status": {
108
- "active": "Active",
109
- "inactive": "Inactive",
110
- "draft": "Draft",
111
- "published": "Published"
112
- },
113
- "availability_status": {
114
- "inStock": "In stock",
115
- "outOfStock": "Out of stock",
116
- "preorder": "Pre-order"
117
- },
118
- "data_type": {
119
- "text": "Text",
120
- "number": "Number",
121
- "boolean": "Boolean",
122
- "json": "JSON"
123
- },
124
- "facet_mode": {
125
- "default": "Default",
126
- "range": "Range",
127
- "select": "Select"
128
- }
129
- },
130
- "fields": {
131
- "actions": "Actions",
132
- "id": "ID",
133
- "name": "Name",
134
- "slug": "Slug",
135
- "status": "Status",
136
- "normalizedName": "Normalized name",
137
- "websiteUrl": "Website",
138
- "domain": "Domain",
139
- "defaultLocaleId": "Default locale",
140
- "sku": "SKU",
141
- "brandId": "Brand",
142
- "categoryId": "Category",
143
- "groupId": "Group",
144
- "label": "Label",
145
- "dataType": "Data type",
146
- "comparisonMode": "Comparison mode",
147
- "requiredForComparison": "Required for comparison",
148
- "facetMode": "Facet mode",
149
- "attributeId": "Attribute",
150
- "isRequired": "Required",
151
- "isHighlighted": "Highlighted",
152
- "weight": "Weight",
153
- "siteId": "Site",
154
- "merchantId": "Merchant",
155
- "productId": "Product",
156
- "priceAmount": "Price",
157
- "merchantType": "Merchant type",
158
- "logoFileId": "Logo file",
159
- "commissionType": "Commission type",
160
- "defaultCommissionValue": "Default commission",
161
- "priority": "Priority",
162
- "sourceType": "Source type",
163
- "isFilterable": "Filterable"
164
- },
165
- "summary": {
166
- "total": "Resource total",
167
- "visible": "Visible in list",
168
- "active": "Active"
169
- },
170
- "valueLabels": {
171
- "status": {
172
- "active": "Active",
173
- "inactive": "Inactive",
174
- "draft": "Draft",
175
- "published": "Published"
176
- },
177
- "comparison_status": {
178
- "active": "Active",
179
- "inactive": "Inactive",
180
- "draft": "Draft",
181
- "published": "Published"
182
- },
183
- "availability_status": {
184
- "in_stock": "In stock",
185
- "out_of_stock": "Out of stock",
186
- "preorder": "Pre-order"
187
- },
188
- "site_type": {
189
- "portal": "Portal"
190
- },
191
- "merchant_type": {
192
- "retailer": "Retailer"
193
- },
194
- "network_type": {
195
- "direct": "Direct"
196
- },
197
- "commission_type": {
198
- "percentage": "Percentage"
199
- },
200
- "page_type": {
201
- "comparison": "Comparison"
202
- },
203
- "canonical_strategy": {
204
- "self": "Self"
205
- },
206
- "source_type": {
207
- "api": "API"
208
- },
209
- "data_type": {
210
- "text": "Text",
211
- "number": "Number",
212
- "boolean": "Boolean",
213
- "json": "JSON"
214
- },
215
- "comparison_mode": {
216
- "neutral": "Neutral"
217
- },
218
- "facet_mode": {
219
- "default": "Default",
220
- "range": "Range",
221
- "select": "Select"
222
- }
223
- }
224
- },
225
- "toasts": {
226
- "saveSuccess": "{resource} saved successfully.",
227
- "saveError": "Failed to save resource.",
228
- "deleteSuccess": "Record deleted successfully.",
229
- "deleteError": "Failed to delete record."
230
- },
231
- "resources": {
232
- "brands": {
233
- "title": "Brands",
234
- "shortTitle": "Brands",
235
- "description": "Manufacturers, brands, and portfolio normalization."
236
- },
237
- "sites": {
238
- "title": "Sites",
239
- "shortTitle": "Sites",
240
- "description": "Domains, visual identity, and multi-site publishing scope."
241
- },
242
- "products": {
243
- "title": "Products",
244
- "shortTitle": "Products",
245
- "description": "Core product catalog with reusable relationships."
246
- },
247
- "attributeGroups": {
248
- "title": "Attribute groups",
249
- "shortTitle": "Groups",
250
- "description": "Visual and logical groupings for comparable specifications."
251
- },
252
- "attributes": {
253
- "title": "Attributes",
254
- "shortTitle": "Attributes",
255
- "description": "Dictionary of dynamic and comparable technical attributes."
256
- },
257
- "categoryAttributes": {
258
- "title": "Category attributes",
259
- "shortTitle": "Cat. attrs",
260
- "description": "Relevance and display rules for attributes by category."
261
- },
262
- "comparisons": {
263
- "title": "Comparisons",
264
- "shortTitle": "Comparisons",
265
- "description": "Manual and automated comparison pages across products."
266
- },
267
- "offers": {
268
- "title": "Offers",
269
- "shortTitle": "Offers",
270
- "description": "Commercial offers, prices, and affiliate links."
271
- },
272
- "merchants": {
273
- "title": "Merchants",
274
- "shortTitle": "Merchants",
275
- "description": "Stores, retailers, and commerce partners."
276
- },
277
- "affiliatePrograms": {
278
- "title": "Affiliate programs",
279
- "shortTitle": "Affiliate",
280
- "description": "Affiliate networks and direct programs per merchant."
281
- },
282
- "seoRules": {
283
- "title": "SEO rules",
284
- "shortTitle": "SEO",
285
- "description": "Rules for programmatic page generation and canonical behavior."
286
- },
287
- "importSources": {
288
- "title": "Import sources",
289
- "shortTitle": "Imports",
290
- "description": "Feeds, APIs, and external integrations for catalog ingestion."
291
- }
292
- }
293
- }
1
+ {
2
+ "title": "Catalog",
3
+ "subtitle": "Manage the generic multi-niche catalog foundation.",
4
+ "openResource": "Open resource",
5
+ "searchPlaceholder": "Search by id, slug, name or title...",
6
+ "create": "Create",
7
+ "edit": "Edit",
8
+ "delete": "Delete",
9
+ "save": "Save",
10
+ "cancel": "Cancel",
11
+ "payload": "Payload",
12
+ "empty": "No records found.",
13
+ "backToCatalog": "Back to dashboard",
14
+ "refresh": "Refresh",
15
+ "newRecord": "New record",
16
+ "editRecord": "Edit record",
17
+ "confirmDelete": "Delete this record?",
18
+ "confirmDeleteDescription": "This operation cannot be undone.",
19
+ "unsupportedResource": "Unsupported catalog resource.",
20
+ "breadcrumbs": {
21
+ "home": "Home",
22
+ "catalog": "Catalog"
23
+ },
24
+ "navigation": {
25
+ "current": "Current"
26
+ },
27
+ "dashboard": {
28
+ "title": "Dashboard",
29
+ "subtitle": "Operational overview of the catalog with indicators, distribution, and quick access.",
30
+ "heroBadge": "Catalog overview",
31
+ "heroTitle": "Track the catalog ecosystem from one control room.",
32
+ "heroDescription": "Monitor the most important domains, compare resource volume, and jump straight to the areas your team touches every day.",
33
+ "primaryAction": "Open products",
34
+ "secondaryAction": "View imports",
35
+ "summary": {
36
+ "totalRecords": "Total records",
37
+ "activeRecords": "Active monitored",
38
+ "monitoredResources": "Resources with data"
39
+ },
40
+ "card": {
41
+ "totalLabel": "Total",
42
+ "activeLabel": "{count} active",
43
+ "noActiveLabel": "No active metric"
44
+ },
45
+ "charts": {
46
+ "volume": {
47
+ "title": "Highest volume by resource",
48
+ "description": "Comparison across the catalog resources with the largest record sets."
49
+ },
50
+ "status": {
51
+ "title": "Active vs other records",
52
+ "description": "Status view across the {count} resources that expose active metrics."
53
+ },
54
+ "distribution": {
55
+ "title": "Volume distribution",
56
+ "description": "Relative share of the top resources inside the current catalog base."
57
+ }
58
+ },
59
+ "ranking": {
60
+ "title": "Resource ranking",
61
+ "description": "The largest catalog areas right now.",
62
+ "activeCount": "{count} active"
63
+ },
64
+ "quickActions": {
65
+ "itemHint": "Quick access"
66
+ },
67
+ "footer": {
68
+ "title": "Consolidated module view",
69
+ "description": "The charts use real per-resource stats that already exist and organize team navigation around them.",
70
+ "realData": "Real data",
71
+ "multiView": "Multi-resource view",
72
+ "resourceCount": "{count} monitored resources"
73
+ }
74
+ },
75
+ "resource": {
76
+ "notFound": "Resource not found",
77
+ "unsupportedDescription": "Choose one of the module resources to continue navigating through the catalog.",
78
+ "createShortcut": "Create new record",
79
+ "listTitle": "Resource records",
80
+ "listDescription": "Track the resource data with search, filter, pagination, and quick actions.",
81
+ "payloadHintTitle": "Raw format editing",
82
+ "payloadHintDescription": "The dialogs use JSON to speed up testing and operational adjustments for the team.",
83
+ "recordPreview": "Raw preview of the current payload.",
84
+ "emptyState": "No records found for this current slice.",
85
+ "emptyStateTitle": "No records found",
86
+ "emptyStateDescription": "Adjust filters or create the first record for this resource.",
87
+ "emptyStateAction": "Create new record",
88
+ "booleans": {
89
+ "true": "Yes",
90
+ "false": "No"
91
+ },
92
+ "kpis": {
93
+ "total": "Resource total",
94
+ "active": "Active",
95
+ "visible": "Visible records",
96
+ "activeInSlice": "Active in slice",
97
+ "inStockInSlice": "In stock in slice",
98
+ "filterableInSlice": "Filterable in slice",
99
+ "requiredInSlice": "Required in slice",
100
+ "publishedInSlice": "Active/published in slice"
101
+ },
102
+ "filters": {
103
+ "all": "All",
104
+ "status": "Status",
105
+ "availability_status": "Availability",
106
+ "data_type": "Data type",
107
+ "facet_mode": "Facet mode"
108
+ },
109
+ "filterOptions": {
110
+ "status": {
111
+ "active": "Active",
112
+ "inactive": "Inactive",
113
+ "draft": "Draft",
114
+ "published": "Published"
115
+ },
116
+ "availability_status": {
117
+ "inStock": "In stock",
118
+ "outOfStock": "Out of stock",
119
+ "preorder": "Pre-order"
120
+ },
121
+ "data_type": {
122
+ "text": "Text",
123
+ "number": "Number",
124
+ "boolean": "Boolean",
125
+ "json": "JSON"
126
+ },
127
+ "facet_mode": {
128
+ "default": "Default",
129
+ "range": "Range",
130
+ "select": "Select"
131
+ }
132
+ },
133
+ "fields": {
134
+ "actions": "Actions",
135
+ "id": "ID",
136
+ "name": "Name",
137
+ "slug": "Slug",
138
+ "status": "Status",
139
+ "normalizedName": "Normalized name",
140
+ "websiteUrl": "Website",
141
+ "domain": "Domain",
142
+ "defaultLocaleId": "Default locale",
143
+ "sku": "SKU",
144
+ "brandId": "Brand",
145
+ "categoryId": "Category",
146
+ "groupId": "Group",
147
+ "label": "Label",
148
+ "dataType": "Data type",
149
+ "comparisonMode": "Comparison mode",
150
+ "requiredForComparison": "Required for comparison",
151
+ "facetMode": "Facet mode",
152
+ "attributeId": "Attribute",
153
+ "isRequired": "Required",
154
+ "isHighlighted": "Highlighted",
155
+ "weight": "Weight",
156
+ "siteId": "Site",
157
+ "merchantId": "Merchant",
158
+ "productId": "Product",
159
+ "priceAmount": "Price",
160
+ "merchantType": "Merchant type",
161
+ "logoFileId": "Logo file",
162
+ "commissionType": "Commission type",
163
+ "defaultCommissionValue": "Default commission",
164
+ "priority": "Priority",
165
+ "sourceType": "Source type",
166
+ "isFilterable": "Filterable"
167
+ },
168
+ "summary": {
169
+ "total": "Resource total",
170
+ "visible": "Visible in list",
171
+ "active": "Active"
172
+ },
173
+ "valueLabels": {
174
+ "status": {
175
+ "active": "Active",
176
+ "inactive": "Inactive",
177
+ "draft": "Draft",
178
+ "published": "Published"
179
+ },
180
+ "comparison_status": {
181
+ "active": "Active",
182
+ "inactive": "Inactive",
183
+ "draft": "Draft",
184
+ "published": "Published"
185
+ },
186
+ "availability_status": {
187
+ "in_stock": "In stock",
188
+ "out_of_stock": "Out of stock",
189
+ "preorder": "Pre-order"
190
+ },
191
+ "site_type": {
192
+ "portal": "Portal"
193
+ },
194
+ "merchant_type": {
195
+ "retailer": "Retailer"
196
+ },
197
+ "network_type": {
198
+ "direct": "Direct"
199
+ },
200
+ "commission_type": {
201
+ "percentage": "Percentage"
202
+ },
203
+ "page_type": {
204
+ "comparison": "Comparison"
205
+ },
206
+ "canonical_strategy": {
207
+ "self": "Self"
208
+ },
209
+ "source_type": {
210
+ "api": "API"
211
+ },
212
+ "data_type": {
213
+ "text": "Text",
214
+ "number": "Number",
215
+ "boolean": "Boolean",
216
+ "json": "JSON"
217
+ },
218
+ "comparison_mode": {
219
+ "neutral": "Neutral"
220
+ },
221
+ "facet_mode": {
222
+ "default": "Default",
223
+ "range": "Range",
224
+ "select": "Select"
225
+ }
226
+ }
227
+ },
228
+ "toasts": {
229
+ "saveSuccess": "{resource} saved successfully.",
230
+ "saveError": "Failed to save resource.",
231
+ "deleteSuccess": "Record deleted successfully.",
232
+ "deleteError": "Failed to delete record."
233
+ },
234
+ "resources": {
235
+ "brands": {
236
+ "title": "Brands",
237
+ "shortTitle": "Brands",
238
+ "description": "Manufacturers, brands, and portfolio normalization."
239
+ },
240
+ "sites": {
241
+ "title": "Sites",
242
+ "shortTitle": "Sites",
243
+ "description": "Domains, visual identity, and multi-site publishing scope."
244
+ },
245
+ "products": {
246
+ "title": "Products",
247
+ "shortTitle": "Products",
248
+ "description": "Core product catalog with reusable relationships."
249
+ },
250
+ "attributeGroups": {
251
+ "title": "Attribute groups",
252
+ "shortTitle": "Groups",
253
+ "description": "Visual and logical groupings for comparable specifications."
254
+ },
255
+ "attributes": {
256
+ "title": "Attributes",
257
+ "shortTitle": "Attributes",
258
+ "description": "Dictionary of dynamic and comparable technical attributes."
259
+ },
260
+ "categoryAttributes": {
261
+ "title": "Category attributes",
262
+ "shortTitle": "Cat. attrs",
263
+ "description": "Relevance and display rules for attributes by category."
264
+ },
265
+ "comparisons": {
266
+ "title": "Comparisons",
267
+ "shortTitle": "Comparisons",
268
+ "description": "Manual and automated comparison pages across products."
269
+ },
270
+ "offers": {
271
+ "title": "Offers",
272
+ "shortTitle": "Offers",
273
+ "description": "Commercial offers, prices, and affiliate links."
274
+ },
275
+ "merchants": {
276
+ "title": "Merchants",
277
+ "shortTitle": "Merchants",
278
+ "description": "Stores, retailers, and commerce partners."
279
+ },
280
+ "affiliatePrograms": {
281
+ "title": "Affiliate programs",
282
+ "shortTitle": "Affiliate",
283
+ "description": "Affiliate networks and direct programs per merchant."
284
+ },
285
+ "seoRules": {
286
+ "title": "SEO rules",
287
+ "shortTitle": "SEO",
288
+ "description": "Rules for programmatic page generation and canonical behavior."
289
+ },
290
+ "importSources": {
291
+ "title": "Import sources",
292
+ "shortTitle": "Imports",
293
+ "description": "Feeds, APIs, and external integrations for catalog ingestion."
294
+ }
295
+ }
296
+ }