Files
ipv6-sims/app/data/admin.json
T

169 lines
4.4 KiB
JSON

{
"meta": {
"title": "Admin Console",
"subtitle": "IPv6 SUMMIT 2026 / Infrastructure Core",
"user": {
"name": "",
"role": "Systems Admin",
"avatarUrl": ""
},
"footerTag": "Systems Infrastructure Core v2.4.0"
},
"stats": [
{
"id": "total",
"label": "Total requests",
"value": "1,284",
"hint": "+12% vs last week",
"icon": "database",
"accent": "none"
},
{
"id": "pending",
"label": "Pending approval",
"value": "42",
"hint": "Critical threshold: 50",
"icon": "hourglass_empty",
"accent": "pending"
},
{
"id": "confirmed",
"label": "Confirmed",
"value": "856",
"hint": "Capacity at 74%",
"icon": "check_circle",
"accent": "confirmed"
},
{
"id": "conversion",
"label": "Conversion rate",
"value": "67%",
"hint": "",
"icon": "trending_up",
"accent": "progress",
"progressPercent": 67
}
],
"filters": {
"status": {
"label": "Status",
"options": [
{ "value": "all", "label": "All operations" },
{ "value": "pending", "label": "Pending" },
{ "value": "approved", "label": "Approved" },
{ "value": "rejected", "label": "Rejected" }
]
},
"companyGroup": {
"label": "Company",
"options": [
{ "value": "all", "label": "All segments" },
{ "value": "tier1", "label": "Global Tier 1" },
{ "value": "cloud", "label": "Cloud providers" },
{ "value": "enterprise", "label": "Enterprise" }
]
},
"searchPlaceholder": "Search by name, company, email, or ID…",
"exportLabel": "Export to Excel"
},
"table": {
"columns": {
"id": "ID",
"submitted": "Submit date",
"name": "Name",
"company": "Company",
"contact": "Email / phone",
"status": "Status",
"actions": "Actions"
},
"pageSize": 10
},
"statusMap": {
"approved": {
"label": "Approved",
"borderClass": "border-primary text-primary bg-primary/10",
"dotClass": "bg-primary"
},
"pending": {
"label": "Pending",
"borderClass": "border-secondary text-secondary bg-secondary/10",
"dotClass": "bg-secondary"
},
"rejected": {
"label": "Rejected",
"borderClass": "border-red-400 text-red-300 bg-red-500/10",
"dotClass": "bg-red-400"
}
},
"requests": [
{
"id": "V6-4821",
"submittedAt": "2025-10-24",
"displayDate": "24 OCT 2025",
"fullName": "Elena Rodriguez",
"jobTitle": "Network Architect",
"company": "Cloudflare, Inc.",
"segment": "cloud",
"email": "e.rodriguez@cloudflare.com",
"phone": "+1 (555) 012-9988",
"status": "approved",
"notes": "VIP routing — requested front-row seating."
},
{
"id": "V6-4819",
"submittedAt": "2025-10-23",
"displayDate": "23 OCT 2025",
"fullName": "Marcus Thorne",
"jobTitle": "Senior DevOps",
"company": "Akamai Technologies",
"segment": "tier1",
"email": "m.thorne@akamai.io",
"phone": "+44 20 7946 0123",
"status": "pending",
"notes": "Awaiting employer approval letter."
},
{
"id": "V6-4790",
"submittedAt": "2025-10-22",
"displayDate": "22 OCT 2025",
"fullName": "Kenji Yamamoto",
"jobTitle": "CTO",
"company": "NTT Data Japan",
"segment": "enterprise",
"email": "yamamoto@ntt.jp",
"phone": "+81 3 1234 5678",
"status": "rejected",
"notes": "Capacity exceeded — suggested waitlist."
},
{
"id": "V6-4788",
"submittedAt": "2025-10-21",
"displayDate": "21 OCT 2025",
"fullName": "Priya Nair",
"jobTitle": "Solutions Engineer",
"company": "Amazon Web Services",
"segment": "cloud",
"email": "priya.nair@example.aws",
"phone": "+65 6123 8899",
"status": "pending",
"notes": ""
},
{
"id": "V6-4771",
"submittedAt": "2025-10-20",
"displayDate": "20 OCT 2025",
"fullName": "James Okonkwo",
"jobTitle": "Director of Infrastructure",
"company": "Global Telecom Partners",
"segment": "tier1",
"email": "j.okonkwo@gtp.net",
"phone": "+234 803 555 0142",
"status": "approved",
"notes": ""
}
],
"footer": {
"legal": ["Privacy", "Terms", "Support"]
}
}