Initial commit of Descrybe v2 without local scratch artifacts.
Drop one-shot tmp/axe scripts and agent i18n scratch so the Gitea tree is deployable.
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"companies": [
|
||||
{"id": "co_legacy_1", "name": "Acme Feeds", "language": "en"}
|
||||
],
|
||||
"users": [
|
||||
{"id": "user_clerk_admin", "email": "admin@example.com", "name": "Admin", "active": true},
|
||||
{"id": "user_clerk_member", "email": "member@example.com", "name": "Member", "active": true}
|
||||
],
|
||||
"admin_users": [
|
||||
{"user_id": "user_clerk_admin", "email": "admin@example.com"}
|
||||
],
|
||||
"profiles": [
|
||||
{"company_id": "co_legacy_1", "user_id": "user_clerk_admin", "role": "admin", "status": "active"},
|
||||
{"company_id": "co_legacy_1", "user_id": "user_clerk_member", "role": "member", "status": "active"}
|
||||
],
|
||||
"xml_feeds": [
|
||||
{
|
||||
"id": 101,
|
||||
"company_id": "co_legacy_1",
|
||||
"name": "Demo XML",
|
||||
"field_mappings": {
|
||||
"title": {"xpath": "/item/title", "fieldName": "title", "originalName": "title", "isRequired": true}
|
||||
}
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
{"id": 1, "company_id": "co_legacy_1", "file_name": "upload.csv"}
|
||||
],
|
||||
"raw_products_count": 3
|
||||
}
|
||||
Reference in New Issue
Block a user