diff --git a/shared/data/activity.json b/shared/data/activity.json
index 30ec1f8c4..7693156a0 100644
--- a/shared/data/activity.json
+++ b/shared/data/activity.json
@@ -158,5 +158,93 @@
{
"text": "%p shared a new design: Modern Dashboard UI",
"icon": "layout"
+ },
+ {
+ "text": "%p completed the course: Advanced React Patterns",
+ "icon": "certificate"
+ },
+ {
+ "text": "%p started a new discussion: Best practices for mobile UI",
+ "icon": "message-square"
+ },
+ {
+ "text": "%p reached 1000 followers milestone",
+ "icon": "trophy"
+ },
+ {
+ "text": "%p published a tutorial: Building Responsive Components",
+ "icon": "book-open"
+ },
+ {
+ "text": "%p organized a workshop: Design System Fundamentals",
+ "icon": "users-group"
+ },
+ {
+ "text": "%p contributed to Open Source Project",
+ "icon": "git-branch"
+ },
+ {
+ "text": "%p received a 5-star review on their latest work",
+ "icon": "star"
+ },
+ {
+ "text": "%p launched a new product: TaskFlow Pro",
+ "icon": "rocket"
+ },
+ {
+ "text": "%p joined the mentorship program",
+ "icon": "graduation-cap"
+ },
+ {
+ "text": "%p created a design challenge: Minimalist Dashboard",
+ "icon": "target"
+ },
+ {
+ "text": "%p won the Design Award 2024",
+ "icon": "award"
+ },
+ {
+ "text": "%p started a podcast: Design & Development",
+ "icon": "microphone"
+ },
+ {
+ "text": "%p completed a 30-day design challenge",
+ "icon": "calendar-check"
+ },
+ {
+ "text": "%p became a verified designer",
+ "icon": "badge-check"
+ },
+ {
+ "text": "%p published a case study: Redesigning E-commerce UX",
+ "icon": "file-text"
+ },
+ {
+ "text": "%p hosted a live stream: Design Q&A Session",
+ "icon": "video-plus"
+ },
+ {
+ "text": "%p created a design system: Component Library v2.0",
+ "icon": "library"
+ },
+ {
+ "text": "%p reached 50k downloads on their template",
+ "icon": "download"
+ },
+ {
+ "text": "%p started a newsletter: Weekly Design Insights",
+ "icon": "mail"
+ },
+ {
+ "text": "%p collaborated on Community Design Project",
+ "icon": "users"
+ },
+ {
+ "text": "%p published a research paper: UI/UX Trends 2024",
+ "icon": "file-search"
+ },
+ {
+ "text": "%p became a featured creator",
+ "icon": "crown"
}
]
\ No newline at end of file
diff --git a/shared/data/articles.json b/shared/data/articles.json
index 2c51c0a44..3bd30cbe0 100644
--- a/shared/data/articles.json
+++ b/shared/data/articles.json
@@ -1,44 +1,332 @@
[
{
- "title": "And this isn't my nose. This is a false one.",
- "description": "Look, my liege! The Knights Who Say Ni demand a sacrifice! …Are you suggesting that coconuts migrate? Well, I got better.",
+ "title": "How to Build a Modern Web App with Vue 3",
+ "description": "Learn the fundamentals of Vue 3 and Composition API by creating a fully functional, modern web application from scratch.",
+ "tags": [
+ "vue",
+ "javascript",
+ "frontend"
+ ],
"image": 14,
- "author": 3
+ "author": 10
},
{
- "title": "Well, I didn't vote for you.",
- "description": "Well, we did do the nose. Why? Shut up! Will you shut up?! You don't frighten us, English pig-dogs! Go and boil your bottoms, sons of a silly person! I blow my nose at you, so-called Ah-thoor Keeng, you and all your silly English K-n-n-n-n-n-n-n-niggits!",
- "image": 15,
- "author": 4
+ "title": "10 UX Principles Every Designer Should Know",
+ "description": "A concise guide to user experience best practices, helping you design more intuitive and user-friendly interfaces.",
+ "tags": [
+ "ux",
+ "design",
+ "usability"
+ ],
+ "image": 5,
+ "author": 8
},
{
- "title": "How do you know she is a witch?",
- "description": "Are you suggesting that coconuts migrate? No, no, no! Yes, yes. A bit. But she's got a wart. You don't vote for kings. Ah, now we see the violence inherent in the system!",
+ "title": "Optimizing JavaScript Performance in Large-Scale Projects",
+ "description": "Explore techniques and tools to improve the speed and maintainability of your JavaScript applications at scale.",
+ "tags": [
+ "javascript",
+ "performance",
+ "best-practices"
+ ],
+ "image": 19,
+ "author": 14
+ },
+ {
+ "title": "The Future of CSS: What's Coming in 2025",
+ "description": "Get an early look at the next generation of CSS features and how they'll transform modern web development.",
+ "tags": [
+ "css",
+ "future",
+ "web-development"
+ ],
+ "image": 3,
+ "author": 11
+ },
+ {
+ "title": "Understanding TypeScript: A Beginner's Guide",
+ "description": "This article walks you through the basics of TypeScript, helping you write safer and more scalable JavaScript code.",
+ "tags": [
+ "typescript",
+ "javascript",
+ "beginner"
+ ],
"image": 16,
"author": 5
},
{
- "title": "Shut up!",
- "description": "Burn her! How do you know she is a witch? You don't frighten us, English pig-dogs! Go and boil your bottoms, sons of a silly person! I blow my nose at you, so-called Ah-thoor Keeng, you and all your silly English K-n-n-n-n-n-n-n-niggits!",
- "image": 17,
+ "title": "Building a Design System with Tailwind CSS",
+ "description": "Learn how to create a consistent, reusable design system using utility-first CSS with Tailwind.",
+ "tags": [
+ "tailwind",
+ "design-system",
+ "css"
+ ],
+ "image": 22,
"author": 6
},
{
- "title": "Weaseling out of things is important to learn.",
- "description": "Please do not offer my god a peanut. That's why I love elementary school, Edna. The children believe anything you tell them. Brace yourselves gentlemen. According to the gas chromatograph, the secret ingredient is… Love!? Who's been screwing with this thing?",
+ "title": "5 Mistakes to Avoid in Web Accessibility",
+ "description": "Avoid common accessibility pitfalls and make your website inclusive for all users.",
+ "tags": [
+ "a11y",
+ "accessibility",
+ "html"
+ ],
+ "image": 12,
+ "author": 7
+ },
+ {
+ "title": "Deploying Your App with Vercel and GitHub Actions",
+ "description": "A step-by-step guide to automating your deployment process using GitHub Actions and Vercel.",
+ "tags": [
+ "devops",
+ "vercel",
+ "ci/cd"
+ ],
+ "image": 2,
+ "author": 15
+ },
+ {
+ "title": "A Dive into Reactive Programming with RxJS",
+ "description": "Understand the core concepts of reactive programming and learn how to use RxJS in real-world scenarios.",
+ "tags": [
+ "rxjs",
+ "reactive",
+ "javascript"
+ ],
+ "image": 17,
+ "author": 4
+ },
+ {
+ "title": "Creating Stunning Data Visualizations with D3.js",
+ "description": "Learn how to transform complex data into interactive, beautiful charts using D3.js.",
+ "tags": [
+ "d3",
+ "data-viz",
+ "charts"
+ ],
+ "image": 8,
+ "author": 12
+ },
+ {
+ "title": "State Management in Vue 3 with Pinia",
+ "description": "Pinia is the new official store library for Vue—here's how to use it effectively.",
+ "tags": [
+ "vue",
+ "pinia",
+ "state-management"
+ ],
+ "image": 21,
+ "author": 3
+ },
+ {
+ "title": "Dark Mode in CSS: Best Practices",
+ "description": "Implementing dark mode isn't just about switching colors. Learn how to do it right with CSS variables and media queries.",
+ "tags": [
+ "css",
+ "dark-mode",
+ "ui"
+ ],
+ "image": 7,
+ "author": 13
+ },
+ {
+ "title": "Next.js vs Nuxt 3: A Head-to-Head Comparison",
+ "description": "Comparing the most popular frameworks for React and Vue. Which one should you choose?",
+ "tags": [
+ "nextjs",
+ "nuxt",
+ "frameworks"
+ ],
+ "image": 15,
+ "author": 6
+ },
+ {
+ "title": "Progressive Web Apps: How to Make Your Website Installable",
+ "description": "Turn your web project into a PWA and reach users offline or on mobile devices.",
+ "tags": [
+ "pwa",
+ "web-apps",
+ "offline"
+ ],
+ "image": 11,
+ "author": 9
+ },
+ {
+ "title": "Using Figma for Developer Handoff",
+ "description": "Bridge the gap between designers and developers by mastering Figma's handoff features.",
+ "tags": [
+ "figma",
+ "design",
+ "workflow"
+ ],
+ "image": 9,
+ "author": 14
+ },
+ {
+ "title": "Improving Lighthouse Scores with Modern Techniques",
+ "description": "A practical guide to fixing common issues and optimizing your site for better Lighthouse results.",
+ "tags": [
+ "performance",
+ "seo",
+ "lighthouse"
+ ],
+ "image": 6,
+ "author": 2
+ },
+ {
+ "title": "Animating Interfaces with Framer Motion",
+ "description": "Bring your UI to life with simple, declarative animations using Framer Motion.",
+ "tags": [
+ "react",
+ "animations",
+ "framer-motion"
+ ],
+ "image": 1,
+ "author": 7
+ },
+ {
+ "title": "GraphQL vs REST: Which Should You Choose?",
+ "description": "Breaking down the pros and cons of GraphQL and REST to help you pick the right API design.",
+ "tags": [
+ "graphql",
+ "rest",
+ "api"
+ ],
+ "image": 13,
+ "author": 16
+ },
+ {
+ "title": "Building a Blog with Astro and Markdown",
+ "description": "Leverage Astro's performance and use Markdown to create a fast, flexible blog.",
+ "tags": [
+ "astro",
+ "markdown",
+ "static-sites"
+ ],
+ "image": 10,
+ "author": 5
+ },
+ {
+ "title": "Why You Should Use CSS Container Queries",
+ "description": "The long-awaited feature is here. Learn how to use container queries to write smarter, more responsive CSS.",
+ "tags": [
+ "css",
+ "container-queries",
+ "responsive"
+ ],
+ "image": 18,
+ "author": 11
+ },
+ {
+ "title": "Mastering React Server Components: A Complete Guide",
+ "description": "Dive deep into React Server Components and learn how to build faster, more efficient applications with this revolutionary feature.",
+ "tags": [
+ "react",
+ "server-components",
+ "performance"
+ ],
+ "image": 4,
+ "author": 8
+ },
+ {
+ "title": "Building Micro-Frontends with Module Federation",
+ "description": "Learn how to break down monolithic frontend applications into smaller, independently deployable micro-frontends.",
+ "tags": [
+ "micro-frontends",
+ "webpack",
+ "architecture"
+ ],
"image": 20,
"author": 12
},
{
- "title": "You don't like your job, you don't strike.",
- "description": "But, Aquaman, you cannot marry a woman without gills. You're from two different worlds… Oh, I've wasted my life. Son, when you participate in sporting events, it's not whether you win or lose: it's how drunk you get.",
- "image": 21,
+ "title": "The Complete Guide to CSS Grid Layout",
+ "description": "Master CSS Grid Layout with practical examples and real-world use cases for modern web layouts.",
+ "tags": [
+ "css",
+ "grid",
+ "layout"
+ ],
+ "image": 23,
+ "author": 9
+ },
+ {
+ "title": "Testing React Applications with Vitest and Testing Library",
+ "description": "Set up a modern testing environment for React applications using Vitest and React Testing Library.",
+ "tags": [
+ "react",
+ "testing",
+ "vitest"
+ ],
+ "image": 24,
+ "author": 15
+ },
+ {
+ "title": "Building Scalable APIs with Fastify and TypeScript",
+ "description": "Create high-performance APIs using Fastify and TypeScript with best practices for production applications.",
+ "tags": [
+ "fastify",
+ "typescript",
+ "api"
+ ],
+ "image": 25,
+ "author": 6
+ },
+ {
+ "title": "Implementing Authentication with NextAuth.js",
+ "description": "Add secure authentication to your Next.js applications with NextAuth.js and multiple provider support.",
+ "tags": [
+ "nextjs",
+ "authentication",
+ "security"
+ ],
+ "image": 26,
+ "author": 11
+ },
+ {
+ "title": "Optimizing Images for the Web: A Developer's Guide",
+ "description": "Learn modern techniques for optimizing images, including WebP, AVIF, and responsive image strategies.",
+ "tags": [
+ "images",
+ "performance",
+ "webp"
+ ],
+ "image": 27,
+ "author": 14
+ },
+ {
+ "title": "Building Interactive Maps with Mapbox and React",
+ "description": "Create stunning, interactive maps for your web applications using Mapbox GL JS and React.",
+ "tags": [
+ "maps",
+ "react",
+ "mapbox"
+ ],
+ "image": 28,
+ "author": 7
+ },
+ {
+ "title": "Mastering CSS Custom Properties and Theming",
+ "description": "Build flexible design systems with CSS custom properties and create dynamic theming solutions.",
+ "tags": [
+ "css",
+ "theming",
+ "design-system"
+ ],
+ "image": 29,
"author": 13
},
{
- "title": "I hope I didn't brain my damage.",
- "description": "I don't like being outdoors, Smithers. For one thing, there's too many fat children. Oh, loneliness and cheeseburgers are a dangerous mix. Jesus must be spinning in his grave! I hope this has taught you kids a lesson: kids never learn.",
- "image": 22,
- "author": 14
+ "title": "Building Real-Time Applications with Socket.io",
+ "description": "Create real-time features like chat, notifications, and live updates using Socket.io and Node.js.",
+ "tags": [
+ "socket.io",
+ "real-time",
+ "nodejs"
+ ],
+ "image": 30,
+ "author": 10
}
]
\ No newline at end of file
diff --git a/shared/data/channels.json b/shared/data/channels.json
new file mode 100644
index 000000000..e67c901d0
--- /dev/null
+++ b/shared/data/channels.json
@@ -0,0 +1,132 @@
+[
+ {
+ "channel": "Facebook",
+ "icon": "brand-facebook",
+ "visitors": 11873,
+ "revenues": 8423.78,
+ "sales": 336,
+ "conversion": 2.83,
+ "bounceRate": 45.6,
+ "sessionDuration": 183,
+ "pagesPerSession": 3.1,
+ "costPerAcquisition": 7.22,
+ "clickThroughRate": 1.8
+ },
+ {
+ "channel": "Github",
+ "icon": "brand-github",
+ "visitors": 5372,
+ "revenues": 4876.12,
+ "sales": 188,
+ "conversion": 3.50,
+ "bounceRate": 32.4,
+ "sessionDuration": 246,
+ "pagesPerSession": 4.5,
+ "costPerAcquisition": 5.75,
+ "clickThroughRate": 2.1
+ },
+ {
+ "channel": "Twitter",
+ "icon": "brand-twitter",
+ "visitors": 7941,
+ "revenues": 6184.39,
+ "sales": 272,
+ "conversion": 3.42,
+ "bounceRate": 39.1,
+ "sessionDuration": 174,
+ "pagesPerSession": 3.3,
+ "costPerAcquisition": 6.90,
+ "clickThroughRate": 1.6
+ },
+ {
+ "channel": "LinkedIn",
+ "icon": "brand-linkedin",
+ "visitors": 3127,
+ "revenues": 2748.56,
+ "sales": 121,
+ "conversion": 3.87,
+ "bounceRate": 28.9,
+ "sessionDuration": 209,
+ "pagesPerSession": 4.0,
+ "costPerAcquisition": 6.10,
+ "clickThroughRate": 2.3
+ },
+ {
+ "channel": "Instagram",
+ "icon": "brand-instagram",
+ "visitors": 9442,
+ "revenues": 7632.91,
+ "sales": 308,
+ "conversion": 3.26,
+ "bounceRate": 41.2,
+ "sessionDuration": 192,
+ "pagesPerSession": 3.4,
+ "costPerAcquisition": 6.15,
+ "clickThroughRate": 1.9
+ },
+ {
+ "channel": "Reddit",
+ "icon": "brand-reddit",
+ "visitors": 4347,
+ "revenues": 3311.34,
+ "sales": 147,
+ "conversion": 3.38,
+ "bounceRate": 46.8,
+ "sessionDuration": 167,
+ "pagesPerSession": 2.9,
+ "costPerAcquisition": 7.10,
+ "clickThroughRate": 1.5
+ },
+ {
+ "channel": "YouTube",
+ "icon": "brand-youtube",
+ "visitors": 14856,
+ "revenues": 10573.44,
+ "sales": 393,
+ "conversion": 2.64,
+ "bounceRate": 38.7,
+ "sessionDuration": 221,
+ "pagesPerSession": 3.6,
+ "costPerAcquisition": 6.55,
+ "clickThroughRate": 2.0
+ },
+ {
+ "channel": "Pinterest",
+ "icon": "brand-pinterest",
+ "visitors": 3879,
+ "revenues": 2824.07,
+ "sales": 132,
+ "conversion": 3.40,
+ "bounceRate": 36.2,
+ "sessionDuration": 195,
+ "pagesPerSession": 3.7,
+ "costPerAcquisition": 6.00,
+ "clickThroughRate": 1.7
+ },
+ {
+ "channel": "TikTok",
+ "icon": "brand-tiktok",
+ "visitors": 8749,
+ "revenues": 6887.63,
+ "sales": 293,
+ "conversion": 3.35,
+ "bounceRate": 43.0,
+ "sessionDuration": 181,
+ "pagesPerSession": 3.2,
+ "costPerAcquisition": 6.40,
+ "clickThroughRate": 1.8
+ },
+ {
+ "channel": "Dribbble",
+ "icon": "brand-dribbble",
+ "visitors": 2623,
+ "revenues": 2113.28,
+ "sales": 99,
+ "conversion": 3.78,
+ "bounceRate": 29.6,
+ "sessionDuration": 204,
+ "pagesPerSession": 4.1,
+ "costPerAcquisition": 5.90,
+ "clickThroughRate": 2.2
+ }
+]
\ No newline at end of file
diff --git a/shared/data/comments.json b/shared/data/comments.json
index f80a19c70..36518063c 100644
--- a/shared/data/comments.json
+++ b/shared/data/comments.json
@@ -4,5 +4,15 @@
"She is so damn beautiful OMG i love her!!! does somebody knows what kind of music is this? sorry xD",
"Did anyone go camping in Oshkosh Wisconsin last month?",
"Hey i am subbed but i didnt get the notification how?",
- "This is the best by far! I laughed for the hole sticking time 😂"
+ "This is the best by far! I laughed for the hole sticking time 😂",
+ "Can't stop watching this! The vibes are immaculate ✨",
+ "Who else is here from the algorithm? This popped up and I'm obsessed now 🔥",
+ "The editing in this is absolutely insane! How do you do it? 🤯",
+ "Finally found my new favorite channel! Subscribed immediately 💯",
+ "This gives me such good memories from last summer... anyone else? 🌞",
+ "The way you captured that moment is pure magic! Love it so much 🥰",
+ "Can we get a part 2? I need more of this content in my life! 🙏",
+ "This is exactly what I needed today, thank you for sharing! 💖",
+ "The quality is amazing! What camera do you use? 📸",
+ "This made my day so much better, sending good vibes back! ✌️"
]
\ No newline at end of file
diff --git a/shared/data/commits.json b/shared/data/commits.json
index c5783f5b7..2901ebf87 100644
--- a/shared/data/commits.json
+++ b/shared/data/commits.json
@@ -3,938 +3,938 @@
"hash": "0964a88ac83d01395476695dd6a1307878543c13",
"short_hash": "0964a88",
"author": "Martijn Cuppens",
- "date": "Thu Nov 28 08:48:33 2019 +0100",
+ "date": "Thu Nov 28 08:48:33 2025 +0100",
"description": "Fix dart Sass compatibility (#29755)"
},
{
"hash": "4de4874e722ad934bd3bf21f20a19475096c889a",
"short_hash": "4de4874",
"author": "Matthieu Vignolle",
- "date": "Wed Nov 27 07:43:49 2019 +0100",
+ "date": "Wed Nov 27 07:43:49 2025 +0100",
"description": "Change deprecated html tags to text decoration classes (#29604)"
},
{
"hash": "1977a661e64572576f63acfd70f6b62b1beb382e",
"short_hash": "1977a66",
"author": "cccabinet",
- "date": "Tue Nov 26 16:11:07 2019 +0900",
+ "date": "Tue Nov 26 16:11:07 2025 +0900",
"description": "justify-content:between ⇒ justify-content:space-between (#29734)"
},
{
"hash": "82d8dae7e738167ea1820c960f25f07fc9721297",
"short_hash": "82d8dae",
"author": "XhmikosR",
- "date": "Tue Nov 26 09:00:21 2019 +0200",
+ "date": "Tue Nov 26 09:00:21 2025 +0200",
"description": "Update change-version.js (#29736)"
},
{
"hash": "a84f7233eab6e5713a6cfcb1ab22fafd79422a81",
"short_hash": "a84f723",
"author": "XhmikosR",
- "date": "Mon Nov 25 16:30:53 2019 +0200",
+ "date": "Mon Nov 25 16:30:53 2025 +0200",
"description": "Regenerate package-lock.json (#29730)"
},
{
"hash": "2180daa6f53fb9a93e4760baec7f2bd4123e6a3e",
"short_hash": "2180daa",
"author": "Mark Otto",
- "date": "Sun Nov 24 10:40:16 2019 -0800",
+ "date": "Sun Nov 24 10:40:16 2025 -0800",
"description": "Some minor text tweaks"
},
{
"hash": "d5c212bbcbcf2efe97540b3b890b4b8bdf6820f2",
"short_hash": "d5c212b",
"author": "Martijn Cuppens",
- "date": "Fri Nov 1 11:22:29 2019 +0100",
+ "date": "Fri Nov 1 11:22:29 2025 +0100",
"description": "Link to versioned docs"
},
{
"hash": "ff256ca23c78471dfdc732b7262bece2dad59dff",
"short_hash": "ff256ca",
"author": "Mark Otto",
- "date": "Mon Oct 28 09:08:19 2019 +0200",
+ "date": "Mon Oct 28 09:08:19 2025 +0200",
"description": "Copywriting edits"
},
{
"hash": "cd077cd599e55a8a126ce765d8f9adeb595ca3e2",
"short_hash": "cd077cd",
"author": "Martijn Cuppens",
- "date": "Sun Oct 27 11:01:30 2019 +0100",
+ "date": "Sun Oct 27 11:01:30 2025 +0100",
"description": "Enable RFS for font resizing"
},
{
"hash": "787256cae401f9ebd8bea1391343a58140d0f235",
"short_hash": "787256c",
"author": "Martijn Cuppens",
- "date": "Sun Nov 24 20:20:03 2019 +0100",
+ "date": "Sun Nov 24 20:20:03 2025 +0100",
"description": "Compressed Sass output support (#29702)"
},
{
"hash": "0caed940a578cb920a750dc0ce287c7d71e59a3e",
"short_hash": "0caed94",
"author": "Jonathan Hefner",
- "date": "Sun Nov 24 13:15:35 2019 -0600",
+ "date": "Sun Nov 24 13:15:35 2025 -0600",
"description": "Set vertical-align on .form-check-input (#29521)"
},
{
"hash": "460ba061cb470df7aca18b32854079a0caf335dd",
"short_hash": "460ba06",
"author": "Martijn Cuppens",
- "date": "Sun Nov 24 20:01:02 2019 +0100",
+ "date": "Sun Nov 24 20:01:02 2025 +0100",
"description": "Keep themed appearance for print (#29714)"
},
{
"hash": "a65d066530c463a973414e894924fd46bd34ee91",
"short_hash": "a65d066",
"author": "Martijn Cuppens",
- "date": "Fri Nov 22 10:00:25 2019 +0100",
+ "date": "Fri Nov 22 10:00:25 2025 +0100",
"description": "Use double quotes in `.stylelintrc` (#29709)"
},
{
"hash": "db87297afbc6a6458912d490a2398801ea7108bb",
"short_hash": "db87297",
"author": "XhmikosR",
- "date": "Thu Nov 21 16:35:21 2019 +0200",
+ "date": "Thu Nov 21 16:35:21 2025 +0200",
"description": "Regenerate package-lock.json (#29695)"
},
{
"hash": "099860d727f0ed2ab039ccac48e2ead61083427c",
"short_hash": "099860d",
"author": "XhmikosR",
- "date": "Mon Nov 18 21:03:43 2019 +0200",
+ "date": "Mon Nov 18 21:03:43 2025 +0200",
"description": "Switch to the Coveralls Action (#29478)"
},
{
"hash": "47b1bc71af5bedab27df115a23237ea30e1ac30e",
"short_hash": "47b1bc7",
"author": "XhmikosR",
- "date": "Fri Nov 15 15:52:50 2019 +0200",
+ "date": "Fri Nov 15 15:52:50 2025 +0200",
"description": "Fix npm audit vulnerability (#29677)"
},
{
"hash": "bca5b6ab9ca7277b03562e175e6914e81e27ddd7",
"short_hash": "bca5b6a",
"author": "XhmikosR",
- "date": "Tue Nov 12 09:40:29 2019 +0200",
+ "date": "Tue Nov 12 09:40:29 2025 +0200",
"description": "config.yml: update popper.js to v1.16.0 (#29624)"
},
{
"hash": "2a4d526ce81093c1dd26e37d94b9371e89085f52",
"short_hash": "2a4d526",
"author": "XhmikosR",
- "date": "Tue Nov 12 09:34:16 2019 +0200",
+ "date": "Tue Nov 12 09:34:16 2025 +0200",
"description": "Update anchor.js to v4.2.1 (#29662)"
},
{
"hash": "cc6f66f72a180af1910bb5f520f2067ad705f1b8",
"short_hash": "cc6f66f",
"author": "XhmikosR",
- "date": "Fri Nov 8 10:11:23 2019 +0200",
+ "date": "Fri Nov 8 10:11:23 2025 +0200",
"description": "Dist (#29638)"
},
{
"hash": "eb849d73cda18a660d13c22b25a9e7ebbf42faca",
"short_hash": "eb849d7",
"author": "Martijn Cuppens",
- "date": "Thu Nov 7 20:03:52 2019 +0100",
+ "date": "Thu Nov 7 20:03:52 2025 +0100",
"description": "Make check label cursor customizable (#29654)"
},
{
"hash": "dbeb85cb085c6231bd747f5fe597b91ef99ab2ae",
"short_hash": "dbeb85c",
"author": "Sam Duvall",
- "date": "Thu Nov 7 13:34:54 2019 -0500",
+ "date": "Thu Nov 7 13:34:54 2025 -0500",
"description": "Fixed input-height-sm and input-height-lg calculations (#29653)"
},
{
"hash": "67015b4aa2c075726aae7e2a2e014c87827f6d20",
"short_hash": "67015b4",
"author": "Martijn Cuppens",
- "date": "Thu Nov 7 19:28:51 2019 +0100",
+ "date": "Thu Nov 7 19:28:51 2025 +0100",
"description": "package.json: Add funding property (#29646)"
},
{
"hash": "c9ae98ee38f1c9108b079a0a48a1b21cdbd55001",
"short_hash": "c9ae98e",
"author": "XhmikosR",
- "date": "Thu Nov 7 11:33:10 2019 +0200",
+ "date": "Thu Nov 7 11:33:10 2025 +0200",
"description": "Remove shx. (#29636)"
},
{
"hash": "c3fa502d32d78f580760500fe1b91bd0f04b845c",
"short_hash": "c3fa502",
"author": "XhmikosR",
- "date": "Thu Nov 7 11:20:12 2019 +0200",
+ "date": "Thu Nov 7 11:20:12 2025 +0200",
"description": "dashboard/index.html: update tabler-icons to v4.24.1 (#29651)"
},
{
"hash": "1d30e05cafd986b1ca067edd20570899b0ad9e94",
"short_hash": "1d30e05",
"author": "XhmikosR",
- "date": "Thu Nov 7 10:41:40 2019 +0200",
+ "date": "Thu Nov 7 10:41:40 2025 +0200",
"description": "Regenerate package-lock.json."
},
{
"hash": "258a56b473edea843eb20e80bbc7bf49eb040a32",
"short_hash": "258a56b",
"author": "XhmikosR",
- "date": "Mon Nov 4 15:42:09 2019 +0200",
+ "date": "Mon Nov 4 15:42:09 2025 +0200",
"description": "site/assets/js/search.js: ignore the LGTM alert (#29634)"
},
{
"hash": "972369c997e4113607aaa002edd532e3d256f316",
"short_hash": "972369c",
"author": "XhmikosR",
- "date": "Thu Oct 24 16:47:38 2019 +0300",
+ "date": "Thu Oct 24 16:47:38 2025 +0300",
"description": "Tighten regex a bit. If we need to make this more robust in the future, we can revert this as needed."
},
{
"hash": "e40b3355f09d444337eb0081877d02329fbf52c9",
"short_hash": "e40b335",
"author": "XhmikosR",
- "date": "Tue Sep 17 14:22:56 2019 +0300",
+ "date": "Tue Sep 17 14:22:56 2025 +0300",
"description": "example.html: use double quotes"
},
{
"hash": "04acb679ab4282b50e2c6214c3ce7db634f9c2e1",
"short_hash": "04acb67",
"author": "Christopher Morrissey",
- "date": "Fri Sep 6 18:35:43 2019 +0300",
+ "date": "Fri Sep 6 18:35:43 2025 +0300",
"description": "Example shortcode: use a regex and simplify logic."
},
{
"hash": "a28adc76663b00b72abee1ae326b53cc9c9d6b9c",
"short_hash": "a28adc7",
"author": "XhmikosR",
- "date": "Mon Nov 4 14:44:07 2019 +0200",
+ "date": "Mon Nov 4 14:44:07 2025 +0200",
"description": "Move docs JS one folder up. (#29632)"
},
{
"hash": "504098d66466488927acd43369b6f0dd40daa1f7",
"short_hash": "504098d",
"author": "Martijn Cuppens",
- "date": "Mon Nov 4 13:37:13 2019 +0100",
+ "date": "Mon Nov 4 13:37:13 2025 +0100",
"description": "progress: Fix IE overflow (#29629)"
},
{
"hash": "6b3ee0e5fde816ff3aaad28f55282d5a11328bcc",
"short_hash": "6b3ee0e",
"author": "Johann-S",
- "date": "Mon Nov 4 10:50:07 2019 +0100",
+ "date": "Mon Nov 4 10:50:07 2025 +0100",
"description": "removing last occurences of _fixTitle in our docs (#29631)"
},
{
"hash": "8805122f73dc580aab449f6f680eb01b83cafeed",
"short_hash": 8805122,
"author": "XhmikosR",
- "date": "Fri Nov 1 13:18:28 2019 +0200",
+ "date": "Fri Nov 1 13:18:28 2025 +0200",
"description": "Update modal.md (#29621) Fix typo"
},
{
"hash": "f2483febb61f6397fd855efe92d2c1e536262c26",
"short_hash": "f2483fe",
"author": "Martijn Cuppens",
- "date": "Thu Oct 31 09:56:10 2019 +0100",
+ "date": "Thu Oct 31 09:56:10 2025 +0100",
"description": "Update stylelint-config-twbs-bootstrap to 0.9.0 (#29612)"
},
{
"hash": "08ba61e276a6393e8e2b97d56d2feb70a24fe22c",
"short_hash": "08ba61e",
"author": "Martijn Cuppens",
- "date": "Wed Oct 30 09:03:53 2019 +0100",
+ "date": "Wed Oct 30 09:03:53 2025 +0100",
"description": "Remove calc function from docs"
},
{
"hash": "ca9731692ecbff4e3415a77ff28612ed1fc96ac6",
"short_hash": "ca97316",
"author": "Martijn Cuppens",
- "date": "Wed Oct 30 08:57:09 2019 +0100",
+ "date": "Wed Oct 30 08:57:09 2025 +0100",
"description": "Add calc() to function blacklist"
},
{
"hash": "9e54d8e1208fbb292d48b879b66d19a404bba538",
"short_hash": "9e54d8e",
"author": "Mark Otto",
- "date": "Sat Oct 19 08:32:29 2019 +0300",
+ "date": "Sat Oct 19 08:32:29 2025 +0300",
"description": "Doc tweaks."
},
{
"hash": "32b932c959818a2d7a6651ecc57ad88bc8e0d0ea",
"short_hash": "32b932c",
"author": "Martijn Cuppens",
- "date": "Sat Oct 12 16:03:17 2019 +0200",
+ "date": "Sat Oct 12 16:03:17 2025 +0200",
"description": "Revert complex calculation"
},
{
"hash": "d6ebc60d3d98d48959e6e1bd4eeea4d6e8be4366",
"short_hash": "d6ebc60",
"author": "ysds",
- "date": "Tue Sep 3 20:18:44 2019 +0300",
+ "date": "Tue Sep 3 20:18:44 2025 +0300",
"description": "Add add and subtract function"
},
{
"hash": "c62efc3ef69d7dd6e784928b707f52884fab87de",
"short_hash": "c62efc3",
"author": "Steffen Roßkamp",
- "date": "Thu Oct 31 06:58:09 2019 +0100",
+ "date": "Thu Oct 31 06:58:09 2025 +0100",
"description": "Update normalizeDataKey to match the spec (#29609)"
},
{
"hash": "639c405c6510a286a3cfcfd6d733d28d0e7baf92",
"short_hash": "639c405",
"author": "Matias Puhakka",
- "date": "Mon Oct 28 16:19:03 2019 +0200",
+ "date": "Mon Oct 28 16:19:03 2025 +0200",
"description": "Remove redundant \"Navbar divider\" from \"Contents\" (#29601)"
},
{
"hash": "b81a23a60d1a0c137dfeff17ce9f85c80ca9fe5c",
"short_hash": "b81a23a",
"author": "Mark Otto",
- "date": "Mon Oct 28 00:12:07 2019 -0700",
+ "date": "Mon Oct 28 00:12:07 2025 -0700",
"description": "Update .form-check to properly support gradients when enabled (#29338)"
},
{
"hash": "9c7bc1a1111940158050db8aaf66340e8ce4d558",
"short_hash": "9c7bc1a",
"author": "Mark Otto",
- "date": "Sun Oct 27 20:26:52 2019 -0700",
+ "date": "Sun Oct 27 20:26:52 2025 -0700",
"description": "v5: Simplify navbars by requiring containers (#29339)"
},
{
"hash": "23c3cdbd432947e30c755c56aace15218aafc99a",
"short_hash": "23c3cdb",
"author": "XhmikosR",
- "date": "Sun Oct 27 16:39:54 2019 +0200",
+ "date": "Sun Oct 27 16:39:54 2025 +0200",
"description": "Remove unneeded ESLint suppression and regenerate lock file (#29593)"
},
{
"hash": "819f922276de18cbddb8f5d484b34e4a1a132886",
"short_hash": "819f922",
"author": "midzer",
- "date": "Sat Oct 26 18:47:55 2019 +0200",
+ "date": "Sat Oct 26 18:47:55 2025 +0200",
"description": "remove superflous transition parameter (#29595)"
},
{
"hash": "46912797b24f12817c24d84a1a80a72d224d1b3a",
"short_hash": 4691279,
"author": "Higor Araújo dos Anjos",
- "date": "Fri Oct 25 15:12:09 2019 -0300",
+ "date": "Fri Oct 25 15:12:09 2025 -0300",
"description": "Added animation when modal backdrop is static (#29516)"
},
{
"hash": "9ee9b8a1e8f6b2c9d1cbec6cf5c04ac5b8a2b378",
"short_hash": "9ee9b8a",
"author": "Martijn Cuppens",
- "date": "Fri Oct 25 11:37:52 2019 +0200",
+ "date": "Fri Oct 25 11:37:52 2025 +0200",
"description": "Add configurable button text wrapping (#29554)"
},
{
"hash": "b3dfcdc7ed066469074e96d9ca80b0684d185d82",
"short_hash": "b3dfcdc",
"author": "Pawel Wolak",
- "date": "Fri Oct 25 11:25:30 2019 +0200",
+ "date": "Fri Oct 25 11:25:30 2025 +0200",
"description": "Enable eslint no-console rule except for build directory (#29585)"
},
{
"hash": "e298e42e29022f275c42273e07cda7618b5d96c3",
"short_hash": "e298e42",
"author": "XhmikosR",
- "date": "Tue Oct 22 20:56:19 2019 +0300",
+ "date": "Tue Oct 22 20:56:19 2025 +0300",
"description": "Regenerate package-lock.json (#29571)"
},
{
"hash": "6c0e75d6cf6f4a37eede6f221b4be83d29d31742",
"short_hash": "6c0e75d",
"author": "XhmikosR",
- "date": "Tue Oct 22 12:22:27 2019 +0300",
+ "date": "Tue Oct 22 12:22:27 2025 +0300",
"description": "Fix one dev npm vulnerability. (#29568)"
},
{
"hash": "b91ce0940573dba21c574927e16ea092e3d50df5",
"short_hash": "b91ce09",
"author": "XhmikosR",
- "date": "Tue Oct 22 07:49:06 2019 +0300",
+ "date": "Tue Oct 22 07:49:06 2025 +0300",
"description": "Update hugo-bin to v0.47.0 (Hugo 0.59.0) (#29562)"
},
{
"hash": "3b876be65273eb4e1096a7420f4b73767607fe59",
"short_hash": "3b876be",
"author": "Shohei Yoshida",
- "date": "Tue Oct 22 11:27:43 2019 +0900",
+ "date": "Tue Oct 22 11:27:43 2025 +0900",
"description": "Rename close icon to close button (#29387)"
},
{
"hash": "3251de8d57b8e11b9dda0984298028cc977642eb",
"short_hash": "3251de8",
"author": "XhmikosR",
- "date": "Tue Oct 22 05:11:22 2019 +0300",
+ "date": "Tue Oct 22 05:11:22 2025 +0300",
"description": "Get rid of unneeded `div`s. (#29563)"
},
{
"hash": "f3e84e026863e6a4bbc471a8e6c84e9a3b254c55",
"short_hash": "f3e84e0",
"author": "XhmikosR",
- "date": "Sun Oct 20 18:57:15 2019 +0300",
+ "date": "Sun Oct 20 18:57:15 2025 +0300",
"description": "Update popper.js to v1.16.0. (#29537)"
},
{
"hash": "8d56c19b5509ef5b6358ee4b646a80bdffbe7396",
"short_hash": "8d56c19",
"author": "Mark Otto",
- "date": "Fri Oct 18 11:06:12 2019 -0700",
+ "date": "Fri Oct 18 11:06:12 2025 -0700",
"description": "v5: Icons docs cleanup (#29450)"
},
{
"hash": "943bef258d661e0d752f2c4f129952fe2a9de47e",
"short_hash": "943bef2",
"author": "Mark Otto",
- "date": "Fri Oct 18 11:04:27 2019 -0700",
+ "date": "Fri Oct 18 11:04:27 2025 -0700",
"description": "v5: Update colors to add shades and tints (#29348)"
},
{
"hash": "1fa337cc201a5c55f699af03595821b9c06273df",
"short_hash": "1fa337c",
"author": "Mark Otto",
- "date": "Fri Oct 18 00:28:17 2019 -0700",
+ "date": "Fri Oct 18 00:28:17 2025 -0700",
"description": "Add link to Icons site in our docs (#29544)"
},
{
"hash": "c1ee395f80c05de8317588b07f34a65c5b95c42c",
"short_hash": "c1ee395",
"author": "Jeremy Jackson",
- "date": "Thu Oct 17 15:01:44 2019 +0000",
+ "date": "Thu Oct 17 15:01:44 2025 +0000",
"description": "Skip hidden dropdowns while focusing (#29523)"
},
{
"hash": "104385c508a4c77761b04a9842e978bab6f359f6",
"short_hash": "104385c",
"author": "Mark Otto",
- "date": "Wed Oct 16 23:46:34 2019 -0700",
+ "date": "Wed Oct 16 23:46:34 2025 -0700",
"description": "Add make-col-auto mixin (#29367)"
},
{
"hash": "b483f80b9ea79318273299c7b365c3abff3bfeea",
"short_hash": "b483f80",
"author": "XhmikosR",
- "date": "Wed Oct 16 18:06:26 2019 +0300",
+ "date": "Wed Oct 16 18:06:26 2025 +0300",
"description": "Update dependabot config (#29536)"
},
{
"hash": "2a8486962ef0260553432ce1a0401cabba81b968",
"short_hash": "2a84869",
"author": "XhmikosR",
- "date": "Wed Oct 16 14:48:28 2019 +0300",
+ "date": "Wed Oct 16 14:48:28 2025 +0300",
"description": "Add dependabot config (#29526)"
},
{
"hash": "b4e957d360899c2555cb29a3ae4589405883bba9",
"short_hash": "b4e957d",
"author": "XhmikosR",
- "date": "Mon Oct 14 10:54:39 2019 +0300",
+ "date": "Mon Oct 14 10:54:39 2025 +0300",
"description": "Update devDependencies. (#29508)"
},
{
"hash": "7327e38b1c767051658e68171994042649a4203a",
"short_hash": 7.327e+41,
"author": "Martijn Cuppens",
- "date": "Sat Oct 12 15:07:22 2019 +0200",
+ "date": "Sat Oct 12 15:07:22 2025 +0200",
"description": "Fix top level ampersand (#29518)"
},
{
"hash": "64e22b42842b2d216f328a94ff9105da744bccbe",
"short_hash": "64e22b4",
"author": "leshasmp",
- "date": "Sat Oct 12 17:09:04 2019 +0500",
+ "date": "Sat Oct 12 17:09:04 2025 +0500",
"description": "Carousel variables (#29493)"
},
{
"hash": "09e6af48d7f44900e38d5676fb01ad7bb9ddd24b",
"short_hash": "09e6af4",
"author": "astrahov",
- "date": "Sat Oct 12 16:56:29 2019 +0500",
+ "date": "Sat Oct 12 16:56:29 2025 +0500",
"description": "Group line-height variables (#29466)"
},
{
"hash": "4e37fc3ab4b9441ec749ab91edff66b7fc192456",
"short_hash": "4e37fc3",
"author": "Jeremy Jackson",
- "date": "Sat Oct 12 08:21:22 2019 +0000",
+ "date": "Sat Oct 12 08:21:22 2025 +0000",
"description": "Add color argument to button mixins (#29444)"
},
{
"hash": "b3451ff258fad12e0803d3c4c0331230748720b8",
"short_hash": "b3451ff",
"author": "Mark Otto",
- "date": "Thu Oct 10 11:18:19 2019 -0700",
+ "date": "Thu Oct 10 11:18:19 2025 -0700",
"description": "Add new .bg-body utility class (#29511)"
},
{
"hash": "133e0c8c9a7fdb7bd4d5ebd82ce6d8dc944e0a4f",
"short_hash": "133e0c8",
"author": "XhmikosR",
- "date": "Wed Oct 9 11:11:37 2019 +0300",
+ "date": "Wed Oct 9 11:11:37 2025 +0300",
"description": "Drop support for Node.js 8. (#29496)"
},
{
"hash": "577bf8b14d76a864a8d69dbfb03b757fbeb6e241",
"short_hash": "577bf8b",
"author": "XhmikosR",
- "date": "Wed Oct 9 01:27:43 2019 +0300",
+ "date": "Wed Oct 9 01:27:43 2025 +0300",
"description": "Rename \"js/tests/units\" to \"js/tests/unit\". (#29503)"
},
{
"hash": "1770691b339bdbf17de5e8824158b358dc0284a9",
"short_hash": 1770691,
"author": "XhmikosR",
- "date": "Tue Oct 8 09:39:10 2019 +0300",
+ "date": "Tue Oct 8 09:39:10 2025 +0300",
"description": "Dist (#29484)"
},
{
"hash": "9c54d3579757aa1e4027ff8fb434a18c656d840c",
"short_hash": "9c54d35",
"author": "XhmikosR",
- "date": "Tue Oct 8 08:47:40 2019 +0300",
+ "date": "Tue Oct 8 08:47:40 2025 +0300",
"description": "CI: move `CI` env variable to the root of the workflow. (#29499)"
},
{
"hash": "622c914a3acc1ab933b3e89d8abfdd63feeb4016",
"short_hash": "622c914",
"author": "XhmikosR",
- "date": "Mon Oct 7 09:31:12 2019 +0300",
+ "date": "Mon Oct 7 09:31:12 2025 +0300",
"description": "Update devDependencies. (#29447)"
},
{
"hash": "60559d44a2166708a4dc2f6ccb835052da08ab65",
"short_hash": "60559d4",
"author": "astrahov",
- "date": "Thu Oct 3 20:54:34 2019 +0500",
+ "date": "Thu Oct 3 20:54:34 2025 +0500",
"description": "Add variable for `$breadcrumb-font-size` (#29467)"
},
{
"hash": "e1b82f51e21b6329d783406cfbc9c847c798ef23",
"short_hash": "e1b82f5",
"author": "Johann-S",
- "date": "Wed Oct 2 14:32:29 2019 +0200",
+ "date": "Wed Oct 2 14:32:29 2025 +0200",
"description": "add modularity integration test"
},
{
"hash": "3d12b541c488ea09efced2fb987fcbf384c656bb",
"short_hash": "3d12b54",
"author": "Johann-S",
- "date": "Wed Oct 2 11:43:54 2019 +0200",
+ "date": "Wed Oct 2 11:43:54 2025 +0200",
"description": "return to the original file structure to avoid breaking modularity"
},
{
"hash": "393ddae09b0578c8d381540bdbb4e68cdec1b45b",
"short_hash": "393ddae",
"author": "Martijn Cuppens",
- "date": "Thu Oct 3 09:43:45 2019 +0200",
+ "date": "Thu Oct 3 09:43:45 2025 +0200",
"description": "Fix border for single card in accordion (#29453)"
},
{
"hash": "03c9788f7a0293beef328c004b124f4433c3c64d",
"short_hash": "03c9788",
"author": "Martijn Cuppens",
- "date": "Thu Oct 3 09:21:40 2019 +0200",
+ "date": "Thu Oct 3 09:21:40 2025 +0200",
"description": "Variable card height (#29462)"
},
{
"hash": "f6a1e2fc8990f2c8975b0f27fc14027a6f7e9fae",
"short_hash": "f6a1e2f",
"author": "Paweł Kuna",
- "date": "Thu Oct 3 08:52:25 2019 +0200",
+ "date": "Thu Oct 3 08:52:25 2025 +0200",
"description": "Better radio input (#29441)"
},
{
"hash": "494713b55a40d5b1216acd8b44fe0e463224f73d",
"short_hash": "494713b",
"author": "Martijn Cuppens",
- "date": "Wed Oct 2 21:48:15 2019 +0200",
+ "date": "Wed Oct 2 21:48:15 2025 +0200",
"description": "Trim trailing whitespace from markdown files (#29460)"
},
{
"hash": "de8c65158be3bbf150b9352a3985762c7e094933",
"short_hash": "de8c651",
"author": "Martijn Cuppens",
- "date": "Wed Oct 2 21:37:24 2019 +0200",
+ "date": "Wed Oct 2 21:37:24 2025 +0200",
"description": "Remove appearance from textarea (#29455)"
},
{
"hash": "707973ebdd2ea058b297456ee6c7b0a27b725089",
"short_hash": "707973e",
"author": "Mark Otto",
- "date": "Wed Oct 2 12:19:45 2019 -0700",
+ "date": "Wed Oct 2 12:19:45 2025 -0700",
"description": "v5: .form-check layout changes (#29322)"
},
{
"hash": "c306e963e8f75cf4e2b5b7b656266b6df01c8b83",
"short_hash": "c306e96",
"author": "Andreas Schroth",
- "date": "Wed Oct 2 21:10:31 2019 +0200",
+ "date": "Wed Oct 2 21:10:31 2025 +0200",
"description": "Remove \"extra\" section from composer.json (#29420)"
},
{
"hash": "e41342b4c1be70ff8d6074f37ecc49dec632d80c",
"short_hash": "e41342b",
"author": "XhmikosR",
- "date": "Wed Oct 2 22:05:15 2019 +0300",
+ "date": "Wed Oct 2 22:05:15 2025 +0300",
"description": "coveralls: Add `COVERALLS_GIT_BRANCH` (#29458)"
},
{
"hash": "b1a4b0ecc42e5d2359f18d6430b9386defdb9ddb",
"short_hash": "b1a4b0e",
"author": "XhmikosR",
- "date": "Wed Oct 2 21:56:39 2019 +0300",
+ "date": "Wed Oct 2 21:56:39 2025 +0300",
"description": "workflows/test.yml: specify `CI=true` (#29440)"
},
{
"hash": "adfd3fbd4689b8d373d55df56bead6d09c728fcd",
"short_hash": "adfd3fb",
"author": "XhmikosR",
- "date": "Wed Oct 2 21:49:34 2019 +0300",
+ "date": "Wed Oct 2 21:49:34 2025 +0300",
"description": "README.md: link to the Actions page for Tests (#29480)"
},
{
"hash": "46e8f1a34fe00468209f46b12aac6323b5322eee",
"short_hash": "46e8f1a",
"author": "astrahov",
- "date": "Tue Oct 1 18:14:43 2019 +0500",
+ "date": "Tue Oct 1 18:14:43 2025 +0500",
"description": "Variable carousel indicator opacity (#29468)"
},
{
"hash": "0a3aa08b89031a835e73b53b161ba6c6d1cab848",
"short_hash": "0a3aa08",
"author": "Paweł Kuna",
- "date": "Fri Sep 27 17:58:53 2019 +0200",
+ "date": "Fri Sep 27 17:58:53 2025 +0200",
"description": "Remove outline from select box in FF (#29445)"
},
{
"hash": "f2dff864aa09140dd7edc6b5e27ecf590f2f7fa5",
"short_hash": "f2dff86",
"author": "wojtask9",
- "date": "Fri Sep 27 14:22:31 2019 +0200",
+ "date": "Fri Sep 27 14:22:31 2025 +0200",
"description": "Remove duplicated td selector (#29454)"
},
{
"hash": "6b150855df836210188b0cec5e989468ca5e9611",
"short_hash": "6b15085",
"author": "XhmikosR",
- "date": "Fri Sep 27 09:01:36 2019 +0300",
+ "date": "Fri Sep 27 09:01:36 2025 +0300",
"description": "Change blue and pink colors to be accessible. (#29198)"
},
{
"hash": "de3a3731bd8034536654053130663d12ff1ec811",
"short_hash": "de3a373",
"author": "XhmikosR",
- "date": "Thu Sep 26 21:50:14 2019 +0300",
+ "date": "Thu Sep 26 21:50:14 2025 +0300",
"description": "Sass: remove redundant stylelint inline suppressions. (#29427)"
},
{
"hash": "7e0901779043aa0357fa39e7544b60c2054cce01",
"short_hash": null,
"author": "XhmikosR",
- "date": "Tue Sep 24 21:32:49 2019 +0300",
+ "date": "Tue Sep 24 21:32:49 2025 +0300",
"description": "`update-deps`: remove moot `cross-env` call. (#29419)"
},
{
"hash": "d2a24e09ecfd453618f7bd6c07bc0546e38fb261",
"short_hash": "d2a24e0",
"author": "Shohei Yoshida",
- "date": "Tue Sep 24 19:48:45 2019 +0900",
+ "date": "Tue Sep 24 19:48:45 2025 +0900",
"description": "Grid card example tweaks (#29409)"
},
{
"hash": "84861ceadbb09ada3598a632fd0f5e1cc80b0e7a",
"short_hash": "84861ce",
"author": "XhmikosR",
- "date": "Tue Sep 17 21:34:53 2019 +0300",
+ "date": "Tue Sep 17 21:34:53 2025 +0300",
"description": ".eslintrc.json: Remove a couple of default rules."
},
{
"hash": "90c5de151be15815469a07b2c7aa4ab0c01f2a86",
"short_hash": "90c5de1",
"author": "XhmikosR",
- "date": "Tue Sep 24 12:53:50 2019 +0300",
+ "date": "Tue Sep 24 12:53:50 2025 +0300",
"description": "GH Actions updates. (#29429)"
},
{
"hash": "129bb08fc4d2c850ae71250371adf82a4441dc70",
"short_hash": "129bb08",
"author": "XhmikosR",
- "date": "Tue Sep 17 00:22:49 2019 +0300",
+ "date": "Tue Sep 17 00:22:49 2025 +0300",
"description": "Use Hugo for our docs Sass and JS. (#29280)"
},
{
"hash": "a9c05ab798df7b1a40af41c25dd92faa84b13f99",
"short_hash": "a9c05ab",
"author": "XhmikosR",
- "date": "Wed Aug 28 17:31:45 2019 +0300",
+ "date": "Wed Aug 28 17:31:45 2025 +0300",
"description": "examples: darken gray a little bit."
},
{
"hash": "758ee5f0f8c31f0140cd3df62cd3dd0eef33eecd",
"short_hash": "758ee5f",
"author": "XhmikosR",
- "date": "Mon Aug 5 16:11:51 2019 +0300",
+ "date": "Mon Aug 5 16:11:51 2025 +0300",
"description": "card.md: use `text-dark` for warning card."
},
{
"hash": "1edba8072db996d72a9b774953c9137eb2159432",
"short_hash": "1edba80",
"author": "XhmikosR",
- "date": "Sat Aug 3 18:47:13 2019 +0300",
+ "date": "Sat Aug 3 18:47:13 2025 +0300",
"description": "badge.md: use `text-dark` for warning."
},
{
"hash": "fbeed6f1d9a89d2fbe97312dfb94b6b8f85c195b",
"short_hash": "fbeed6f",
"author": "XhmikosR",
- "date": "Sat Aug 3 18:27:11 2019 +0300",
+ "date": "Sat Aug 3 18:27:11 2025 +0300",
"description": "Darken footer color."
},
{
"hash": "943a074a2ba9dc753cb4e27075246b7e82eeb306",
"short_hash": "943a074",
"author": "XhmikosR",
- "date": "Sat Aug 3 18:20:45 2019 +0300",
+ "date": "Sat Aug 3 18:20:45 2025 +0300",
"description": "Tweak syntax highlighting colors to be WCAG2AA valid."
},
{
"hash": "0126d9832b03fbb584066cc5f1eeadd283665ed6",
"short_hash": "0126d98",
"author": "XhmikosR",
- "date": "Mon Sep 16 15:28:25 2019 +0300",
+ "date": "Mon Sep 16 15:28:25 2025 +0300",
"description": "workflows/test.yml: switch to `setup-node@v1`. (#29410)"
},
{
"hash": "e2a93ec094d6ec1283c10a220b26a2acb4b7417c",
"short_hash": "e2a93ec",
"author": "ysds",
- "date": "Thu Sep 12 23:30:47 2019 +0900",
+ "date": "Thu Sep 12 23:30:47 2025 +0900",
"description": "Fix incorrect aspect ratio on IE11"
},
{
"hash": "6e638685002e8d5f5c42b274ce87ae3d044d52f2",
"short_hash": null,
"author": "Martijn Cuppens",
- "date": "Thu Apr 25 21:10:55 2019 +0200",
+ "date": "Thu Apr 25 21:10:55 2025 +0200",
"description": "Remove redundant properties"
},
{
"hash": "d99ff902f8c7b849ccb283af69d6a8ac15356450",
"short_hash": "d99ff90",
"author": "jahanzaibsuleman07",
- "date": "Fri Sep 13 23:15:20 2019 +0500",
+ "date": "Fri Sep 13 23:15:20 2025 +0500",
"description": "Responsive sticky top (#29158)"
},
{
"hash": "49469ca0dc383626b201d91b66bd4aaed8dceb0f",
"short_hash": "49469ca",
"author": "XhmikosR",
- "date": "Fri Sep 13 12:13:08 2019 +0300",
+ "date": "Fri Sep 13 12:13:08 2025 +0300",
"description": "Update devDependencies. (#29381)"
},
{
"hash": "2f549ecda8b154ac9203056786e77c8271e78f30",
"short_hash": "2f549ec",
"author": "Martijn Cuppens",
- "date": "Sat Sep 7 21:16:48 2019 +0200",
+ "date": "Sat Sep 7 21:16:48 2025 +0200",
"description": "Typo fix (#29382)"
},
{
"hash": "713dd824038aba59185b05e4c87bce8e5452e893",
"short_hash": "713dd82",
"author": "ysds",
- "date": "Fri Sep 6 23:57:29 2019 +0900",
+ "date": "Fri Sep 6 23:57:29 2025 +0900",
"description": "Remove unnecessary z-index"
},
{
"hash": "9066f9495cb41459574ab181fc3d435c1b4e358a",
"short_hash": "9066f94",
"author": "Martijn Cuppens",
- "date": "Fri Sep 6 09:24:08 2019 +0200",
+ "date": "Fri Sep 6 09:24:08 2025 +0200",
"description": "Make sure the content doesn't cover the navbar dropdown"
},
{
"hash": "c5e80ff2afe056fc959cd14b2ffda88016e0b81d",
"short_hash": "c5e80ff",
"author": "XhmikosR",
- "date": "Sat Aug 31 14:41:15 2019 +0300",
+ "date": "Sat Aug 31 14:41:15 2025 +0300",
"description": "about/brand.md: Remove unused class."
},
{
"hash": "c6ac6365e57efeff86b2b099703c907c3d57b261",
"short_hash": "c6ac636",
"author": "XhmikosR",
- "date": "Sat Aug 31 14:30:29 2019 +0300",
+ "date": "Sat Aug 31 14:30:29 2025 +0300",
"description": "Use the `$white` variable."
},
{
"hash": "b6b96c174bff4b27800fb9ddec75328d1ef30322",
"short_hash": "b6b96c1",
"author": "Martijn Cuppens",
- "date": "Fri Aug 30 23:32:12 2019 +0300",
+ "date": "Fri Aug 30 23:32:12 2025 +0300",
"description": "Docs tweaks"
},
{
"hash": "d6945d5e8fa66a84cf363d9ff710684971bdea85",
"short_hash": "d6945d5",
"author": "XhmikosR",
- "date": "Sun Sep 1 13:37:24 2019 +0300",
+ "date": "Sun Sep 1 13:37:24 2025 +0300",
"description": "Move shortcodes used only once where they are needed."
},
{
"hash": "2c9e22ef889b1b88df7b956d705a1069c10d5e68",
"short_hash": "2c9e22e",
"author": "XhmikosR",
- "date": "Sun Sep 1 13:23:58 2019 +0300",
+ "date": "Sun Sep 1 13:23:58 2025 +0300",
"description": "getting-started/theming.md: throw an error if the regex doesn't succeed."
},
{
"hash": "cf4ae75eff7d432962cc67d56d4ede3b9e3ac42c",
"short_hash": "cf4ae75",
"author": "XhmikosR",
- "date": "Sun Sep 1 13:23:31 2019 +0300",
+ "date": "Sun Sep 1 13:23:31 2025 +0300",
"description": "Break a couple of long lines."
},
{
"hash": "f7fe5d5bca78354c1ff27340702593ca5f81a3a3",
"short_hash": "f7fe5d5",
"author": "XhmikosR",
- "date": "Fri Sep 6 08:51:46 2019 +0300",
+ "date": "Fri Sep 6 08:51:46 2025 +0300",
"description": "homepage: remove redundant class (#29357)"
},
{
"hash": "eb49bd11c9e5f2705d4efa78c029a1de3a2fb832",
"short_hash": "eb49bd1",
"author": "Mark Otto",
- "date": "Thu Sep 5 11:43:31 2019 -0700",
+ "date": "Thu Sep 5 11:43:31 2025 -0700",
"description": "Update subnav to remove breadcrumb and just keep versions and search (#29368)"
},
{
"hash": "c6a82fcc6f46cc8679df45142dfd2de3312b85e6",
"short_hash": "c6a82fc",
"author": "XhmikosR",
- "date": "Thu Sep 5 11:23:34 2019 +0300",
+ "date": "Thu Sep 5 11:23:34 2025 +0300",
"description": "Update devDependencies. (#29349)"
},
{
"hash": "db002902da3a56db6d4d65ea8ae78212c91ea3a1",
"short_hash": "db00290",
"author": "XhmikosR",
- "date": "Tue Sep 3 18:04:11 2019 +0300",
+ "date": "Tue Sep 3 18:04:11 2025 +0300",
"description": "Tweak form validation snippet. (#29359)"
},
{
"hash": "d0affaa2eccdd0ab697bc3eee57b6c22f4bc24f9",
"short_hash": "d0affaa",
"author": "XhmikosR",
- "date": "Mon Sep 2 19:19:25 2019 +0300",
+ "date": "Mon Sep 2 19:19:25 2025 +0300",
"description": "Examples: use our utilities more. (#29358)"
},
{
"hash": "88d7d8b8223911726d8a0aeed9a16010dca04287",
"short_hash": "88d7d8b",
"author": "XhmikosR",
- "date": "Mon Sep 2 12:52:26 2019 +0300",
+ "date": "Mon Sep 2 12:52:26 2025 +0300",
"description": "Use the example shortcode in more places. (#29346)"
},
{
"hash": "6cb4ebc04870df30d5b6ec528ffcb84a07ab48c5",
"short_hash": "6cb4ebc",
"author": "XhmikosR",
- "date": "Mon Sep 2 12:44:19 2019 +0300",
+ "date": "Mon Sep 2 12:44:19 2025 +0300",
"description": "ESLint: specify `--report-unused-disable-directives` (#29350)"
},
{
"hash": "6f1eb110e7c39dc2fb7e2126248b320519ae037a",
"short_hash": "6f1eb11",
"author": "XhmikosR",
- "date": "Mon Sep 2 12:31:02 2019 +0300",
+ "date": "Mon Sep 2 12:31:02 2025 +0300",
"description": "Docs: simplify a few Hugo `range`s. (#29333)"
},
{
"hash": "edf7923c8f04b436291c0c2b8e405be7ae3f6ab1",
"short_hash": "edf7923",
"author": "XhmikosR",
- "date": "Mon Sep 2 12:21:42 2019 +0300",
+ "date": "Mon Sep 2 12:21:42 2025 +0300",
"description": "Fix a few redirected links. (#29352)"
},
{
"hash": "919b526f17a08cefba51c42b831c922adecb4a9f",
"short_hash": "919b526",
"author": "XhmikosR",
- "date": "Sat Aug 31 08:11:16 2019 +0300",
+ "date": "Sat Aug 31 08:11:16 2025 +0300",
"description": "Fix shortcodes/example.html class bug. (#29344)"
},
{
"hash": "b1f49092877c83bf2007cc363fc5c6925cc0dc8c",
"short_hash": "b1f4909",
"author": "ysds",
- "date": "Thu Aug 29 22:12:26 2019 +0900",
+ "date": "Thu Aug 29 22:12:26 2025 +0900",
"description": "Add responsive example"
},
{
"hash": "ebfeaa4ad18aa67c8ff91ff483f1f3634b2afc85",
"short_hash": "ebfeaa4",
"author": "ysds",
- "date": "Wed Aug 28 23:37:39 2019 +0900",
+ "date": "Wed Aug 28 23:37:39 2025 +0900",
"description": "Allow override default col width"
},
{
"hash": "cc248791b0f260aa6e0505a0aa7c3faeb1cbc797",
"short_hash": "cc24879",
"author": "Mark Otto",
- "date": "Tue Jul 23 23:00:29 2019 -0700",
+ "date": "Tue Jul 23 23:00:29 2025 -0700",
"description": "Cleanup"
},
{
"hash": "db692d02d555a66219283d5e2150a681fafee1e6",
"short_hash": "db692d0",
"author": "Mark Otto",
- "date": "Thu Jul 18 02:48:43 2019 +0300",
+ "date": "Thu Jul 18 02:48:43 2025 +0300",
"description": "Move margins, and equal height via utility example"
},
{
"hash": "e2252e023096daa7e852835a69c360484765c42b",
"short_hash": "e2252e0",
"author": "Mark Otto",
- "date": "Thu Jul 18 02:27:53 2019 +0300",
+ "date": "Thu Jul 18 02:27:53 2025 +0300",
"description": "First pass at .row-cols classes"
},
{
"hash": "4041d70eb5462fe8fdd08040f68fcb0ccf67935e",
"short_hash": "4041d70",
"author": "XhmikosR",
- "date": "Fri Aug 30 17:35:12 2019 +0300",
+ "date": "Fri Aug 30 17:35:12 2025 +0300",
"description": "card.md remove empty `class` placeholder argument (#29345)"
},
{
"hash": "aa3b4c41a4d98e054b0e18c0193efcce0db39d71",
"short_hash": "aa3b4c4",
"author": "XhmikosR",
- "date": "Fri Aug 30 17:21:47 2019 +0300",
+ "date": "Fri Aug 30 17:21:47 2025 +0300",
"description": "carousel.md: Remove duplicate bd-example div. (#29341)"
},
{
"hash": "a6460d972743ecf4cf1fc382dafd06af945fff0a",
"short_hash": "a6460d9",
"author": "XhmikosR",
- "date": "Fri Aug 30 11:52:22 2019 +0300",
+ "date": "Fri Aug 30 11:52:22 2025 +0300",
"description": "Merge lint scripts (#29329)"
},
{
"hash": "007ea0d8d043a788383109e1883717875fa5530d",
"short_hash": "007ea0d",
"author": "Martijn Cuppens",
- "date": "Fri Aug 30 09:42:41 2019 +0200",
+ "date": "Fri Aug 30 09:42:41 2025 +0200",
"description": "Clean up line heights & add line height utilities (#29271)"
},
{
"hash": "ae249e8f559b88f9db78ed96a39f680aea43c051",
"short_hash": "ae249e8",
"author": "XhmikosR",
- "date": "Fri Aug 30 08:01:21 2019 +0300",
+ "date": "Fri Aug 30 08:01:21 2025 +0300",
"description": "docs-sidebar.html: reindent. (#29337)"
}
]
\ No newline at end of file
diff --git a/shared/data/notifications.json b/shared/data/notifications.json
new file mode 100644
index 000000000..697fb9a27
--- /dev/null
+++ b/shared/data/notifications.json
@@ -0,0 +1,170 @@
+[
+ {
+ "id": "1",
+ "title": "New order received",
+ "description": "Order #12345 has been placed by John Doe",
+ "type": "order",
+ "status": "unread",
+ "priority": "high",
+ "icon": "shopping-cart",
+ "color": "success",
+ "timestamp": "2025-01-15T10:30:00Z",
+ "user_id": "123",
+ "action_url": "/orders/12345",
+ "is_important": true
+ },
+ {
+ "id": "2",
+ "title": "Payment failed",
+ "description": "Payment for order #12340 failed. Please review payment details.",
+ "type": "payment",
+ "status": "unread",
+ "priority": "critical",
+ "icon": "alert-triangle",
+ "color": "danger",
+ "timestamp": "2025-01-15T09:15:00Z",
+ "user_id": "456",
+ "action_url": "/payments/12340",
+ "is_important": true
+ },
+ {
+ "id": "3",
+ "title": "System maintenance",
+ "description": "Scheduled maintenance will begin in 2 hours. Expected downtime: 30 minutes.",
+ "type": "system",
+ "status": "unread",
+ "priority": "medium",
+ "icon": "settings",
+ "color": "warning",
+ "timestamp": "2025-01-15T08:45:00Z",
+ "user_id": null,
+ "action_url": "/maintenance",
+ "is_important": false
+ },
+ {
+ "id": "4",
+ "title": "New customer registered",
+ "description": "Sarah Johnson has created a new account",
+ "type": "user",
+ "status": "read",
+ "priority": "low",
+ "icon": "user-plus",
+ "color": "info",
+ "timestamp": "2025-01-15T07:20:00Z",
+ "user_id": "789",
+ "action_url": "/customers/789",
+ "is_important": false
+ },
+ {
+ "id": "5",
+ "title": "Inventory alert",
+ "description": "Product 'Premium Widget' is running low on stock (5 items remaining)",
+ "type": "inventory",
+ "status": "unread",
+ "priority": "high",
+ "icon": "package",
+ "color": "warning",
+ "timestamp": "2025-01-15T06:30:00Z",
+ "user_id": null,
+ "action_url": "/inventory/premium-widget",
+ "is_important": true
+ },
+ {
+ "id": "6",
+ "title": "Support ticket resolved",
+ "description": "Ticket #TKT-2025-001 has been resolved by support team",
+ "type": "support",
+ "status": "read",
+ "priority": "medium",
+ "icon": "message-circle",
+ "color": "success",
+ "timestamp": "2025-01-15T05:45:00Z",
+ "user_id": "234",
+ "action_url": "/support/tickets/TKT-2025-001",
+ "is_important": false
+ },
+ {
+ "id": "7",
+ "title": "Security alert",
+ "description": "Unusual login activity detected from new location",
+ "type": "security",
+ "status": "unread",
+ "priority": "critical",
+ "icon": "shield",
+ "color": "danger",
+ "timestamp": "2025-01-15T04:15:00Z",
+ "user_id": "567",
+ "action_url": "/security/activity",
+ "is_important": true
+ },
+ {
+ "id": "8",
+ "title": "Backup completed",
+ "description": "Daily backup has been completed successfully",
+ "type": "system",
+ "status": "read",
+ "priority": "low",
+ "icon": "database",
+ "color": "success",
+ "timestamp": "2025-01-15T03:00:00Z",
+ "user_id": null,
+ "action_url": "/system/backups",
+ "is_important": false
+ },
+ {
+ "id": "9",
+ "title": "New review received",
+ "description": "5-star review received for product 'Deluxe Package'",
+ "type": "review",
+ "status": "unread",
+ "priority": "medium",
+ "icon": "star",
+ "color": "success",
+ "timestamp": "2025-01-15T02:30:00Z",
+ "user_id": "890",
+ "action_url": "/reviews/deluxe-package",
+ "is_important": false
+ },
+ {
+ "id": "10",
+ "title": "API rate limit warning",
+ "description": "API usage is approaching the rate limit (85% used)",
+ "type": "system",
+ "status": "unread",
+ "priority": "medium",
+ "icon": "activity",
+ "color": "warning",
+ "timestamp": "2025-01-15T01:45:00Z",
+ "user_id": null,
+ "action_url": "/api/usage",
+ "is_important": true
+ },
+ {
+ "id": "11",
+ "title": "Refund processed",
+ "description": "Refund for order #12335 has been processed and sent to customer",
+ "type": "refund",
+ "status": "read",
+ "priority": "medium",
+ "icon": "refresh-ccw",
+ "color": "info",
+ "timestamp": "2025-01-15T00:20:00Z",
+ "user_id": "345",
+ "action_url": "/refunds/12335",
+ "is_important": false
+ },
+ {
+ "id": "12",
+ "title": "New feature available",
+ "description": "Advanced analytics dashboard is now available for all users",
+ "type": "feature",
+ "status": "unread",
+ "priority": "low",
+ "icon": "bar-chart",
+ "color": "info",
+ "timestamp": "2025-01-14T23:10:00Z",
+ "user_id": null,
+ "action_url": "/features/analytics",
+ "is_important": false
+ }
+]
diff --git a/shared/data/people.json b/shared/data/people.json
index 33886f468..dd2ca7a7d 100644
--- a/shared/data/people.json
+++ b/shared/data/people.json
@@ -24,7 +24,19 @@
"birth_date": "04/12/1955",
"ip_address": "156.98.195.172",
"photo": "static/avatars/000m.jpg",
- "role": "Owner"
+ "role": "Owner",
+ "orders": 120,
+ "last_order": "#364355",
+ "total_spent": 15218.78,
+ "refunds": 1,
+ "joined_date": "2025-04-07",
+ "last_activity": "2025-05-24",
+ "status": "VIP",
+ "customer_type": "B2B",
+ "payment_method": "Bank Transfer",
+ "tags": [
+ "High Volume"
+ ]
},
{
"id": "2",
@@ -51,7 +63,19 @@
"birth_date": "20/04/1999",
"ip_address": "207.39.45.122",
"photo": "static/avatars/052f.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 8,
+ "last_order": "#724641",
+ "total_spent": 1708.92,
+ "refunds": 0,
+ "joined_date": "2024-12-12",
+ "last_activity": "2025-03-26",
+ "status": "New",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds"
+ ]
},
{
"id": 3,
@@ -78,7 +102,21 @@
"birth_date": "15/11/1953",
"ip_address": "77.105.132.193",
"photo": "static/avatars/002m.jpg",
- "role": "Moderator"
+ "role": "Moderator",
+ "orders": 67,
+ "last_order": "#604663",
+ "total_spent": 32018.88,
+ "refunds": 0,
+ "joined_date": "2025-01-09",
+ "last_activity": "2025-06-24",
+ "status": "VIP",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "High Value",
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 4,
@@ -105,7 +143,19 @@
"birth_date": "15/10/1972",
"ip_address": "179.194.172.88",
"photo": "static/avatars/003m.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 11,
+ "last_order": "#821287",
+ "total_spent": 1006.08,
+ "refunds": 0,
+ "joined_date": "2022-10-01",
+ "last_activity": "2025-07-11",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "PayPal",
+ "tags": [
+ "No Refunds"
+ ]
},
{
"id": 5,
@@ -132,7 +182,19 @@
"birth_date": "17/06/1951",
"ip_address": "121.26.43.156",
"photo": "static/avatars/000f.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 19,
+ "last_order": "#437507",
+ "total_spent": 2255.44,
+ "refunds": 1,
+ "joined_date": "2025-05-18",
+ "last_activity": "2025-06-02",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "Standard"
+ ]
},
{
"id": 6,
@@ -159,7 +221,20 @@
"birth_date": "21/07/1973",
"ip_address": "112.193.142.49",
"photo": "static/avatars/001f.jpg",
- "role": "Owner"
+ "role": "Owner",
+ "orders": 63,
+ "last_order": "#758863",
+ "total_spent": 5912.33,
+ "refunds": 0,
+ "joined_date": "2025-06-06",
+ "last_activity": "2025-05-31",
+ "status": "Regular",
+ "customer_type": "B2B",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 7,
@@ -186,7 +261,19 @@
"birth_date": "01/05/1978",
"ip_address": "18.191.234.41",
"photo": "static/avatars/004m.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 5,
+ "last_order": "#179063",
+ "total_spent": 790.05,
+ "refunds": 0,
+ "joined_date": "2024-08-21",
+ "last_activity": "2025-03-26",
+ "status": "New",
+ "customer_type": "B2B",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds"
+ ]
},
{
"id": 8,
@@ -213,7 +300,20 @@
"birth_date": "05/07/1991",
"ip_address": "108.111.178.24",
"photo": "static/avatars/002f.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 57,
+ "last_order": "#783620",
+ "total_spent": 11732.51,
+ "refunds": 0,
+ "joined_date": "2025-02-23",
+ "last_activity": "2025-03-21",
+ "status": "VIP",
+ "customer_type": "B2C",
+ "payment_method": "PayPal",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 9,
@@ -240,7 +340,19 @@
"birth_date": "18/11/1978",
"ip_address": "208.205.141.84",
"photo": "static/avatars/003f.jpg",
- "role": "Moderator"
+ "role": "Moderator",
+ "orders": 26,
+ "last_order": "#573473",
+ "total_spent": 3112.06,
+ "refunds": 2,
+ "joined_date": "2024-09-26",
+ "last_activity": "2025-06-15",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "Standard"
+ ]
},
{
"id": 10,
@@ -267,7 +379,19 @@
"birth_date": "31/05/1959",
"ip_address": "239.192.13.146",
"photo": "static/avatars/063m.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 18,
+ "last_order": "#795595",
+ "total_spent": 6032.04,
+ "refunds": 0,
+ "joined_date": "2023-06-11",
+ "last_activity": "2025-08-25",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "PayPal",
+ "tags": [
+ "No Refunds"
+ ]
},
{
"id": 11,
@@ -294,7 +418,20 @@
"birth_date": "20/01/1965",
"ip_address": "25.82.255.177",
"photo": "static/avatars/006m.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 59,
+ "last_order": "#771805",
+ "total_spent": 5627.32,
+ "refunds": 0,
+ "joined_date": "2023-12-11",
+ "last_activity": "2025-08-16",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 12,
@@ -321,7 +458,19 @@
"birth_date": "07/06/1965",
"ip_address": "175.83.164.96",
"photo": "static/avatars/004f.jpg",
- "role": "Moderator"
+ "role": "Moderator",
+ "orders": 24,
+ "last_order": "#672620",
+ "total_spent": 7083.06,
+ "refunds": 1,
+ "joined_date": "2025-04-06",
+ "last_activity": "2025-05-11",
+ "status": "Regular",
+ "customer_type": "B2B",
+ "payment_method": "Credit Card",
+ "tags": [
+ "Standard"
+ ]
},
{
"id": 13,
@@ -348,7 +497,19 @@
"birth_date": "10/02/1981",
"ip_address": "59.136.129.215",
"photo": "static/avatars/007m.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 14,
+ "last_order": "#428165",
+ "total_spent": 3153.78,
+ "refunds": 0,
+ "joined_date": "2025-01-26",
+ "last_activity": "2025-07-12",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "PayPal",
+ "tags": [
+ "No Refunds"
+ ]
},
{
"id": 14,
@@ -374,7 +535,20 @@
"bitcoin_address": "14DNMF4e5A7TAfHW1YrU786kTA7F6HhJxd",
"birth_date": "11/05/1989",
"ip_address": "103.33.220.252",
- "role": "Moderator"
+ "role": "Moderator",
+ "orders": 66,
+ "last_order": "#327247",
+ "total_spent": 18341,
+ "refunds": 0,
+ "joined_date": "2023-05-22",
+ "last_activity": "2025-03-07",
+ "status": "VIP",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 15,
@@ -401,7 +575,20 @@
"birth_date": "30/01/1961",
"ip_address": "116.61.159.252",
"photo": "static/avatars/009m.jpg",
- "role": "Moderator"
+ "role": "Moderator",
+ "orders": 52,
+ "last_order": "#196166",
+ "total_spent": 6522.87,
+ "refunds": 0,
+ "joined_date": "2023-11-05",
+ "last_activity": "2025-08-12",
+ "status": "Regular",
+ "customer_type": "B2B",
+ "payment_method": "Bank Transfer",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 16,
@@ -428,7 +615,19 @@
"birth_date": "05/09/1976",
"ip_address": "7.233.47.79",
"photo": "static/avatars/010m.jpg",
- "role": "Admin"
+ "role": "Admin",
+ "orders": 19,
+ "last_order": "#288424",
+ "total_spent": 1787.57,
+ "refunds": 0,
+ "joined_date": "2023-10-06",
+ "last_activity": "2025-04-04",
+ "status": "Regular",
+ "customer_type": "B2B",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds"
+ ]
},
{
"id": 17,
@@ -455,7 +654,19 @@
"birth_date": "03/11/1980",
"ip_address": "190.197.135.238",
"photo": "static/avatars/005f.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 34,
+ "last_order": "#792902",
+ "total_spent": 4696.92,
+ "refunds": 2,
+ "joined_date": "2023-10-15",
+ "last_activity": "2025-03-30",
+ "status": "Regular",
+ "customer_type": "B2B",
+ "payment_method": "Credit Card",
+ "tags": [
+ "Standard"
+ ]
},
{
"id": 18,
@@ -482,7 +693,20 @@
"birth_date": "15/07/1964",
"ip_address": "35.152.226.151",
"photo": "static/avatars/006f.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 32,
+ "last_order": "#883125",
+ "total_spent": 11066.92,
+ "refunds": 0,
+ "joined_date": "2023-03-28",
+ "last_activity": "2025-06-29",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "PayPal",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 19,
@@ -508,7 +732,19 @@
"bitcoin_address": "1DZzgRGCNCfBBNQt6SVsf9m3y8a5oKfkeo",
"birth_date": "18/04/1998",
"ip_address": "236.25.68.167",
- "role": "Owner"
+ "role": "Owner",
+ "orders": 11,
+ "last_order": "#823997",
+ "total_spent": 1309.42,
+ "refunds": 0,
+ "joined_date": "2022-11-22",
+ "last_activity": "2025-08-03",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds"
+ ]
},
{
"id": 20,
@@ -535,7 +771,19 @@
"birth_date": "22/05/1981",
"ip_address": "223.52.68.90",
"photo": "static/avatars/008f.jpg",
- "role": "Editor"
+ "role": "Editor",
+ "orders": 16,
+ "last_order": "#292381",
+ "total_spent": 1435.21,
+ "refunds": 3,
+ "joined_date": "2024-11-02",
+ "last_activity": "2025-06-07",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "Frequent Returns"
+ ]
},
{
"id": 21,
@@ -562,7 +810,19 @@
"birth_date": "10/05/1973",
"ip_address": "127.79.183.160",
"photo": "static/avatars/009f.jpg",
- "role": "Editor"
+ "role": "Editor",
+ "orders": 8,
+ "last_order": "#683247",
+ "total_spent": 2461.66,
+ "refunds": 0,
+ "joined_date": "2025-03-08",
+ "last_activity": "2025-03-17",
+ "status": "New",
+ "customer_type": "B2C",
+ "payment_method": "Cash on Delivery",
+ "tags": [
+ "No Refunds"
+ ]
},
{
"id": 22,
@@ -589,7 +849,20 @@
"birth_date": "07/12/1994",
"ip_address": "107.205.68.194",
"photo": "static/avatars/010f.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 22,
+ "last_order": "#617964",
+ "total_spent": 3322.28,
+ "refunds": 0,
+ "joined_date": "2024-02-29",
+ "last_activity": "2025-03-28",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "PayPal",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 23,
@@ -616,7 +889,20 @@
"birth_date": "21/03/1953",
"ip_address": "106.182.202.103",
"photo": "static/avatars/011m.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 61,
+ "last_order": "#639345",
+ "total_spent": 16380.17,
+ "refunds": 0,
+ "joined_date": "2022-11-06",
+ "last_activity": "2025-03-12",
+ "status": "VIP",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 24,
@@ -643,7 +929,19 @@
"birth_date": "12/02/1967",
"ip_address": "54.16.119.126",
"photo": "static/avatars/012m.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 13,
+ "last_order": "#925865",
+ "total_spent": 8541.26,
+ "refunds": 0,
+ "joined_date": "2022-09-29",
+ "last_activity": "2025-05-17",
+ "status": "Regular",
+ "customer_type": "B2B",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds"
+ ]
},
{
"id": 25,
@@ -670,7 +968,20 @@
"birth_date": "13/01/1985",
"ip_address": "62.213.39.184",
"photo": "static/avatars/011f.jpg",
- "role": "Admin"
+ "role": "Admin",
+ "orders": 30,
+ "last_order": "#845290",
+ "total_spent": 3109.75,
+ "refunds": 0,
+ "joined_date": "2023-03-29",
+ "last_activity": "2025-03-24",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 26,
@@ -697,7 +1008,20 @@
"birth_date": "19/08/1970",
"ip_address": "96.127.127.192",
"photo": "static/avatars/012f.jpg",
- "role": "Editor"
+ "role": "Editor",
+ "orders": 64,
+ "last_order": "#755641",
+ "total_spent": 4566.31,
+ "refunds": 0,
+ "joined_date": "2023-04-04",
+ "last_activity": "2025-08-05",
+ "status": "Regular",
+ "customer_type": "B2B",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 27,
@@ -724,7 +1048,20 @@
"birth_date": "19/12/1994",
"ip_address": "15.95.14.4",
"photo": "static/avatars/013m.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 29,
+ "last_order": "#176265",
+ "total_spent": 3884.11,
+ "refunds": 0,
+ "joined_date": "2024-09-20",
+ "last_activity": "2025-04-29",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 28,
@@ -751,7 +1088,19 @@
"birth_date": "14/10/1995",
"ip_address": "102.138.19.104",
"photo": "static/avatars/013f.jpg",
- "role": "Admin"
+ "role": "Admin",
+ "orders": 19,
+ "last_order": "#853830",
+ "total_spent": 3024.43,
+ "refunds": 1,
+ "joined_date": "2023-06-21",
+ "last_activity": "2025-07-03",
+ "status": "Regular",
+ "customer_type": "B2B",
+ "payment_method": "Credit Card",
+ "tags": [
+ "Standard"
+ ]
},
{
"id": 29,
@@ -777,7 +1126,19 @@
"bitcoin_address": "1DqT7amUSs2cj4zqickvh9EeENCLdpVxhV",
"birth_date": "04/04/1978",
"ip_address": "0.216.229.213",
- "role": "User"
+ "role": "User",
+ "orders": 6,
+ "last_order": "#769601",
+ "total_spent": 671.93,
+ "refunds": 0,
+ "joined_date": "2025-08-27",
+ "last_activity": "2025-06-08",
+ "status": "New",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds"
+ ]
},
{
"id": 30,
@@ -804,7 +1165,20 @@
"birth_date": "07/01/1962",
"ip_address": "123.77.5.192",
"photo": "static/avatars/015f.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 50,
+ "last_order": "#153296",
+ "total_spent": 5255.67,
+ "refunds": 0,
+ "joined_date": "2023-09-26",
+ "last_activity": "2025-07-13",
+ "status": "Regular",
+ "customer_type": "B2B",
+ "payment_method": "PayPal",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 31,
@@ -830,7 +1204,20 @@
"bitcoin_address": "18w22JWzFW3zqehHWMhtEQiRWnJ4XypvXC",
"birth_date": "31/07/1977",
"ip_address": "50.4.71.163",
- "role": "Moderator"
+ "role": "Moderator",
+ "orders": 28,
+ "last_order": "#149176",
+ "total_spent": 4325.71,
+ "refunds": 0,
+ "joined_date": "2023-05-02",
+ "last_activity": "2025-06-08",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 32,
@@ -857,7 +1244,20 @@
"birth_date": "21/08/1979",
"ip_address": "64.141.194.112",
"photo": "static/avatars/016f.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 30,
+ "last_order": "#951873",
+ "total_spent": 9529.91,
+ "refunds": 0,
+ "joined_date": "2022-12-09",
+ "last_activity": "2025-05-05",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 33,
@@ -884,7 +1284,19 @@
"birth_date": "16/10/1997",
"ip_address": "45.233.5.146",
"photo": "static/avatars/015m.jpg",
- "role": "Owner"
+ "role": "Owner",
+ "orders": 14,
+ "last_order": "#203464",
+ "total_spent": 2599.6,
+ "refunds": 2,
+ "joined_date": "2024-06-27",
+ "last_activity": "2025-03-17",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "Standard"
+ ]
},
{
"id": 34,
@@ -911,7 +1323,19 @@
"birth_date": "13/05/1976",
"ip_address": "34.8.102.23",
"photo": "static/avatars/017f.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 8,
+ "last_order": "#144369",
+ "total_spent": 1435.25,
+ "refunds": 0,
+ "joined_date": "2024-05-30",
+ "last_activity": "2025-07-22",
+ "status": "New",
+ "customer_type": "B2C",
+ "payment_method": "PayPal",
+ "tags": [
+ "No Refunds"
+ ]
},
{
"id": 35,
@@ -938,7 +1362,19 @@
"birth_date": "20/09/1957",
"ip_address": "246.79.222.37",
"photo": "static/avatars/018f.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 6,
+ "last_order": "#798126",
+ "total_spent": 613.66,
+ "refunds": 0,
+ "joined_date": "2024-02-05",
+ "last_activity": "2025-06-18",
+ "status": "New",
+ "customer_type": "Wholesale",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds"
+ ]
},
{
"id": 36,
@@ -965,7 +1401,20 @@
"birth_date": "25/06/1953",
"ip_address": "49.208.113.80",
"photo": "static/avatars/016m.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 31,
+ "last_order": "#346568",
+ "total_spent": 7926.14,
+ "refunds": 0,
+ "joined_date": "2023-08-07",
+ "last_activity": "2025-06-17",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 37,
@@ -992,7 +1441,20 @@
"birth_date": "15/09/1985",
"ip_address": "133.90.80.143",
"photo": "static/avatars/019f.jpg",
- "role": "Owner"
+ "role": "Owner",
+ "orders": 24,
+ "last_order": "#358893",
+ "total_spent": 10558.87,
+ "refunds": 0,
+ "joined_date": "2024-11-07",
+ "last_activity": "2025-03-08",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 38,
@@ -1019,7 +1481,20 @@
"birth_date": "22/05/1964",
"ip_address": "100.88.202.172",
"photo": "static/avatars/017m.jpg",
- "role": "Editor"
+ "role": "Editor",
+ "orders": 29,
+ "last_order": "#790459",
+ "total_spent": 4268.18,
+ "refunds": 0,
+ "joined_date": "2024-02-06",
+ "last_activity": "2025-05-02",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "PayPal",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 39,
@@ -1046,7 +1521,20 @@
"birth_date": "16/06/2000",
"ip_address": "36.114.215.141",
"photo": "static/avatars/018m.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 25,
+ "last_order": "#716642",
+ "total_spent": 2343.91,
+ "refunds": 0,
+ "joined_date": "2023-11-05",
+ "last_activity": "2025-06-09",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 40,
@@ -1073,7 +1561,20 @@
"birth_date": "22/10/1966",
"ip_address": "129.182.202.166",
"photo": "static/avatars/019m.jpg",
- "role": "Admin"
+ "role": "Admin",
+ "orders": 22,
+ "last_order": "#799919",
+ "total_spent": 2522.34,
+ "refunds": 0,
+ "joined_date": "2022-11-17",
+ "last_activity": "2025-06-21",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 41,
@@ -1100,7 +1601,20 @@
"birth_date": "28/03/1992",
"ip_address": "66.247.227.142",
"photo": "static/avatars/020m.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 62,
+ "last_order": "#752331",
+ "total_spent": 5266.42,
+ "refunds": 0,
+ "joined_date": "2024-10-26",
+ "last_activity": "2025-03-24",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "Bank Transfer",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 42,
@@ -1127,7 +1641,19 @@
"birth_date": "24/05/1973",
"ip_address": "74.226.130.120",
"photo": "static/avatars/021m.jpg",
- "role": "Moderator"
+ "role": "Moderator",
+ "orders": 11,
+ "last_order": "#363034",
+ "total_spent": 1430.6,
+ "refunds": 0,
+ "joined_date": "2023-12-19",
+ "last_activity": "2025-05-02",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "Bank Transfer",
+ "tags": [
+ "No Refunds"
+ ]
},
{
"id": 43,
@@ -1154,7 +1680,19 @@
"birth_date": "01/08/1955",
"ip_address": "152.130.188.54",
"photo": "static/avatars/022m.jpg",
- "role": "Moderator"
+ "role": "Moderator",
+ "orders": 11,
+ "last_order": "#764714",
+ "total_spent": 4959.52,
+ "refunds": 0,
+ "joined_date": "2023-12-29",
+ "last_activity": "2025-06-18",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "Bank Transfer",
+ "tags": [
+ "No Refunds"
+ ]
},
{
"id": 44,
@@ -1181,7 +1719,19 @@
"birth_date": "21/08/1953",
"ip_address": "155.156.252.5",
"photo": "static/avatars/023m.jpg",
- "role": "Moderator"
+ "role": "Moderator",
+ "orders": 17,
+ "last_order": "#921891",
+ "total_spent": 2909.91,
+ "refunds": 0,
+ "joined_date": "2025-06-18",
+ "last_activity": "2025-03-27",
+ "status": "Regular",
+ "customer_type": "B2B",
+ "payment_method": "Cash on Delivery",
+ "tags": [
+ "No Refunds"
+ ]
},
{
"id": 45,
@@ -1208,7 +1758,19 @@
"birth_date": "10/06/1989",
"ip_address": "193.229.97.16",
"photo": "static/avatars/024m.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 13,
+ "last_order": "#278621",
+ "total_spent": 1512.09,
+ "refunds": 1,
+ "joined_date": "2025-02-17",
+ "last_activity": "2025-07-08",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "PayPal",
+ "tags": [
+ "Standard"
+ ]
},
{
"id": 46,
@@ -1235,7 +1797,19 @@
"birth_date": "20/01/1974",
"ip_address": "197.173.231.214",
"photo": "static/avatars/020f.jpg",
- "role": "Admin"
+ "role": "Admin",
+ "orders": 35,
+ "last_order": "#579841",
+ "total_spent": 3930.85,
+ "refunds": 1,
+ "joined_date": "2025-02-08",
+ "last_activity": "2025-03-30",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "PayPal",
+ "tags": [
+ "Standard"
+ ]
},
{
"id": 47,
@@ -1262,7 +1836,19 @@
"birth_date": "28/04/1983",
"ip_address": "43.176.240.39",
"photo": "static/avatars/025m.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 15,
+ "last_order": "#521130",
+ "total_spent": 2158.77,
+ "refunds": 1,
+ "joined_date": "2024-05-20",
+ "last_activity": "2025-04-04",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "Credit Card",
+ "tags": [
+ "Standard"
+ ]
},
{
"id": 48,
@@ -1289,7 +1875,20 @@
"birth_date": "12/03/1981",
"ip_address": "53.69.104.136",
"photo": "static/avatars/026m.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 42,
+ "last_order": "#635197",
+ "total_spent": 16939.39,
+ "refunds": 0,
+ "joined_date": "2024-08-21",
+ "last_activity": "2025-03-15",
+ "status": "Regular",
+ "customer_type": "B2B",
+ "payment_method": "Bank Transfer",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 49,
@@ -1316,7 +1915,22 @@
"birth_date": "30/07/1995",
"ip_address": "125.147.218.229",
"photo": "static/avatars/021f.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 118,
+ "last_order": "#665879",
+ "total_spent": 44140.77,
+ "refunds": 0,
+ "joined_date": "2025-01-19",
+ "last_activity": "2025-06-17",
+ "status": "VIP",
+ "customer_type": "B2C",
+ "payment_method": "Bank Transfer",
+ "tags": [
+ "High Volume",
+ "High Value",
+ "No Refunds",
+ "Loyal"
+ ]
},
{
"id": 50,
@@ -1343,2328 +1957,19 @@
"birth_date": "20/03/1987",
"ip_address": "30.187.134.176",
"photo": "static/avatars/022f.jpg",
- "role": "User"
- },
- {
- "id": 51,
- "first_name": "Eva",
- "last_name": "Acres",
- "full_name": "Eva Acres",
- "email": "eacres1e@timesonline.co.uk",
- "gender": "Female",
- "company": "Skiptube",
- "department": "Legal",
- "job_title": "VP Product Management",
- "slogan": "e-enable scalable mindshare",
- "shirt_size": "3XL",
- "university": "Chiang Mai Rajabhat University",
- "ssn": "579-74-6995",
- "country": "Thailand",
- "country_code": "TH",
- "city": "Kut Chum",
- "street_name": "Bunker Hill",
- "time_zone": "Asia/Bangkok",
- "credit_card": "676378738103584179",
- "credit_card_type": "maestro",
- "bitcoin_address": "1AHm4WCeDD1KbYmi5UNHWBf5uWTgEzmVq5",
- "birth_date": "14/04/1978",
- "ip_address": "16.110.142.210",
- "photo": "static/avatars/023f.jpg",
- "role": "Admin"
- },
- {
- "id": 52,
- "first_name": "Jermaine",
- "last_name": "Booley",
- "full_name": "Jermaine Booley",
- "email": "jbooley1f@buzzfeed.com",
- "gender": "Male",
- "company": "Kimia",
- "department": "Support",
- "job_title": "Editor",
- "slogan": "deploy innovative channels",
- "shirt_size": "2XL",
- "university": "Royal University of Bhutan",
- "ssn": "119-77-9452",
- "country": "Bhutan",
- "country_code": "BT",
- "city": "Daga",
- "street_name": "Lakewood",
- "time_zone": "Asia/Thimphu",
- "credit_card": "5610775155073339",
- "credit_card_type": "china-unionpay",
- "bitcoin_address": "1LJhBBXQz1Q8c6nxxV7d3wUYivo97xiZee",
- "birth_date": "13/05/1995",
- "ip_address": "157.28.117.151",
- "photo": "static/avatars/027m.jpg",
- "role": "User"
- },
- {
- "id": 53,
- "first_name": "Juanita",
- "last_name": "Nobles",
- "full_name": "Juanita Nobles",
- "email": "jnobles1g@e-recht24.de",
- "gender": "Female",
- "company": "Skinder",
- "department": "Engineering",
- "job_title": "VP Accounting",
- "slogan": "deploy collaborative infrastructures",
- "shirt_size": "S",
- "university": "Polish Open University in Warsaw (WSZ/POU)",
- "ssn": "132-72-5465",
- "country": "Poland",
- "country_code": "PL",
- "city": "Skulsk",
- "street_name": "Ridge Oak",
- "time_zone": "Europe/Warsaw",
- "credit_card": "3562678049141861",
- "credit_card_type": "jcb",
- "bitcoin_address": "1AD3Vz9R9VNcePq3jPrp1RhDfjSvtqhK81",
- "birth_date": "06/09/1983",
- "ip_address": "24.249.88.94",
- "photo": "static/avatars/024f.jpg",
- "role": "Moderator"
- },
- {
- "id": 54,
- "first_name": "Nanni",
- "last_name": "Wooler",
- "full_name": "Nanni Wooler",
- "email": "nwooler1h@unicef.org",
- "gender": "Female",
- "company": "Vitz",
- "department": "Training",
- "job_title": "Legal Assistant",
- "slogan": "leverage integrated content",
- "shirt_size": "M",
- "university": "Universitas Mahasaraswati Denpasar",
- "ssn": "731-63-9458",
- "country": "Indonesia",
- "country_code": "ID",
- "city": "Lundo",
- "street_name": "Hauk",
- "time_zone": "Asia/Jakarta",
- "credit_card": "4936434942096514",
- "credit_card_type": "switch",
- "bitcoin_address": "137zghgG1Dm4uu4iVWfgDRVWaziKrN2UrX",
- "birth_date": "26/01/1998",
- "ip_address": "50.111.75.60",
- "photo": "static/avatars/025f.jpg",
- "role": "User"
- },
- {
- "id": 55,
- "first_name": "Mela",
- "last_name": "Sydes",
- "full_name": "Mela Sydes",
- "email": "msydes1i@house.gov",
- "gender": "Female",
- "company": "Skyble",
- "department": "Research and Development",
- "job_title": "Operator",
- "slogan": "orchestrate killer web-readiness",
- "shirt_size": "S",
- "university": "Technical University of Crete",
- "ssn": "687-71-3659",
- "country": "Greece",
- "country_code": "GR",
- "city": "Neochóri",
- "street_name": "Vernon",
- "time_zone": "Europe/Athens",
- "credit_card": "6706865466476913242",
- "credit_card_type": "laser",
- "bitcoin_address": "1EBHEjm191mefCDP9agWVkCYg1oEzbNAQN",
- "birth_date": "13/01/1977",
- "ip_address": "216.246.59.167",
- "photo": "static/avatars/026f.jpg",
- "role": "User"
- },
- {
- "id": 56,
- "first_name": "Price",
- "last_name": "Letixier",
- "full_name": "Price Letixier",
- "email": "pletixier1j@arstechnica.com",
- "gender": "Male",
- "company": "Devcast",
- "department": "Accounting",
- "job_title": "Help Desk Operator",
- "slogan": "evolve end-to-end interfaces",
- "shirt_size": "M",
- "university": "University of the Philippines Mindanao",
- "ssn": "280-69-9557",
- "country": "Philippines",
- "country_code": "PH",
- "city": "Bulacan",
- "street_name": "Nevada",
- "time_zone": "Asia/Manila",
- "credit_card": "3561732965812301",
- "credit_card_type": "jcb",
- "bitcoin_address": "12r5ai6zFmCjprmTKHv1WqsbGYoNax3BSJ",
- "birth_date": "20/04/1974",
- "ip_address": "248.180.150.17",
- "photo": "static/avatars/028m.jpg",
- "role": "User"
- },
- {
- "id": 57,
- "first_name": "Beatrix",
- "last_name": "Ladewig",
- "full_name": "Beatrix Ladewig",
- "email": "bladewig1k@spiegel.de",
- "gender": "Female",
- "company": "Brainsphere",
- "department": "Human Resources",
- "job_title": "Research Associate",
- "slogan": "morph 24/365 ROI",
- "shirt_size": "M",
- "university": "Suan Dusit Rajabhat University",
- "ssn": "125-25-7262",
- "country": "Thailand",
- "country_code": "TH",
- "city": "Suan Luang",
- "street_name": "Hoepker",
- "time_zone": "Asia/Bangkok",
- "credit_card": "3556831663412534",
- "credit_card_type": "jcb",
- "bitcoin_address": "1HxQ6KdnHwEtfQsE8Kzd8KChZkNXpkzEp8",
- "birth_date": "14/09/1966",
- "ip_address": "214.245.182.176",
- "photo": "static/avatars/027f.jpg",
- "role": "Admin"
- },
- {
- "id": 58,
- "first_name": "Donnie",
- "last_name": "Biggin",
- "full_name": "Donnie Biggin",
- "email": "dbiggin1l@buzzfeed.com",
- "gender": "Male",
- "company": "Camido",
- "department": "Training",
- "job_title": "Senior Sales Associate",
- "slogan": "synergize revolutionary applications",
- "shirt_size": "XL",
- "university": "Université Abdelmalek Essadi",
- "ssn": "407-55-7231",
- "country": "Morocco",
- "country_code": "MA",
- "city": "Sidi Moussa",
- "street_name": "Northwestern",
- "time_zone": "Africa/Casablanca",
- "credit_card": "3545377794231553",
- "credit_card_type": "jcb",
- "bitcoin_address": "1B2AQC3btND9a6DFKoAfwhsBhXV3MgbM4i",
- "birth_date": "21/08/1999",
- "ip_address": "168.205.206.173",
- "photo": "static/avatars/029m.jpg",
- "role": "User"
- },
- {
- "id": 59,
- "first_name": "Kerwinn",
- "last_name": "Burkart",
- "full_name": "Kerwinn Burkart",
- "email": "kburkart1m@exblog.jp",
- "gender": "Male",
- "company": "Shufflester",
- "department": "Accounting",
- "job_title": "Executive Secretary",
- "slogan": "productize sticky functionalities",
- "shirt_size": "L",
- "university": "Instituto Politécnico de Setúbal",
- "ssn": "320-39-4951",
- "country": "Portugal",
- "country_code": "PT",
- "city": "Sarrazola",
- "street_name": "Randy",
- "time_zone": "Europe/Lisbon",
- "credit_card": "3547591460152954",
- "credit_card_type": "jcb",
- "bitcoin_address": "1PPyD6JJ1Mq1RHXATL51iq7wxV5TyTcRTF",
- "birth_date": "24/09/1999",
- "ip_address": "163.97.77.226",
- "photo": "static/avatars/030m.jpg",
- "role": "User"
- },
- {
- "id": 60,
- "first_name": "Harriot",
- "last_name": "McGeady",
- "full_name": "Harriot McGeady",
- "email": "hmcgeady1n@mediafire.com",
- "gender": "Female",
- "company": "Skipfire",
- "department": "Sales",
- "job_title": "Food Chemist",
- "slogan": "strategize robust vortals",
- "shirt_size": "S",
- "university": "Universidad Valle del Grijalva",
- "ssn": "374-35-6355",
- "country": "Mexico",
- "country_code": "MX",
- "city": "Las Flores",
- "street_name": "Mifflin",
- "time_zone": "America/Mexico_City",
- "credit_card": "30344436438945",
- "credit_card_type": "diners-club-carte-blanche",
- "bitcoin_address": "19vwYRD6TV3Krypb1fM1aC6wNDjfrjJcew",
- "birth_date": "26/06/1956",
- "ip_address": "158.220.87.62",
- "photo": "static/avatars/028f.jpg",
- "role": "Admin"
- },
- {
- "id": 61,
- "first_name": "Desirae",
- "last_name": "Prahm",
- "full_name": "Desirae Prahm",
- "email": "dprahm1o@fda.gov",
- "gender": "Female",
- "company": "Fatz",
- "department": "Product Management",
- "job_title": "Senior Sales Associate",
- "slogan": "deliver web-enabled functionalities",
- "shirt_size": "XL",
- "university": "Nanjing Union Theological Seminary",
- "ssn": "543-18-0217",
- "country": "China",
- "country_code": "CN",
- "city": "Zheshan",
- "street_name": "Clarendon",
- "time_zone": "Asia/Chongqing",
- "credit_card": "3530544364279323",
- "credit_card_type": "jcb",
- "bitcoin_address": "1A2x9FSCCNFhV1UT1LrMYTBg1p6RbZVsXG",
- "birth_date": "01/05/1962",
- "ip_address": "11.151.91.237",
- "photo": "static/avatars/029f.jpg",
- "role": "User"
- },
- {
- "id": 62,
- "first_name": "Netti",
- "last_name": "Vondrasek",
- "full_name": "Netti Vondrasek",
- "email": "nvondrasek1p@wiley.com",
- "gender": "Female",
- "company": "Demimbu",
- "department": "Services",
- "job_title": "Desktop Support Technician",
- "slogan": "enable ubiquitous models",
- "shirt_size": "2XL",
- "university": "University of Athens",
- "ssn": "299-36-5961",
- "country": "Greece",
- "country_code": "GR",
- "city": "Vélo",
- "street_name": "Kennedy",
- "time_zone": "Europe/Athens",
- "credit_card": "3564300624934812",
- "credit_card_type": "jcb",
- "bitcoin_address": "15zhJTxRyejszLiswhtgN1qypF6tKmvbzw",
- "birth_date": "24/03/1972",
- "ip_address": "132.86.59.30",
- "photo": "static/avatars/030f.jpg",
- "role": "User"
- },
- {
- "id": 63,
- "first_name": "Emlen",
- "last_name": "Stairmand",
- "full_name": "Emlen Stairmand",
- "email": "estairmand1q@blogger.com",
- "gender": "Male",
- "company": "Oyonder",
- "department": "Support",
- "job_title": "Business Systems Development Analyst",
- "slogan": "empower efficient web-readiness",
- "shirt_size": "XS",
- "university": "Centro Universitario de Occidente",
- "ssn": "446-26-3713",
- "country": "Guatemala",
- "country_code": "GT",
- "city": "San Marcos",
- "street_name": "Sunfield",
- "time_zone": "America/Guatemala",
- "credit_card": "5610548993202042",
- "credit_card_type": "bankcard",
- "bitcoin_address": "1FL2NCj78p6zvMuNftaYix5fWiTNxjBvUM",
- "birth_date": "06/05/1973",
- "ip_address": "88.200.145.169",
- "photo": "static/avatars/031m.jpg",
- "role": "Owner"
- },
- {
- "id": 64,
- "first_name": "Madeleine",
- "last_name": "Salle",
- "full_name": "Madeleine Salle",
- "email": "msalle1r@reuters.com",
- "gender": "Female",
- "company": "Skilith",
- "department": "Sales",
- "job_title": "Technical Writer",
- "slogan": "evolve visionary vortals",
- "shirt_size": "2XL",
- "university": "China Agricultural University",
- "ssn": "230-72-3843",
- "country": "China",
- "country_code": "CN",
- "city": "Shifang",
- "street_name": "Mesta",
- "time_zone": "Asia/Chongqing",
- "credit_card": "30134241816967",
- "credit_card_type": "diners-club-carte-blanche",
- "bitcoin_address": "1NoewbL8gqFufSowcj7N4dc4tkLUuFDQoY",
- "birth_date": "09/07/1966",
- "ip_address": "76.221.42.16",
- "photo": "static/avatars/031f.jpg",
- "role": "User"
- },
- {
- "id": 65,
- "first_name": "Otha",
- "last_name": "Denial",
- "full_name": "Otha Denial",
- "email": "odenial1s@amazonaws.com",
- "gender": "Female",
- "company": "Fivebridge",
- "department": "Engineering",
- "job_title": "Data Coordiator",
- "slogan": "syndicate customized networks",
- "shirt_size": "3XL",
- "university": "Universidade Federal do ABC",
- "ssn": "688-69-1075",
- "country": "Brazil",
- "country_code": "BR",
- "city": "Ubatã",
- "street_name": "Kings",
- "time_zone": "America/Bahia",
- "credit_card": "337941744412668",
- "credit_card_type": "americanexpress",
- "bitcoin_address": "15My2pYdsJpHezkU2JbPxh8mETk7tVamN1",
- "birth_date": "19/07/1967",
- "ip_address": "24.195.247.197",
- "photo": "static/avatars/032f.jpg",
- "role": "Owner"
- },
- {
- "id": 66,
- "first_name": "Stafani",
- "last_name": "Ding",
- "full_name": "Stafani Ding",
- "email": "sding1t@lycos.com",
- "gender": "Female",
- "company": "Aimbu",
- "department": "Accounting",
- "job_title": "Chief Design Engineer",
- "slogan": "target leading-edge infomediaries",
- "shirt_size": "3XL",
- "university": "University of Benin",
- "ssn": "757-73-1624",
- "country": "Nigeria",
- "country_code": "NG",
- "city": "Kwolla",
- "street_name": "Express",
- "time_zone": "Africa/Lagos",
- "credit_card": "3529654864652037",
- "credit_card_type": "jcb",
- "bitcoin_address": "1AysDUVJBrdL5mThwBX5cYHY38kzeRwf9e",
- "birth_date": "27/04/1969",
- "ip_address": "226.131.40.125",
- "photo": "static/avatars/033f.jpg",
- "role": "Editor"
- },
- {
- "id": 67,
- "first_name": "Stephie",
- "last_name": "Petrolli",
- "full_name": "Stephie Petrolli",
- "email": "spetrolli1u@netscape.com",
- "gender": "Female",
- "company": "Muxo",
- "department": "Engineering",
- "job_title": "Health Coach I",
- "slogan": "streamline scalable eyeballs",
- "shirt_size": "L",
- "university": "Harbin Engineering University",
- "ssn": "883-98-7539",
- "country": "China",
- "country_code": "CN",
- "city": "Qingfa",
- "street_name": "Anderson",
- "time_zone": "Asia/Harbin",
- "credit_card": "3580902432753852",
- "credit_card_type": "jcb",
- "bitcoin_address": "1DPfvLncV6uERKpQN2HTQ3iMoUkXfyqtn3",
- "birth_date": "23/12/1955",
- "ip_address": "66.234.138.134",
- "photo": "static/avatars/034f.jpg",
- "role": "User"
- },
- {
- "id": 68,
- "first_name": "Georgeanna",
- "last_name": "Do Rosario",
- "full_name": "Georgeanna Do Rosario",
- "email": "gdo1v@economist.com",
- "gender": "Female",
- "company": "Twimbo",
- "department": "Product Management",
- "job_title": "Internal Auditor",
- "slogan": "extend robust communities",
- "shirt_size": "XS",
- "university": "Tokyo University of Pharmacy and Life Science",
- "ssn": "717-38-7200",
- "country": "Japan",
- "country_code": "JP",
- "city": "Higashimurayama-shi",
- "street_name": "Bartelt",
- "time_zone": "Asia/Tokyo",
- "credit_card": "5602228966478255",
- "credit_card_type": "china-unionpay",
- "bitcoin_address": "1JfcXBGh8jECVBET3p6aVGEA647ysMVZn5",
- "birth_date": "04/07/1972",
- "ip_address": "34.118.13.140",
- "photo": "static/avatars/035f.jpg",
- "role": "Admin"
- },
- {
- "id": 69,
- "first_name": "Arin",
- "last_name": "Broxup",
- "full_name": "Arin Broxup",
- "email": "abroxup1w@t-online.de",
- "gender": "Male",
- "company": "Skyble",
- "department": "Marketing",
- "job_title": "Mechanical Systems Engineer",
- "slogan": "deploy magnetic deliverables",
- "shirt_size": "3XL",
- "university": "University of Divinity",
- "ssn": "649-09-9961",
- "country": "Australia",
- "country_code": "AU",
- "city": "Sydney",
- "street_name": "Eagle Crest",
- "time_zone": "Australia/Sydney",
- "credit_card": "3583505450654451",
- "credit_card_type": "jcb",
- "bitcoin_address": "1NQKbEzfUTJAceTxJMyGKt2McwghYyRJhv",
- "birth_date": "22/12/1986",
- "ip_address": "102.201.19.76",
- "photo": "static/avatars/032m.jpg",
- "role": "Owner"
- },
- {
- "id": 70,
- "first_name": "Guthry",
- "last_name": "Arlott",
- "full_name": "Guthry Arlott",
- "email": "garlott1x@techcrunch.com",
- "gender": "Male",
- "company": "Lazz",
- "department": "Training",
- "job_title": "Software Consultant",
- "slogan": "synergize cross-media e-tailers",
- "shirt_size": "M",
- "university": "Guangxi University",
- "ssn": "275-53-5827",
- "country": "China",
- "country_code": "CN",
- "city": "Xiangang",
- "street_name": "Steensland",
- "time_zone": "Asia/Chongqing",
- "credit_card": "564182032495887463",
- "credit_card_type": "switch",
- "bitcoin_address": "1H9CSeSGbuSEjaFXN72TSWR89K2Myc1CsF",
- "birth_date": "03/09/1993",
- "ip_address": "153.22.124.67",
- "photo": "static/avatars/033m.jpg",
- "role": "Editor"
- },
- {
- "id": 71,
- "first_name": "Harris",
- "last_name": "Speer",
- "full_name": "Harris Speer",
- "email": "hspeer1y@washington.edu",
- "gender": "Male",
- "company": "Quatz",
- "department": "Human Resources",
- "job_title": "VP Product Management",
- "slogan": "mesh B2C metrics",
- "shirt_size": "XL",
- "university": "University of the Philippines Mindanao",
- "ssn": "602-06-3270",
- "country": "Philippines",
- "country_code": "PH",
- "city": "Ragay",
- "street_name": "4th",
- "time_zone": "Asia/Manila",
- "credit_card": "50208161863285651",
- "credit_card_type": "maestro",
- "bitcoin_address": "14XRf5jB6fdEGhk3yK15ZDvXWZa7ZTQ83G",
- "birth_date": "03/06/1997",
- "ip_address": "36.174.183.235",
- "photo": "static/avatars/034m.jpg",
- "role": "Admin"
- },
- {
- "id": 72,
- "first_name": "Leandra",
- "last_name": "Liddicoat",
- "full_name": "Leandra Liddicoat",
- "email": "lliddicoat1z@jigsy.com",
- "gender": "Female",
- "company": "Trudoo",
- "department": "Engineering",
- "job_title": "Community Outreach Specialist",
- "slogan": "target sexy e-business",
- "shirt_size": "M",
- "university": "Kwantleen University College",
- "ssn": "245-35-4840",
- "country": "Canada",
- "country_code": "CA",
- "city": "Barraute",
- "street_name": "Buhler",
- "time_zone": "America/Montreal",
- "credit_card": "630440833082441599",
- "credit_card_type": "maestro",
- "bitcoin_address": "16jKwhpm7JPxLB4yep3nuXzvuM1W6sKEY7",
- "birth_date": "22/03/1969",
- "ip_address": "173.68.16.225",
- "photo": "static/avatars/036f.jpg",
- "role": "Owner"
- },
- {
- "id": 73,
- "first_name": "Tonia",
- "last_name": "Colqueran",
- "full_name": "Tonia Colqueran",
- "email": "tcolqueran20@netvibes.com",
- "gender": "Female",
- "company": "Mycat",
- "department": "Engineering",
- "job_title": "Desktop Support Technician",
- "slogan": "implement vertical architectures",
- "shirt_size": "2XL",
- "university": "Instituto Tecnológico Metropolitano",
- "ssn": "134-21-2774",
- "country": "Colombia",
- "country_code": "CO",
- "city": "Puerto Berrío",
- "street_name": "Waywood",
- "time_zone": "America/Bogota",
- "credit_card": "3546756734921598",
- "credit_card_type": "jcb",
- "bitcoin_address": "19QAXzuMgKPh2QC31VomjichTKvKGEsC5F",
- "birth_date": "23/05/1955",
- "ip_address": "222.111.215.174",
- "photo": "static/avatars/037f.jpg",
- "role": "Moderator"
- },
- {
- "id": 74,
- "first_name": "Yvor",
- "last_name": "Sheldon",
- "full_name": "Yvor Sheldon",
- "email": "ysheldon21@uol.com.br",
- "gender": "Male",
- "company": "Flipstorm",
- "department": "Business Development",
- "job_title": "Assistant Professor",
- "slogan": "orchestrate granular technologies",
- "shirt_size": "XL",
- "university": "Northwest University Xi'an",
- "ssn": "417-26-9045",
- "country": "China",
- "country_code": "CN",
- "city": "Zonghan",
- "street_name": "Elgar",
- "time_zone": "Asia/Shanghai",
- "credit_card": "4175007627134188",
- "credit_card_type": "visa-electron",
- "bitcoin_address": "1DB2awfU2uSGmeQsoQE4fNd92W85nc4ioq",
- "birth_date": "01/04/1960",
- "ip_address": "201.87.83.246",
- "photo": "static/avatars/035m.jpg",
- "role": "User"
- },
- {
- "id": 75,
- "first_name": "Karlis",
- "last_name": "Hundell",
- "full_name": "Karlis Hundell",
- "email": "khundell22@google.de",
- "gender": "Male",
- "company": "Meetz",
- "department": "Marketing",
- "job_title": "Quality Engineer",
- "slogan": "drive out-of-the-box convergence",
- "shirt_size": "3XL",
- "university": "The New School",
- "ssn": "749-33-3399",
- "country": "United States",
- "country_code": "US",
- "city": "Austin",
- "street_name": "Green",
- "time_zone": "America/Chicago",
- "credit_card": "3547197849420805",
- "credit_card_type": "jcb",
- "bitcoin_address": "14TLncT2ehesL2RDQ5pRrqSJ7rzjwqjChV",
- "birth_date": "14/04/1951",
- "ip_address": "41.75.247.30",
- "photo": "static/avatars/036m.jpg",
- "role": "User"
- },
- {
- "id": 76,
- "first_name": "Neale",
- "last_name": "Havock",
- "full_name": "Neale Havock",
- "email": "nhavock23@weebly.com",
- "gender": "Male",
- "company": "Brightbean",
- "department": "Accounting",
- "job_title": "Account Coordinator",
- "slogan": "morph 24/7 networks",
- "shirt_size": "S",
- "university": "Universidade do Oeste de Santa Catarina",
- "ssn": "867-71-8458",
- "country": "Brazil",
- "country_code": "BR",
- "city": "Natividade",
- "street_name": "Hanover",
- "time_zone": "America/Sao_Paulo",
- "credit_card": "3574654342375130",
- "credit_card_type": "jcb",
- "bitcoin_address": "1DkKj97Hb3EWceXrwnRsPE1uSXXNJ1s4my",
- "birth_date": "04/01/1990",
- "ip_address": "30.32.206.177",
- "photo": "static/avatars/037m.jpg",
- "role": "Editor"
- },
- {
- "id": 77,
- "first_name": "Claudelle",
- "last_name": "MacKilroe",
- "full_name": "Claudelle MacKilroe",
- "email": "cmackilroe24@narod.ru",
- "gender": "Female",
- "company": "Voolia",
- "department": "Sales",
- "job_title": "Structural Engineer",
- "slogan": "deploy user-centric models",
- "shirt_size": "XS",
- "university": "Odessa National Marine University",
- "ssn": "570-98-7839",
- "country": "Ukraine",
- "country_code": "UA",
- "city": "Korets’",
- "street_name": "Becker",
- "time_zone": "Europe/Kiev",
- "credit_card": "5002351891783205",
- "credit_card_type": "mastercard",
- "bitcoin_address": "1Es18TeufERSTTFnTAXfR9M6RPwPXyzySG",
- "birth_date": "31/12/1994",
- "ip_address": "56.53.22.67",
- "photo": "static/avatars/038f.jpg",
- "role": "Owner"
- },
- {
- "id": 78,
- "first_name": "Granger",
- "last_name": "Brockton",
- "full_name": "Granger Brockton",
- "email": "gbrockton25@bizjournals.com",
- "gender": "Male",
- "company": "Camido",
- "department": "Support",
- "job_title": "Financial Analyst",
- "slogan": "incubate best-of-breed e-commerce",
- "shirt_size": "XS",
- "university": "Sekolah Tinggi Akuntansi Negara (STAN)",
- "ssn": "332-92-6280",
- "country": "Indonesia",
- "country_code": "ID",
- "city": "Citatah Kaler",
- "street_name": "Saint Paul",
- "time_zone": "Asia/Jakarta",
- "credit_card": "30557789137711",
- "credit_card_type": "diners-club-carte-blanche",
- "bitcoin_address": "1HaC3GZ2SW1KniJL2c55APb8jhEXNi9YGF",
- "birth_date": "30/09/1951",
- "ip_address": "100.224.191.225",
- "photo": "static/avatars/038m.jpg",
- "role": "User"
- },
- {
- "id": 79,
- "first_name": "Virgil",
- "last_name": "Archbutt",
- "full_name": "Virgil Archbutt",
- "email": "varchbutt26@opensource.org",
- "gender": "Male",
- "company": "Meembee",
- "department": "Services",
- "job_title": "Assistant Media Planner",
- "slogan": "mesh interactive content",
- "shirt_size": "S",
- "university": "Universidad Centro Occidental Lisandro Alvarado",
- "ssn": "803-19-8547",
- "country": "Venezuela",
- "country_code": "VE",
- "city": "Queniquea",
- "street_name": "Judy",
- "time_zone": "America/Caracas",
- "credit_card": "3565518807218245",
- "credit_card_type": "jcb",
- "bitcoin_address": "19dDBXBhyFugdU535BkkgERUWY55bxHvai",
- "birth_date": "17/03/1989",
- "ip_address": "2.219.95.99",
- "photo": "static/avatars/039m.jpg",
- "role": "Admin"
- },
- {
- "id": 80,
- "first_name": "Marchelle",
- "last_name": "Millam",
- "full_name": "Marchelle Millam",
- "email": "mmillam27@whitehouse.gov",
- "gender": "Female",
- "company": "Tagpad",
- "department": "Research and Development",
- "job_title": "Librarian",
- "slogan": "grow distributed e-commerce",
- "shirt_size": "2XL",
- "university": "Centre de Formation et de Perfectionnement des Journalistes",
- "ssn": "244-22-2255",
- "country": "France",
- "country_code": "FR",
- "city": "Évreux",
- "street_name": "Sunbrook",
- "time_zone": "Europe/Paris",
- "credit_card": "5641822459152303",
- "credit_card_type": "switch",
- "bitcoin_address": "164SUYZgkwpnTC7tYFCpATprzNsC6zcbLf",
- "birth_date": "19/12/1993",
- "ip_address": "155.252.250.114",
- "photo": "static/avatars/039f.jpg",
- "role": "Owner"
- },
- {
- "id": 81,
- "first_name": "Jaymee",
- "last_name": "Noni",
- "full_name": "Jaymee Noni",
- "email": "jnoni28@google.pl",
- "gender": "Female",
- "company": "Skinte",
- "department": "Marketing",
- "job_title": "Nurse",
- "slogan": "brand 24/7 metrics",
- "shirt_size": "2XL",
- "university": "Qinghai University",
- "ssn": "447-19-1559",
- "country": "China",
- "country_code": "CN",
- "city": "Mabugang",
- "street_name": "Morrow",
- "time_zone": "Asia/Shanghai",
- "credit_card": "3542029232307528",
- "credit_card_type": "jcb",
- "bitcoin_address": "17Uvny7fM6dawsN5QPTRDjjTjxMebQpd8x",
- "birth_date": "23/12/1954",
- "ip_address": "21.0.129.24",
- "photo": "static/avatars/040f.jpg",
- "role": "User"
- },
- {
- "id": 82,
- "first_name": "Clayton",
- "last_name": "Rosentholer",
- "full_name": "Clayton Rosentholer",
- "email": "crosentholer29@ucoz.com",
- "gender": "Male",
- "company": "Centidel",
- "department": "Research and Development",
- "job_title": "Cost Accountant",
- "slogan": "transition ubiquitous ROI",
- "shirt_size": "XL",
- "university": "Universitas Ngurah Rai",
- "ssn": "285-06-7618",
- "country": "Indonesia",
- "country_code": "ID",
- "city": "Pagelaran",
- "street_name": "Sauthoff",
- "time_zone": "Asia/Jakarta",
- "credit_card": "30000773345099",
- "credit_card_type": "diners-club-carte-blanche",
- "bitcoin_address": "14YS52jbpg2VZCwDnxVAh4KYmKi7KMxWSU",
- "birth_date": "08/01/1966",
- "ip_address": "104.248.141.191",
- "photo": "static/avatars/040m.jpg",
- "role": "User"
- },
- {
- "id": 83,
- "first_name": "Trefor",
- "last_name": "Cocksedge",
- "full_name": "Trefor Cocksedge",
- "email": "tcocksedge2a@npr.org",
- "gender": "Male",
- "company": "Topiclounge",
- "department": "Sales",
- "job_title": "Senior Financial Analyst",
- "slogan": "optimize mission-critical e-business",
- "shirt_size": "3XL",
- "university": "Xi'an University of Architecture and Technology",
- "ssn": "369-53-6710",
- "country": "China",
- "country_code": "CN",
- "city": "Lianxia",
- "street_name": "Merrick",
- "time_zone": "Asia/Shanghai",
- "credit_card": "3580461003610124",
- "credit_card_type": "jcb",
- "bitcoin_address": "1NvspfpiXJGwgdvYT6Rbk1b5BoLniiTVr5",
- "birth_date": "08/10/1959",
- "ip_address": "47.169.97.249",
- "photo": "static/avatars/041m.jpg",
- "role": "User"
- },
- {
- "id": 84,
- "first_name": "Neville",
- "last_name": "Trobridge",
- "full_name": "Neville Trobridge",
- "email": "ntrobridge2b@blogger.com",
- "gender": "Male",
- "company": "Skiba",
- "department": "Accounting",
- "job_title": "Quality Engineer",
- "slogan": "incentivize leading-edge schemas",
- "shirt_size": "L",
- "university": "Universitas Negeri Gorontalo",
- "ssn": "160-45-5115",
- "country": "Indonesia",
- "country_code": "ID",
- "city": "Krajan Dua Patempuran",
- "street_name": "Toban",
- "time_zone": "Asia/Jakarta",
- "credit_card": "5602259737914278",
- "credit_card_type": "china-unionpay",
- "bitcoin_address": "1P9U6HW7x5SoHZ6kY3rqR5wgWShnjWFhAY",
- "birth_date": "20/06/1992",
- "ip_address": "154.133.110.93",
- "photo": "static/avatars/042m.jpg",
- "role": "User"
- },
- {
- "id": 85,
- "first_name": "Guendolen",
- "last_name": "Belliss",
- "full_name": "Guendolen Belliss",
- "email": "gbelliss2c@un.org",
- "gender": "Female",
- "company": "Thoughtsphere",
- "department": "Sales",
- "job_title": "Project Manager",
- "slogan": "evolve killer e-tailers",
- "shirt_size": "XS",
- "university": "Mae Fah Luang University ",
- "ssn": "866-49-5893",
- "country": "Thailand",
- "country_code": "TH",
- "city": "Wang Noi",
- "street_name": "Northport",
- "time_zone": "Asia/Bangkok",
- "credit_card": "374622712248805",
- "credit_card_type": "americanexpress",
- "bitcoin_address": "1LtjbXLjG5LbUFcnRsVMvm8BLqVkNPtRmi",
- "birth_date": "26/12/1958",
- "ip_address": "173.251.117.141",
- "photo": "static/avatars/041f.jpg",
- "role": "User"
- },
- {
- "id": 86,
- "first_name": "Bettina",
- "last_name": "Matuszyk",
- "full_name": "Bettina Matuszyk",
- "email": "bmatuszyk2d@nps.gov",
- "gender": "Female",
- "company": "Yozio",
- "department": "Training",
- "job_title": "Budget/Accounting Analyst III",
- "slogan": "optimize rich partnerships",
- "shirt_size": "S",
- "university": "Physical Education Academy \"Jedrzej Sniadecki\" in Gdansk",
- "ssn": "313-41-0906",
- "country": "Poland",
- "country_code": "PL",
- "city": "Izbicko",
- "street_name": "Elmside",
- "time_zone": "Europe/Warsaw",
- "credit_card": "5100132620616531",
- "credit_card_type": "mastercard",
- "bitcoin_address": "16L6H6JSPNAfRdnZjFvhAgASf7wLEPW5Kn",
- "birth_date": "01/02/1992",
- "ip_address": "204.237.148.154",
- "photo": "static/avatars/042f.jpg",
- "role": "Editor"
- },
- {
- "id": 87,
- "first_name": "Rabi",
- "last_name": "Attle",
- "full_name": "Rabi Attle",
- "email": "rattle2e@nytimes.com",
- "gender": "Male",
- "company": "Oba",
- "department": "Business Development",
- "job_title": "Associate Professor",
- "slogan": "drive B2C experiences",
- "shirt_size": "XL",
- "university": "Adam Mickiewicz University of Poznan",
- "ssn": "377-65-0241",
- "country": "Poland",
- "country_code": "PL",
- "city": "Sulbiny Górne",
- "street_name": "Hudson",
- "time_zone": "Europe/Warsaw",
- "credit_card": "3543591159182514",
- "credit_card_type": "jcb",
- "bitcoin_address": "1PoCsBfv6USH436dMT8R7XyjQnmR4ct7GL",
- "birth_date": "20/06/1982",
- "ip_address": "74.73.72.232",
- "photo": "static/avatars/043m.jpg",
- "role": "User"
- },
- {
- "id": 88,
- "first_name": "Timotheus",
- "last_name": "Iacomo",
- "full_name": "Timotheus Iacomo",
- "email": "tiacomo2f@list-manage.com",
- "gender": "Male",
- "company": "Brainverse",
- "department": "Legal",
- "job_title": "Graphic Designer",
- "slogan": "reintermediate open-source solutions",
- "shirt_size": "XS",
- "university": "Universidad de Lambayeque",
- "ssn": "649-93-6040",
- "country": "Peru",
- "country_code": "PE",
- "city": "Morropón",
- "street_name": "Buena Vista",
- "time_zone": "America/Lima",
- "credit_card": "6379049285781958",
- "credit_card_type": "instapayment",
- "bitcoin_address": "1GzJmV9991YZ8UYuyRKQM8uwZqVRJ4uufe",
- "birth_date": "17/12/1972",
- "ip_address": "17.9.209.133",
- "photo": "static/avatars/044m.jpg",
- "role": "User"
- },
- {
- "id": 89,
- "first_name": "Arlan",
- "last_name": "Kilrow",
- "full_name": "Arlan Kilrow",
- "email": "akilrow2g@github.com",
- "gender": "Male",
- "company": "Youopia",
- "department": "Support",
- "job_title": "VP Marketing",
- "slogan": "architect distributed paradigms",
- "shirt_size": "M",
- "university": "Universidade São Judas Tadeu",
- "ssn": "637-34-1674",
- "country": "Brazil",
- "country_code": "BR",
- "city": "Mogi Mirim",
- "street_name": "Lyons",
- "time_zone": "America/Sao_Paulo",
- "credit_card": "5145674755500383",
- "credit_card_type": "mastercard",
- "bitcoin_address": "1EcvYSA7z6uHG6eHsLG9cjxFdSLTZNMR8v",
- "birth_date": "09/04/1959",
- "ip_address": "149.31.70.156",
- "photo": "static/avatars/045m.jpg",
- "role": "User"
- },
- {
- "id": 90,
- "first_name": "Borden",
- "last_name": "Barkworth",
- "full_name": "Borden Barkworth",
- "email": "bbarkworth2h@shareasale.com",
- "gender": "Male",
- "company": "Aivee",
- "department": "Research and Development",
- "job_title": "General Manager",
- "slogan": "synthesize wireless systems",
- "shirt_size": "M",
- "university": "Adventist University of the Philippines",
- "ssn": "373-59-5214",
- "country": "Philippines",
- "country_code": "PH",
- "city": "Panganiban",
- "street_name": "Sutteridge",
- "time_zone": "Asia/Manila",
- "credit_card": "56100515354292722",
- "credit_card_type": "china-unionpay",
- "bitcoin_address": "1ChmKdmM3dMft68hcw191TLZw9TsgiuAg9",
- "birth_date": "03/05/1995",
- "ip_address": "74.43.182.156",
- "photo": "static/avatars/046m.jpg",
- "role": "Admin"
- },
- {
- "id": 91,
- "first_name": "Tamqrah",
- "last_name": "Busher",
- "full_name": "Tamqrah Busher",
- "email": "tbusher2i@redcross.org",
- "gender": "Female",
- "company": "Skalith",
- "department": "Product Management",
- "job_title": "Systems Administrator III",
- "slogan": "scale web-enabled e-commerce",
- "shirt_size": "L",
- "university": "University of the Philippines Open University",
- "ssn": "176-34-3037",
- "country": "Philippines",
- "country_code": "PH",
- "city": "Balite",
- "street_name": "Little Fleur",
- "time_zone": "Asia/Manila",
- "credit_card": "3531710598192900",
- "credit_card_type": "jcb",
- "bitcoin_address": "16PJ4eEVZ8joPVwCazdBm5iPauGB1Jmnp6",
- "birth_date": "12/08/1986",
- "ip_address": "132.19.226.26",
- "photo": "static/avatars/043f.jpg",
- "role": "User"
- },
- {
- "id": 92,
- "first_name": "Chalmers",
- "last_name": "Ewington",
- "full_name": "Chalmers Ewington",
- "email": "cewington2j@youtu.be",
- "gender": "Male",
- "company": "Livetube",
- "department": "Sales",
- "job_title": "Developer IV",
- "slogan": "monetize integrated initiatives",
- "shirt_size": "L",
- "university": "Instituto Superior de Ciências Empresariais e de Turismo",
- "ssn": "371-33-8581",
- "country": "Portugal",
- "country_code": "PT",
- "city": "Foros de Salvaterra",
- "street_name": "Northwestern",
- "time_zone": "Europe/Lisbon",
- "credit_card": "5130584705321532",
- "credit_card_type": "mastercard",
- "bitcoin_address": "18oc9XdXSWgDxn6Fv9JZhPu6Jm15vyTJUo",
- "birth_date": "15/05/1968",
- "ip_address": "35.178.125.248",
- "photo": "static/avatars/047m.jpg",
- "role": "User"
- },
- {
- "id": 93,
- "first_name": "Bernarr",
- "last_name": "Kellett",
- "full_name": "Bernarr Kellett",
- "email": "bkellett2k@last.fm",
- "gender": "Male",
- "company": "Devcast",
- "department": "Engineering",
- "job_title": "Account Representative IV",
- "slogan": "benchmark enterprise partnerships",
- "shirt_size": "XL",
- "university": "Universitas Muslim Indonesia",
- "ssn": "140-12-4248",
- "country": "Indonesia",
- "country_code": "ID",
- "city": "Barengkok",
- "street_name": "Lotheville",
- "time_zone": "Asia/Jakarta",
- "credit_card": "3551899487604706",
- "credit_card_type": "jcb",
- "bitcoin_address": "16iosH9PwbuLGuoNJeCij17MABRpiC7ouW",
- "birth_date": "30/11/1981",
- "ip_address": "192.153.181.234",
- "photo": "static/avatars/048m.jpg",
- "role": "Owner"
- },
- {
- "id": 94,
- "first_name": "Gerti",
- "last_name": "Washington",
- "full_name": "Gerti Washington",
- "email": "gwashington2l@ucoz.ru",
- "gender": "Female",
- "company": "Eayo",
- "department": "Human Resources",
- "job_title": "Quality Engineer",
- "slogan": "generate cross-platform systems",
- "shirt_size": "3XL",
- "university": "Universitas Narotama",
- "ssn": "819-05-6759",
- "country": "Indonesia",
- "country_code": "ID",
- "city": "Doro Oo",
- "street_name": "Cherokee",
- "time_zone": "Asia/Makassar",
- "credit_card": "5602227489388058",
- "credit_card_type": "bankcard",
- "bitcoin_address": "1MU1F1xpos7BsioaqN2e57Sx6cXNsqHaBU",
- "birth_date": "25/08/1964",
- "ip_address": "24.171.11.240",
- "photo": "static/avatars/044f.jpg",
- "role": "User"
- },
- {
- "id": 95,
- "first_name": "Shana",
- "last_name": "Meryett",
- "full_name": "Shana Meryett",
- "email": "smeryett2m@surveymonkey.com",
- "gender": "Female",
- "company": "Livetube",
- "department": "Sales",
- "job_title": "Financial Advisor",
- "slogan": "deliver turn-key users",
- "shirt_size": "L",
- "university": "Instituto Superior de Entre Douro e Vouga",
- "ssn": "408-89-0261",
- "country": "Portugal",
- "country_code": "PT",
- "city": "Arcena",
- "street_name": "Transport",
- "time_zone": "Europe/Lisbon",
- "credit_card": "4041599350543",
- "credit_card_type": "visa",
- "bitcoin_address": "1FPXLRh7o5GUGR4Tnm4oPBvBS3viCf7bkU",
- "birth_date": "01/08/1971",
- "ip_address": "255.128.151.215",
- "photo": "static/avatars/045f.jpg",
- "role": "Admin"
- },
- {
- "id": 96,
- "first_name": "Crystie",
- "last_name": "Mingaud",
- "full_name": "Crystie Mingaud",
- "email": "cmingaud2n@mozilla.com",
- "gender": "Female",
- "company": "Tagchat",
- "department": "Training",
- "job_title": "Biostatistician I",
- "slogan": "optimize e-business ROI",
- "shirt_size": "3XL",
- "university": "Ludwik Solski State Academy of Theatre in Cracow",
- "ssn": "823-27-9471",
- "country": "Poland",
- "country_code": "PL",
- "city": "Ochota",
- "street_name": "Dahle",
- "time_zone": "Europe/Warsaw",
- "credit_card": "3565346282201043",
- "credit_card_type": "jcb",
- "bitcoin_address": "16RFePCBDLvzSXNPkoJSrfzrAjgAJRffGp",
- "birth_date": "29/10/1983",
- "ip_address": "188.86.31.136",
- "photo": "static/avatars/046f.jpg",
- "role": "User"
- },
- {
- "id": 97,
- "first_name": "Rivy",
- "last_name": "Lochet",
- "full_name": "Rivy Lochet",
- "email": "rlochet2o@google.co.uk",
- "gender": "Female",
- "company": "Eare",
- "department": "Support",
- "job_title": "Mechanical Systems Engineer",
- "slogan": "e-enable holistic solutions",
- "shirt_size": "XS",
- "university": "Sichuan International Studies University",
- "ssn": "453-11-6184",
- "country": "China",
- "country_code": "CN",
- "city": "Qiaoshi",
- "street_name": "Westend",
- "time_zone": "Asia/Chongqing",
- "credit_card": "67597675485254954",
- "credit_card_type": "maestro",
- "bitcoin_address": "1My69PNXPoDrKMEypauxRBTN2SsV2dha1E",
- "birth_date": "02/10/1956",
- "ip_address": "240.162.130.51",
- "photo": "static/avatars/047f.jpg",
- "role": "User"
- },
- {
- "id": 98,
- "first_name": "Northrop",
- "last_name": "Alforde",
- "full_name": "Northrop Alforde",
- "email": "nalforde2p@acquirethisname.com",
- "gender": "Male",
- "company": "Quaxo",
- "department": "Human Resources",
- "job_title": "Environmental Specialist",
- "slogan": "exploit web-enabled initiatives",
- "shirt_size": "S",
- "university": "Yantai Education Institute & Yantai Television University",
- "ssn": "135-32-9944",
- "country": "China",
- "country_code": "CN",
- "city": "Huzhen",
- "street_name": "Sunfield",
- "time_zone": "Asia/Chongqing",
- "credit_card": "3588430246857133",
- "credit_card_type": "jcb",
- "bitcoin_address": "13YsgF6yXny7aLhq7VSSEGfDDBxLnL2PfQ",
- "birth_date": "21/11/1955",
- "ip_address": "26.17.83.81",
- "photo": "static/avatars/049m.jpg",
- "role": "Moderator"
- },
- {
- "id": 99,
- "first_name": "Netti",
- "last_name": "McGreay",
- "full_name": "Netti McGreay",
- "email": "nmcgreay2q@ftc.gov",
- "gender": "Female",
- "company": "Trilia",
- "department": "Legal",
- "job_title": "Staff Scientist",
- "slogan": "expedite real-time paradigms",
- "shirt_size": "M",
- "university": "Nordic School of Public Health",
- "ssn": "194-09-8230",
- "country": "Sweden",
- "country_code": "SE",
- "city": "Borlänge",
- "street_name": "Forest Run",
- "time_zone": "Europe/Stockholm",
- "credit_card": "3561391285658769",
- "credit_card_type": "jcb",
- "bitcoin_address": "1MW2dS59o3SHL8LrACYHtuSc2XxiAsGzoq",
- "birth_date": "30/10/1978",
- "ip_address": "164.203.44.154",
- "photo": "static/avatars/048f.jpg",
- "role": "Editor"
- },
- {
- "id": 100,
- "first_name": "Onfre",
- "last_name": "Tull",
- "full_name": "Onfre Tull",
- "email": "otull2r@google.com.au",
- "gender": "Male",
- "company": "Gigazoom",
- "department": "Legal",
- "job_title": "Budget/Accounting Analyst IV",
- "slogan": "target cutting-edge experiences",
- "shirt_size": "S",
- "university": "North Kazakhstan State University",
- "ssn": "716-98-3849",
- "country": "Kazakhstan",
- "country_code": "KZ",
- "city": "Aktogay",
- "street_name": "Arrowood",
- "time_zone": "Asia/Almaty",
- "credit_card": "4913016477886281",
- "credit_card_type": "visa-electron",
- "bitcoin_address": "18uSEq1AQ1WfDeywh1v3UpRu316cpZxqW8",
- "birth_date": "10/12/1979",
- "ip_address": "161.1.203.63",
- "photo": "static/avatars/050m.jpg",
- "role": "User"
- },
- {
- "id": 101,
- "first_name": "Lianne",
- "last_name": "Greenroa",
- "full_name": "Lianne Greenroa",
- "email": "lgreenroa2s@list-manage.com",
- "gender": "Female",
- "company": "Eadel",
- "department": "Sales",
- "job_title": "VP Marketing",
- "slogan": "grow cross-media technologies",
- "shirt_size": "3XL",
- "university": "Universidad Cientifica del Sur",
- "ssn": "624-58-5146",
- "country": "Peru",
- "country_code": "PE",
- "city": "Camilaca",
- "street_name": "Drewry",
- "time_zone": "America/Lima",
- "credit_card": "30025539358128",
- "credit_card_type": "diners-club-carte-blanche",
- "bitcoin_address": "13TqHr4mwkC1LSqczrTEmeWQeB3LT9LgtP",
- "birth_date": "25/11/1963",
- "ip_address": "82.73.60.78",
- "photo": "static/avatars/049f.jpg",
- "role": "User"
- },
- {
- "id": 102,
- "first_name": "Howard",
- "last_name": "Catteroll",
- "full_name": "Howard Catteroll",
- "email": "hcatteroll2t@cmu.edu",
- "gender": "Male",
- "company": "Tagpad",
- "department": "Training",
- "job_title": "Safety Technician III",
- "slogan": "disintermediate rich platforms",
- "shirt_size": "S",
- "university": "Pennsylvania State University - Lehigh Valley",
- "ssn": "847-55-2694",
- "country": "Kosovo",
- "country_code": "XK",
- "city": "Gjinoc",
- "street_name": "Melrose",
- "time_zone": "Europe/Belgrade",
- "credit_card": "6709225711136419851",
- "credit_card_type": "laser",
- "bitcoin_address": "1BFCA2159ELuG4HsT5jdAMi8FytHpMEFLj",
- "birth_date": "01/07/1979",
- "ip_address": "116.156.217.200",
- "photo": "static/avatars/051m.jpg",
- "role": "User"
- },
- {
- "id": 103,
- "first_name": "Fifi",
- "last_name": "Gumm",
- "full_name": "Fifi Gumm",
- "email": "fgumm2u@eventbrite.com",
- "gender": "Female",
- "company": "Yozio",
- "department": "Engineering",
- "job_title": "Safety Technician IV",
- "slogan": "envisioneer frictionless e-commerce",
- "shirt_size": "L",
- "university": "Universitas Klabat",
- "ssn": "449-79-6423",
- "country": "Indonesia",
- "country_code": "ID",
- "city": "Ciwaru",
- "street_name": "Vermont",
- "time_zone": "Asia/Jakarta",
- "credit_card": "3576195246853325",
- "credit_card_type": "jcb",
- "bitcoin_address": "1NXoXaboxhe4Q2CiD7UuL7fTQHsP2w3orP",
- "birth_date": "04/12/1968",
- "ip_address": "140.215.93.88",
- "photo": "static/avatars/050f.jpg",
- "role": "Admin"
- },
- {
- "id": 104,
- "first_name": "Tonye",
- "last_name": "Brikner",
- "full_name": "Tonye Brikner",
- "email": "tbrikner2v@dell.com",
- "gender": "Female",
- "company": "Dabvine",
- "department": "Training",
- "job_title": "Social Worker",
- "slogan": "incentivize intuitive functionalities",
- "shirt_size": "M",
- "university": "Georgia State University",
- "ssn": "281-46-2262",
- "country": "United States",
- "country_code": "US",
- "city": "Beaumont",
- "street_name": "Brentwood",
- "time_zone": "America/Chicago",
- "credit_card": "3583590099625898",
- "credit_card_type": "jcb",
- "bitcoin_address": "1HeY1VDLADKx5vkwRQbgWZjjZRTcLDqWxU",
- "birth_date": "30/12/1993",
- "ip_address": "23.221.14.164",
- "photo": "static/avatars/051f.jpg",
- "role": "User"
- },
- {
- "id": 105,
- "first_name": "Kathryn",
- "last_name": "Skypp",
- "full_name": "Kathryn Skypp",
- "email": "kskypp2w@pinterest.com",
- "gender": "Female",
- "company": "Eire",
- "department": "Training",
- "job_title": "Sales Associate",
- "slogan": "envisioneer synergistic eyeballs",
- "shirt_size": "XL",
- "university": "Universitas Proklamasi 45",
- "ssn": "194-56-1588",
- "country": "Indonesia",
- "country_code": "ID",
- "city": "Tutup",
- "street_name": "Dwight",
- "time_zone": "Asia/Jakarta",
- "credit_card": "5018611009236882964",
- "credit_card_type": "maestro",
- "bitcoin_address": "14JaswtPQUXfFCrNnntXp9WmB8mqchH4Tb",
- "birth_date": "15/03/1992",
- "ip_address": "178.151.192.131",
- "photo": "static/avatars/052f.jpg",
- "role": "Owner"
- },
- {
- "id": 106,
- "first_name": "Barbara",
- "last_name": "Grenkov",
- "full_name": "Barbara Grenkov",
- "email": "bgrenkov2x@earthlink.net",
- "gender": "Female",
- "company": "Rooxo",
- "department": "Accounting",
- "job_title": "Assistant Media Planner",
- "slogan": "maximize integrated initiatives",
- "shirt_size": "XS",
- "university": "Technological University of Podillya",
- "ssn": "281-45-9288",
- "country": "Ukraine",
- "country_code": "UA",
- "city": "Pavlivka",
- "street_name": "Carey",
- "time_zone": "Europe/Zaporozhye",
- "credit_card": "3584230236833969",
- "credit_card_type": "jcb",
- "bitcoin_address": "1N8aLzKt7Nb7iWZZeMQpQ9HFoD3BWu3dvH",
- "birth_date": "06/11/1968",
- "ip_address": "225.63.13.37",
- "photo": "static/avatars/053f.jpg",
- "role": "Editor"
- },
- {
- "id": 107,
- "first_name": "Bord",
- "last_name": "Wheatcroft",
- "full_name": "Bord Wheatcroft",
- "email": "bwheatcroft2y@domainmarket.com",
- "gender": "Male",
- "company": "Bluejam",
- "department": "Human Resources",
- "job_title": "Human Resources Assistant II",
- "slogan": "seize open-source infomediaries",
- "shirt_size": "3XL",
- "university": "Hotelschool The Hague",
- "ssn": "478-91-9339",
- "country": "Netherlands",
- "country_code": "NL",
- "city": "Tilburg",
- "street_name": "Mesta",
- "time_zone": "Europe/Amsterdam",
- "credit_card": "4041599261336",
- "credit_card_type": "visa",
- "bitcoin_address": "1BxNNcaE3gtJkpGsmWNSinGxUrQTm6Qxty",
- "birth_date": "27/12/1995",
- "ip_address": "153.98.90.41",
- "photo": "static/avatars/052m.jpg",
- "role": "Owner"
- },
- {
- "id": 108,
- "first_name": "Zitella",
- "last_name": "Lawes",
- "full_name": "Zitella Lawes",
- "email": "zlawes2z@mac.com",
- "gender": "Female",
- "company": "Meezzy",
- "department": "Marketing",
- "job_title": "Assistant Manager",
- "slogan": "orchestrate next-generation content",
- "shirt_size": "M",
- "university": "Fine Arts Academy in Poznan",
- "ssn": "309-73-7495",
- "country": "Poland",
- "country_code": "PL",
- "city": "Kolonowskie",
- "street_name": "Westend",
- "time_zone": "Europe/Warsaw",
- "credit_card": "3547635591219149",
- "credit_card_type": "jcb",
- "bitcoin_address": "1Co2nVrrQtm2KLWppKDzhVhE1DJiccJ9t1",
- "birth_date": "12/10/1951",
- "ip_address": "34.179.87.152",
- "photo": "static/avatars/054f.jpg",
- "role": "Moderator"
- },
- {
- "id": 109,
- "first_name": "Verne",
- "last_name": "Diment",
- "full_name": "Verne Diment",
- "email": "vdiment30@squidoo.com",
- "gender": "Male",
- "company": "Thoughtstorm",
- "department": "Training",
- "job_title": "VP Accounting",
- "slogan": "incentivize magnetic action-items",
- "shirt_size": "3XL",
- "university": "Universidade Regional do Cariri",
- "ssn": "111-48-6293",
- "country": "Brazil",
- "country_code": "BR",
- "city": "Rio Piracicaba",
- "street_name": "Reindahl",
- "time_zone": "America/Sao_Paulo",
- "credit_card": "3584222180959320",
- "credit_card_type": "jcb",
- "bitcoin_address": "1PFnVTZTfxHo74qtnpK7LWtoKZjscXm2pU",
- "birth_date": "27/07/1963",
- "ip_address": "121.163.159.50",
- "photo": "static/avatars/053m.jpg",
- "role": "Editor"
- },
- {
- "id": 110,
- "first_name": "Jarred",
- "last_name": "Farthin",
- "full_name": "Jarred Farthin",
- "email": "jfarthin31@amazon.com",
- "gender": "Male",
- "company": "Yodoo",
- "department": "Product Management",
- "job_title": "Geologist I",
- "slogan": "extend open-source platforms",
- "shirt_size": "L",
- "university": "Universidad Mayor de San Simón",
- "ssn": "124-29-9081",
- "country": "Bolivia",
- "country_code": "BO",
- "city": "Colomi",
- "street_name": "Coolidge",
- "time_zone": "America/La_Paz",
- "credit_card": "5414107543617742",
- "credit_card_type": "mastercard",
- "bitcoin_address": "15J6sNR9sPJuijHTX1j5KXg2vcPEjtsALJ",
- "birth_date": "10/05/1966",
- "ip_address": "74.101.233.106",
- "photo": "static/avatars/054m.jpg",
- "role": "Editor"
- },
- {
- "id": 111,
- "first_name": "Cleavland",
- "last_name": "Bratchell",
- "full_name": "Cleavland Bratchell",
- "email": "cbratchell32@1und1.de",
- "gender": "Male",
- "company": "Einti",
- "department": "Business Development",
- "job_title": "Environmental Tech",
- "slogan": "optimize web-enabled web services",
- "shirt_size": "S",
- "university": "Anambra State University of Science and Technology",
- "ssn": "433-89-9911",
- "country": "Nigeria",
- "country_code": "NG",
- "city": "Egbe",
- "street_name": "Westridge",
- "time_zone": "Africa/Lagos",
- "credit_card": "30223705001651",
- "credit_card_type": "diners-club-carte-blanche",
- "bitcoin_address": "1FrtqFBksRXUayMR6QYcckKHj2BmGoCFzV",
- "birth_date": "01/08/1975",
- "ip_address": "89.228.139.214",
- "photo": "static/avatars/055m.jpg",
- "role": "Owner"
- },
- {
- "id": 112,
- "first_name": "Mel",
- "last_name": "Bilovus",
- "full_name": "Mel Bilovus",
- "email": "mbilovus33@jimdo.com",
- "gender": "Male",
- "company": "Twimm",
- "department": "Training",
- "job_title": "Analyst Programmer",
- "slogan": "matrix clicks-and-mortar synergies",
- "shirt_size": "L",
- "university": "Ishik University",
- "ssn": "538-71-8128",
- "country": "Iraq",
- "country_code": "IQ",
- "city": "An Nāşirīyah",
- "street_name": "2nd",
- "time_zone": "Asia/Baghdad",
- "credit_card": "3544402728671848",
- "credit_card_type": "jcb",
- "bitcoin_address": "1GKGMvd1rTTSGvuyioPXCb7GZxEUh6wwem",
- "birth_date": "03/08/1990",
- "ip_address": "83.19.183.176",
- "photo": "static/avatars/056m.jpg",
- "role": "User"
- },
- {
- "id": 113,
- "first_name": "Luca",
- "last_name": "Brayn",
- "full_name": "Luca Brayn",
- "email": "lbrayn34@dailymotion.com",
- "gender": "Male",
- "company": "Vinder",
- "department": "Marketing",
- "job_title": "VP Product Management",
- "slogan": "reintermediate frictionless experiences",
- "shirt_size": "2XL",
- "university": "Universidade Metropolitana de Santos",
- "ssn": "872-59-8970",
- "country": "Brazil",
- "country_code": "BR",
- "city": "Aracaju",
- "street_name": "Arizona",
- "time_zone": "America/Maceio",
- "credit_card": "3586050753218537",
- "credit_card_type": "jcb",
- "bitcoin_address": "165ykcwPPcMtx5MHH5YiSMC9L1iigxbBfr",
- "birth_date": "04/10/1972",
- "ip_address": "128.90.196.192",
- "photo": "static/avatars/057m.jpg",
- "role": "User"
- },
- {
- "id": 114,
- "first_name": "Mavra",
- "last_name": "Portail",
- "full_name": "Mavra Portail",
- "email": "mportail35@sina.com.cn",
- "gender": "Female",
- "company": "Youbridge",
- "department": "Training",
- "job_title": "Dental Hygienist",
- "slogan": "synthesize innovative models",
- "shirt_size": "L",
- "university": "Universidade da Madeira",
- "ssn": "699-62-7840",
- "country": "Portugal",
- "country_code": "PT",
- "city": "Aldeia de Juzo",
- "street_name": "Nevada",
- "time_zone": "Europe/Lisbon",
- "credit_card": "4917782995766240",
- "credit_card_type": "visa-electron",
- "bitcoin_address": "13Jst15HGAj7qJNZni6vGynqUmQd7Z9WHr",
- "birth_date": "23/01/1989",
- "ip_address": "141.72.118.0",
- "photo": "static/avatars/055f.jpg",
- "role": "User"
- },
- {
- "id": 115,
- "first_name": "Maddy",
- "last_name": "Kenneway",
- "full_name": "Maddy Kenneway",
- "email": "mkenneway36@comcast.net",
- "gender": "Male",
- "company": "Yoveo",
- "department": "Human Resources",
- "job_title": "Web Designer II",
- "slogan": "architect scalable web-readiness",
- "shirt_size": "L",
- "university": "Parsons School of Design",
- "ssn": "398-36-8524",
- "country": "United States",
- "country_code": "US",
- "city": "West Hartford",
- "street_name": "Northwestern",
- "time_zone": "America/New_York",
- "credit_card": "5583386671397385",
- "credit_card_type": "diners-club-us-ca",
- "bitcoin_address": "1BaSbgpw7EskvR7y3vrRuFKBEEpzFJmpk1",
- "birth_date": "24/03/1993",
- "ip_address": "135.254.213.202",
- "photo": "static/avatars/058m.jpg",
- "role": "User"
- },
- {
- "id": 116,
- "first_name": "Gwennie",
- "last_name": "Bryce",
- "full_name": "Gwennie Bryce",
- "email": "gbryce37@mlb.com",
- "gender": "Female",
- "company": "Quire",
- "department": "Accounting",
- "job_title": "VP Sales",
- "slogan": "transition dot-com architectures",
- "shirt_size": "S",
- "university": "Northeast Forest University",
- "ssn": "399-75-8913",
- "country": "China",
- "country_code": "CN",
- "city": "Shache",
- "street_name": "Northport",
- "time_zone": "Asia/Kashgar",
- "credit_card": "677194311635596424",
- "credit_card_type": "laser",
- "bitcoin_address": "1LV5ouSDe6CivGobjKU5yc2Fv7M1Wjc3WQ",
- "birth_date": "25/08/1994",
- "ip_address": "145.139.53.97",
- "photo": "static/avatars/056f.jpg",
- "role": "Editor"
- },
- {
- "id": 117,
- "first_name": "Gayel",
- "last_name": "Quesne",
- "full_name": "Gayel Quesne",
- "email": "gde38@yahoo.co.jp",
- "gender": "Female",
- "company": "Meembee",
- "department": "Training",
- "job_title": "Sales Representative",
- "slogan": "engage virtual applications",
- "shirt_size": "2XL",
- "university": "Politeknik Pos Indonesia",
- "ssn": "515-38-1325",
- "country": "Indonesia",
- "country_code": "ID",
- "city": "Ciseda",
- "street_name": "Rockefeller",
- "time_zone": "Asia/Jakarta",
- "credit_card": "4026364033895030",
- "credit_card_type": "visa-electron",
- "bitcoin_address": "17GtJt63drcyEW49ccF6xu2azWoeZf38nq",
- "birth_date": "11/01/1992",
- "ip_address": "209.133.77.252",
- "photo": "static/avatars/057f.jpg",
- "role": "User"
- },
- {
- "id": 118,
- "first_name": "Jennilee",
- "last_name": "Graves",
- "full_name": "Jennilee Graves",
- "email": "jgraves39@rambler.ru",
- "gender": "Female",
- "company": "Livetube",
- "department": "Engineering",
- "job_title": "Desktop Support Technician",
- "slogan": "embrace 24/7 schemas",
- "shirt_size": "L",
- "university": "Tafila Technical University ",
- "ssn": "371-37-9590",
- "country": "Jordan",
- "country_code": "JO",
- "city": "Mādabā",
- "street_name": "Twin Pines",
- "time_zone": "Asia/Amman",
- "credit_card": "5610375009432888",
- "credit_card_type": "bankcard",
- "bitcoin_address": "1AdY7EAmrrkT6y954NKgxktzzASX9NozdT",
- "birth_date": "13/06/1988",
- "ip_address": "161.108.240.212",
- "photo": "static/avatars/058f.jpg",
- "role": "User"
- },
- {
- "id": 119,
- "first_name": "Hewie",
- "last_name": "Tweddle",
- "full_name": "Hewie Tweddle",
- "email": "htweddle3a@feedburner.com",
- "gender": "Male",
- "company": "Oyonder",
- "department": "Engineering",
- "job_title": "Recruiter",
- "slogan": "reintermediate mission-critical e-tailers",
- "shirt_size": "2XL",
- "university": "Al-Wataniya Private University",
- "ssn": "333-79-6243",
- "country": "Syria",
- "country_code": "SY",
- "city": "Al Ya‘rubīyah",
- "street_name": "Bobwhite",
- "time_zone": "Asia/Baghdad",
- "credit_card": "6759087026139896",
- "credit_card_type": "maestro",
- "bitcoin_address": "16PCgmJwampuG9MU5PkUVC6p5n9id8va31",
- "birth_date": "27/10/1956",
- "ip_address": "45.166.27.243",
- "photo": "static/avatars/059m.jpg",
- "role": "User"
- },
- {
- "id": 120,
- "first_name": "Hillard",
- "last_name": "Ivic",
- "full_name": "Hillard Ivic",
- "email": "hivic3b@dion.ne.jp",
- "gender": "Male",
- "company": "Gabtune",
- "department": "Business Development",
- "job_title": "Accounting Assistant III",
- "slogan": "matrix transparent portals",
- "shirt_size": "2XL",
- "university": "Gifu University",
- "ssn": "676-19-5419",
- "country": "Japan",
- "country_code": "JP",
- "city": "Mutsu",
- "street_name": "Division",
- "time_zone": "Asia/Tokyo",
- "credit_card": "3549960549818349",
- "credit_card_type": "jcb",
- "bitcoin_address": "1D7SeYJTgRTTQwEE7QM85TvHMAg4VRVYDL",
- "birth_date": "16/12/1969",
- "ip_address": "140.50.151.81",
- "photo": "static/avatars/060m.jpg",
- "role": "User"
- },
- {
- "id": 121,
- "first_name": "Sean",
- "last_name": "Ilyasov",
- "full_name": "Sean Ilyasov",
- "email": "silyasov3c@wired.com",
- "gender": "Male",
- "company": "Jayo",
- "department": "Support",
- "job_title": "Recruiter",
- "slogan": "orchestrate out-of-the-box architectures",
- "shirt_size": "XL",
- "university": "Hebei Agricultural University",
- "ssn": "564-43-0698",
- "country": "China",
- "country_code": "CN",
- "city": "Chengqu",
- "street_name": "Alpine",
- "time_zone": "Asia/Shanghai",
- "credit_card": "3541646382740207",
- "credit_card_type": "jcb",
- "bitcoin_address": "1LwfML1mJibps2Xbz7cXCojim3NVgvSVds",
- "birth_date": "29/01/1991",
- "ip_address": "89.3.225.160",
- "photo": "static/avatars/061m.jpg",
- "role": "Moderator"
- },
- {
- "id": 122,
- "first_name": "Brinn",
- "last_name": "Moses",
- "full_name": "Brinn Moses",
- "email": "bmoses3d@washingtonpost.com",
- "gender": "Female",
- "company": "Bluejam",
- "department": "Product Management",
- "job_title": "Senior Editor",
- "slogan": "architect magnetic convergence",
- "shirt_size": "2XL",
- "university": "Universidade Eduardo Mondlane",
- "ssn": "861-79-2579",
- "country": "Mozambique",
- "country_code": "MZ",
- "city": "Maputo",
- "street_name": "Walton",
- "time_zone": "Africa/Maputo",
- "credit_card": "4911115741451646249",
- "credit_card_type": "switch",
- "bitcoin_address": "18nvZ4Z3ECGPrfrxXe44uSv7Nshu6zu2Vu",
- "birth_date": "30/12/1953",
- "ip_address": "63.158.223.3",
- "photo": "static/avatars/059f.jpg",
- "role": "User"
- },
- {
- "id": 123,
- "first_name": "Ashton",
- "last_name": "Arndell",
- "full_name": "Ashton Arndell",
- "email": "aarndell3e@dot.gov",
- "gender": "Male",
- "company": "Tagopia",
- "department": "Research and Development",
- "job_title": "Marketing Manager",
- "slogan": "implement cross-media vortals",
- "shirt_size": "3XL",
- "university": "Ecole Supérieure de Commerce de Pau",
- "ssn": "290-35-8062",
- "country": "France",
- "country_code": "FR",
- "city": "Lyon",
- "street_name": "Fuller",
- "time_zone": "Europe/Paris",
- "credit_card": "5602240508143858736",
- "credit_card_type": "china-unionpay",
- "bitcoin_address": "1E9BWdzceBm6FLpehthuA8NW4bM97t52NP",
- "birth_date": "27/05/1964",
- "ip_address": "117.173.115.61",
- "photo": "static/avatars/062m.jpg",
- "role": "User"
- },
- {
- "id": 124,
- "first_name": "Byrom",
- "last_name": "Gillson",
- "full_name": "Byrom Gillson",
- "email": "bgillson3f@barnesandnoble.com",
- "gender": "Male",
- "company": "Skimia",
- "department": "Human Resources",
- "job_title": "Editor",
- "slogan": "embrace transparent e-commerce",
- "shirt_size": "L",
- "university": "St. Petersburg State Marine Technical University",
- "ssn": "618-88-7972",
- "country": "Russia",
- "country_code": "RU",
- "city": "Glafirovka",
- "street_name": "Derek",
- "time_zone": "Europe/Moscow",
- "credit_card": "5441322183448178",
- "credit_card_type": "mastercard",
- "bitcoin_address": "1DJKs8KKPixtyZ9kqiboLdt6yhobpRgmrt",
- "birth_date": "31/10/1952",
- "ip_address": "65.191.243.255",
- "photo": "static/avatars/063m.jpg",
- "role": "User"
- },
- {
- "id": 125,
- "first_name": "Linnet",
- "last_name": "Newborn",
- "full_name": "Linnet Newborn",
- "email": "lnewborn3g@chron.com",
- "gender": "Female",
- "company": "Kayveo",
- "department": "Accounting",
- "job_title": "Human Resources Assistant III",
- "slogan": "engineer bleeding-edge e-commerce",
- "shirt_size": "3XL",
- "university": "University of Mkar",
- "ssn": "662-86-7907",
- "country": "Nigeria",
- "country_code": "NG",
- "city": "Nafada",
- "street_name": "Glendale",
- "time_zone": "Africa/Lagos",
- "credit_card": "5602246570064816",
- "credit_card_type": "bankcard",
- "bitcoin_address": "1MJ1VidpxQHPgq8wGVryNFEa6TfBKo8Afn",
- "birth_date": "20/12/1983",
- "ip_address": "159.246.215.164",
- "photo": "static/avatars/060f.jpg",
- "role": "Moderator"
- },
- {
- "id": 126,
- "first_name": "Creighton",
- "last_name": "Deluze",
- "full_name": "Creighton Deluze",
- "email": "cdeluze3h@ask.com",
- "gender": "Male",
- "company": "Livefish",
- "department": "Support",
- "job_title": "Programmer Analyst I",
- "slogan": "innovate visionary channels",
- "shirt_size": "S",
- "university": "University of Split",
- "ssn": "614-99-2504",
- "country": "Croatia",
- "country_code": "HR",
- "city": "Bribir",
- "street_name": "Stone Corner",
- "time_zone": "Europe/Zagreb",
- "credit_card": "3575752131054681",
- "credit_card_type": "jcb",
- "bitcoin_address": "1FeBaH4RWvZspJGMrM66se2URXm1djLihK",
- "birth_date": "04/12/1974",
- "ip_address": "243.88.161.176",
- "photo": "static/avatars/064m.jpg",
- "role": "Owner"
- },
- {
- "id": 127,
- "first_name": "Freedman",
- "last_name": "Smith",
- "full_name": "Freedman Smith",
- "email": "fsmith3i@si.edu",
- "gender": "Male",
- "company": "Photojam",
- "department": "Engineering",
- "job_title": "Project Manager",
- "slogan": "transition proactive infomediaries",
- "shirt_size": "M",
- "university": "Anhui Medical University",
- "ssn": "458-27-9606",
- "country": "China",
- "country_code": "CN",
- "city": "Guanting",
- "street_name": "Gateway",
- "time_zone": "Asia/Chongqing",
- "credit_card": "3578017256288218",
- "credit_card_type": "jcb",
- "bitcoin_address": "1AZc6WQPaWKno5hPLqztf8tUzqiqTEKAPp",
- "birth_date": "14/05/1978",
- "ip_address": "34.208.0.199",
- "photo": "static/avatars/065m.jpg",
- "role": "User"
- },
- {
- "id": 128,
- "first_name": "Roseline",
- "last_name": "OIlier",
- "full_name": "Roseline OIlier",
- "email": "roilier3j@simplemachines.org",
- "gender": "Female",
- "company": "Wordware",
- "department": "Support",
- "job_title": "Senior Editor",
- "slogan": "transform integrated functionalities",
- "shirt_size": "L",
- "university": "Osaka University of Arts",
- "ssn": "298-30-3840",
- "country": "Japan",
- "country_code": "JP",
- "city": "Seto",
- "street_name": "Buell",
- "time_zone": "Asia/Tokyo",
- "credit_card": "3552218069209066",
- "credit_card_type": "jcb",
- "bitcoin_address": "1MCaZjaCpSDAjhzR3w8XLv8eCqCAFQgZWf",
- "birth_date": "30/04/1954",
- "ip_address": "148.39.193.188",
- "photo": "static/avatars/061f.jpg",
- "role": "Admin"
- },
- {
- "id": 129,
- "first_name": "Regan",
- "last_name": "Baser",
- "full_name": "Regan Baser",
- "email": "rbaser3k@wired.com",
- "gender": "Male",
- "company": "Demivee",
- "department": "Human Resources",
- "job_title": "Recruiter",
- "slogan": "recontextualize viral deliverables",
- "shirt_size": "XS",
- "university": "Hebei Normal University",
- "ssn": "287-84-8083",
- "country": "China",
- "country_code": "CN",
- "city": "Liulimiao",
- "street_name": "Cordelia",
- "time_zone": "Asia/Harbin",
- "credit_card": "30244700195652",
- "credit_card_type": "diners-club-carte-blanche",
- "bitcoin_address": "1P4z6rGdRpzvERgHbWq2zpJYmrCHFynBb4",
- "birth_date": "13/04/1958",
- "ip_address": "34.183.203.136",
- "photo": "static/avatars/066m.jpg",
- "role": "User"
- },
- {
- "id": 130,
- "first_name": "Andros",
- "last_name": "Newcome",
- "full_name": "Andros Newcome",
- "email": "anewcome3l@eventbrite.com",
- "gender": "Male",
- "company": "Mycat",
- "department": "Marketing",
- "job_title": "Food Chemist",
- "slogan": "redefine extensible mindshare",
- "shirt_size": "XL",
- "university": "University of Science and Technology Beijing",
- "ssn": "338-35-1992",
- "country": "China",
- "country_code": "CN",
- "city": "Yishui",
- "street_name": "Graedel",
- "time_zone": "Asia/Chongqing",
- "credit_card": "3578657955231876",
- "credit_card_type": "jcb",
- "bitcoin_address": "1Kkc3UZK2H5BT9V3FZRmYcfT512ric81xF",
- "birth_date": "13/07/1988",
- "ip_address": "212.122.85.204",
- "photo": "static/avatars/067m.jpg",
- "role": "Owner"
- },
- {
- "id": 131,
- "first_name": "Sawyere",
- "last_name": "Skipsea",
- "full_name": "Sawyere Skipsea",
- "email": "sskipsea3m@tamu.edu",
- "gender": "Male",
- "company": "Topicshots",
- "department": "Accounting",
- "job_title": "Internal Auditor",
- "slogan": "unleash synergistic e-services",
- "shirt_size": "2XL",
- "university": "National Defence Academy of Latvia",
- "ssn": "371-97-1031",
- "country": "Northern Mariana Islands",
- "country_code": "MP",
- "city": "San Jose Village",
- "street_name": "Waywood",
- "time_zone": "Pacific/Saipan",
- "credit_card": "3558797850201683",
- "credit_card_type": "jcb",
- "bitcoin_address": "1BcQAjbLav77LYdCYLKFSd8E9uRDHgWkUp",
- "birth_date": "09/05/1954",
- "ip_address": "193.45.81.119",
- "photo": "static/avatars/068m.jpg",
- "role": "Moderator"
- },
- {
- "id": 132,
- "first_name": "Kass",
- "last_name": "Aspinal",
- "full_name": "Kass Aspinal",
- "email": "kaspinal3n@aboutads.info",
- "gender": "Female",
- "company": "Photobug",
- "department": "Sales",
- "job_title": "Geologist II",
- "slogan": "extend wireless systems",
- "shirt_size": "3XL",
- "university": "Crichton College",
- "ssn": "196-05-6675",
- "country": "United States",
- "country_code": "US",
- "city": "Fort Worth",
- "street_name": "Killdeer",
- "time_zone": "America/Chicago",
- "credit_card": "5602249166162986",
- "credit_card_type": "bankcard",
- "bitcoin_address": "1ECs4gaRtzt7TChAtsnUNw4gWXb2iBsEMW",
- "birth_date": "06/02/1990",
- "ip_address": "193.137.0.162",
- "photo": "static/avatars/062f.jpg",
- "role": "User"
- },
- {
- "id": 133,
- "first_name": "Sam",
- "last_name": "Jarlmann",
- "full_name": "Sam Jarlmann",
- "email": "sjarlmann3o@redcross.org",
- "gender": "Female",
- "company": "Brainsphere",
- "department": "Accounting",
- "job_title": "Payment Adjustment Coordinator",
- "slogan": "benchmark one-to-one portals",
- "shirt_size": "XL",
- "university": "Universidade São Francisco",
- "ssn": "606-50-1723",
- "country": "Brazil",
- "country_code": "BR",
- "city": "Santos",
- "street_name": "Milwaukee",
- "time_zone": "America/Sao_Paulo",
- "credit_card": "374622787831196",
- "credit_card_type": "americanexpress",
- "bitcoin_address": "1AJZ2Hd9MTz8Rut9rr2DcuFDPvsKRKQqpv",
- "birth_date": "08/08/1963",
- "ip_address": "247.73.227.39",
- "photo": "static/avatars/063f.jpg",
- "role": "User"
- },
- {
- "id": 134,
- "first_name": "Annie",
- "last_name": "Scarisbrick",
- "full_name": "Annie Scarisbrick",
- "email": "ascarisbrick3p@elegantthemes.com",
- "gender": "Female",
- "company": "LiveZ",
- "department": "Services",
- "job_title": "Research Assistant III",
- "slogan": "synthesize clicks-and-mortar web-readiness",
- "shirt_size": "XS",
- "university": "University of Nigeria",
- "ssn": "831-58-0242",
- "country": "Nigeria",
- "country_code": "NG",
- "city": "Lame",
- "street_name": "Rusk",
- "time_zone": "Africa/Lagos",
- "credit_card": "3575315466949063",
- "credit_card_type": "jcb",
- "bitcoin_address": "15mLo32V3GiWRaXQ7huMhHxmZ92twHY33r",
- "birth_date": "09/10/1988",
- "ip_address": "3.60.44.181",
- "photo": "static/avatars/064f.jpg",
- "role": "User"
- },
- {
- "id": 135,
- "first_name": "Danette",
- "last_name": "Pountney",
- "full_name": "Danette Pountney",
- "email": "dpountney3q@telegraph.co.uk",
- "gender": "Female",
- "company": "Centidel",
- "department": "Marketing",
- "job_title": "Budget/Accounting Analyst I",
- "slogan": "leverage proactive convergence",
- "shirt_size": "3XL",
- "university": "Technical University of Lodz",
- "ssn": "465-59-7088",
- "country": "Poland",
- "country_code": "PL",
- "city": "Sędziszów",
- "street_name": "Northland",
- "time_zone": "Europe/Warsaw",
- "credit_card": "5424905134117545",
- "credit_card_type": "diners-club-us-ca",
- "bitcoin_address": "15kH2jMVGDhVcLHC4WhvsUW4tAi2Dn261y",
- "birth_date": "30/06/1965",
- "ip_address": "39.19.222.27",
- "photo": "static/avatars/065f.jpg",
- "role": "Admin"
- },
- {
- "id": 136,
- "first_name": "Guthry",
- "last_name": "Shimman",
- "full_name": "Guthry Shimman",
- "email": "gshimman3r@cbc.ca",
- "gender": "Male",
- "company": "Livefish",
- "department": "Sales",
- "job_title": "Dental Hygienist",
- "slogan": "seize sexy paradigms",
- "shirt_size": "XS",
- "university": "Tashkent School of Finance",
- "ssn": "446-32-9345",
- "country": "Uzbekistan",
- "country_code": "UZ",
- "city": "Bŭka",
- "street_name": "Springs",
- "time_zone": "Asia/Tashkent",
- "credit_card": "0604903371805267624",
- "credit_card_type": "maestro",
- "bitcoin_address": "1ArvHRgtefPxkbYUFiVAPtx5eXQejLLZmb",
- "birth_date": "24/02/1989",
- "ip_address": "234.151.118.15",
- "photo": "static/avatars/069m.jpg",
- "role": "User"
+ "role": "User",
+ "orders": 33,
+ "last_order": "#285226",
+ "total_spent": 10156.18,
+ "refunds": 0,
+ "joined_date": "2022-09-04",
+ "last_activity": "2025-08-21",
+ "status": "Regular",
+ "customer_type": "B2C",
+ "payment_method": "PayPal",
+ "tags": [
+ "No Refunds",
+ "Loyal"
+ ]
}
]
\ No newline at end of file
diff --git a/shared/data/transactions.json b/shared/data/transactions.json
new file mode 100644
index 000000000..c4741cb55
--- /dev/null
+++ b/shared/data/transactions.json
@@ -0,0 +1,422 @@
+[
+ {
+ "id": "1",
+ "counterparty": "Form Builder CP",
+ "counterparty_logo": "static/brands/form-builder.svg",
+ "payment_date": "2025-01-22",
+ "status_name": "pending",
+ "status": "warning",
+ "amount": -1299.22,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "software",
+ "description": "Annual subscription renewal",
+ "reference": "FB-2025-001"
+ },
+ {
+ "id": "2",
+ "counterparty": "Imperial Hotel ****",
+ "counterparty_logo": "static/brands/hotel.svg",
+ "payment_date": "2025-01-22",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -1029.77,
+ "currency": "USD",
+ "transaction_type": "hotel",
+ "category": "travel",
+ "description": "Hotel accommodation for business trip",
+ "reference": "IH-2025-002"
+ },
+ {
+ "id": "3",
+ "counterparty": "Aprilynne Pills",
+ "counterparty_logo": "static/avatars/000m.jpg",
+ "payment_date": "2025-01-22",
+ "status_name": "pending",
+ "status": "warning",
+ "amount": 499.99,
+ "currency": "USD",
+ "transaction_type": "refund",
+ "category": "healthcare",
+ "description": "Refund for cancelled prescription",
+ "reference": "AP-2025-003"
+ },
+ {
+ "id": "4",
+ "counterparty": "Google Limited UK",
+ "counterparty_logo": "static/brands/google.svg",
+ "payment_date": "2025-01-22",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -1029.77,
+ "currency": "USD",
+ "transaction_type": "advertising",
+ "category": "marketing",
+ "description": "Google Ads campaign payment",
+ "reference": "GL-2025-004"
+ },
+ {
+ "id": "5",
+ "counterparty": "Acme LTD UK",
+ "counterparty_logo": "static/brands/acme.svg",
+ "payment_date": "2025-01-22",
+ "status_name": "pending",
+ "status": "warning",
+ "amount": 2179.36,
+ "currency": "USD",
+ "transaction_type": "payment",
+ "category": "business",
+ "description": "Payment received for consulting services",
+ "reference": "AL-2025-005"
+ },
+ {
+ "id": "6",
+ "counterparty": "Google Limited UK",
+ "counterparty_logo": "static/brands/google.svg",
+ "payment_date": "2025-01-22",
+ "status_name": "canceled",
+ "status": "danger",
+ "amount": -1029.77,
+ "currency": "USD",
+ "transaction_type": "advertising",
+ "category": "marketing",
+ "description": "Cancelled Google Ads campaign",
+ "reference": "GL-2025-006"
+ },
+ {
+ "id": "7",
+ "counterparty": "Uber",
+ "counterparty_logo": "static/brands/uber.svg",
+ "payment_date": "2025-01-22",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -272.88,
+ "currency": "USD",
+ "transaction_type": "transport",
+ "category": "travel",
+ "description": "Ride sharing service",
+ "reference": "UB-2025-007"
+ },
+ {
+ "id": "8",
+ "counterparty": "PublicOne Inc.",
+ "counterparty_logo": "static/brands/publicone.svg",
+ "payment_date": "2025-01-22",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -199.87,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "software",
+ "description": "Monthly software subscription",
+ "reference": "PO-2025-008"
+ },
+ {
+ "id": "9",
+ "counterparty": "Github Inc.",
+ "counterparty_logo": "static/brands/github.svg",
+ "payment_date": "2025-01-22",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -42.87,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "software",
+ "description": "GitHub Pro subscription",
+ "reference": "GH-2025-009"
+ },
+ {
+ "id": "10",
+ "counterparty": "Form Builder PRO",
+ "counterparty_logo": "static/brands/form-builder-pro.svg",
+ "payment_date": "2025-01-22",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -112.44,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "software",
+ "description": "Premium form builder subscription",
+ "reference": "FBP-2025-010"
+ },
+ {
+ "id": "11",
+ "counterparty": "Netflix",
+ "counterparty_logo": "static/brands/netflix.svg",
+ "payment_date": "2025-01-21",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -15.99,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "entertainment",
+ "description": "Monthly streaming subscription",
+ "reference": "NF-2025-011"
+ },
+ {
+ "id": "12",
+ "counterparty": "Amazon",
+ "counterparty_logo": "static/brands/amazon.svg",
+ "payment_date": "2025-01-21",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -89.99,
+ "currency": "USD",
+ "transaction_type": "purchase",
+ "category": "shopping",
+ "description": "Office supplies purchase",
+ "reference": "AMZ-2025-012"
+ },
+ {
+ "id": "13",
+ "counterparty": "Starbucks",
+ "counterparty_logo": "static/brands/starbucks.svg",
+ "payment_date": "2025-01-21",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -4.75,
+ "currency": "USD",
+ "transaction_type": "food",
+ "category": "dining",
+ "description": "Coffee purchase",
+ "reference": "SB-2025-013"
+ },
+ {
+ "id": "14",
+ "counterparty": "Microsoft",
+ "counterparty_logo": "static/brands/microsoft.svg",
+ "payment_date": "2025-01-21",
+ "status_name": "pending",
+ "status": "warning",
+ "amount": -299.99,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "software",
+ "description": "Microsoft 365 Business subscription",
+ "reference": "MS-2025-014"
+ },
+ {
+ "id": "15",
+ "counterparty": "TechCorp Solutions",
+ "counterparty_logo": "static/brands/techcorp.svg",
+ "payment_date": "2025-01-21",
+ "status_name": "completed",
+ "status": "success",
+ "amount": 1500.00,
+ "currency": "USD",
+ "transaction_type": "payment",
+ "category": "business",
+ "description": "Payment for web development services",
+ "reference": "TCS-2025-015"
+ },
+ {
+ "id": "16",
+ "counterparty": "Spotify",
+ "counterparty_logo": "static/brands/spotify.svg",
+ "payment_date": "2025-01-20",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -9.99,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "entertainment",
+ "description": "Premium music subscription",
+ "reference": "SP-2025-016"
+ },
+ {
+ "id": "17",
+ "counterparty": "Zoom",
+ "counterparty_logo": "static/brands/zoom.svg",
+ "payment_date": "2025-01-20",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -149.90,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "software",
+ "description": "Annual Zoom Pro subscription",
+ "reference": "ZM-2025-017"
+ },
+ {
+ "id": "18",
+ "counterparty": "Slack",
+ "counterparty_logo": "static/brands/slack.svg",
+ "payment_date": "2025-01-20",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -67.50,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "software",
+ "description": "Monthly Slack workspace subscription",
+ "reference": "SL-2025-018"
+ },
+ {
+ "id": "19",
+ "counterparty": "Dropbox",
+ "counterparty_logo": "static/brands/dropbox.svg",
+ "payment_date": "2025-01-20",
+ "status_name": "pending",
+ "status": "warning",
+ "amount": -119.88,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "software",
+ "description": "Annual cloud storage subscription",
+ "reference": "DB-2025-019"
+ },
+ {
+ "id": "20",
+ "counterparty": "Digital Marketing Agency",
+ "counterparty_logo": "static/brands/dma.svg",
+ "payment_date": "2025-01-19",
+ "status_name": "completed",
+ "status": "success",
+ "amount": 2500.00,
+ "currency": "USD",
+ "transaction_type": "payment",
+ "category": "business",
+ "description": "Payment for marketing campaign",
+ "reference": "DMA-2025-020"
+ },
+ {
+ "id": "21",
+ "counterparty": "Apple",
+ "counterparty_logo": "static/brands/apple.svg",
+ "payment_date": "2025-01-19",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -99.99,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "software",
+ "description": "Apple Developer Program",
+ "reference": "APL-2025-021"
+ },
+ {
+ "id": "22",
+ "counterparty": "LinkedIn",
+ "counterparty_logo": "static/brands/linkedin.svg",
+ "payment_date": "2025-01-19",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -29.99,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "business",
+ "description": "LinkedIn Premium subscription",
+ "reference": "LI-2025-022"
+ },
+ {
+ "id": "23",
+ "counterparty": "Canva",
+ "counterparty_logo": "static/brands/canva.svg",
+ "payment_date": "2025-01-18",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -119.99,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "software",
+ "description": "Annual Canva Pro subscription",
+ "reference": "CV-2025-023"
+ },
+ {
+ "id": "24",
+ "counterparty": "Figma",
+ "counterparty_logo": "static/brands/figma.svg",
+ "payment_date": "2025-01-18",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -144.00,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "software",
+ "description": "Annual Figma Professional subscription",
+ "reference": "FG-2025-024"
+ },
+ {
+ "id": "25",
+ "counterparty": "Notion",
+ "counterparty_logo": "static/brands/notion.svg",
+ "payment_date": "2025-01-18",
+ "status_name": "pending",
+ "status": "warning",
+ "amount": -96.00,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "software",
+ "description": "Annual Notion Team subscription",
+ "reference": "NT-2025-025"
+ },
+ {
+ "id": "26",
+ "counterparty": "Salesforce",
+ "counterparty_logo": "static/brands/salesforce.svg",
+ "payment_date": "2025-01-17",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -150.00,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "software",
+ "description": "Monthly Salesforce subscription",
+ "reference": "SF-2025-026"
+ },
+ {
+ "id": "27",
+ "counterparty": "HubSpot",
+ "counterparty_logo": "static/brands/hubspot.svg",
+ "payment_date": "2025-01-17",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -89.00,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "software",
+ "description": "Monthly HubSpot Marketing subscription",
+ "reference": "HS-2025-027"
+ },
+ {
+ "id": "28",
+ "counterparty": "Mailchimp",
+ "counterparty_logo": "static/brands/mailchimp.svg",
+ "payment_date": "2025-01-17",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -59.99,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "software",
+ "description": "Monthly email marketing subscription",
+ "reference": "MC-2025-028"
+ },
+ {
+ "id": "29",
+ "counterparty": "Trello",
+ "counterparty_logo": "static/brands/trello.svg",
+ "payment_date": "2025-01-16",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -59.88,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "software",
+ "description": "Annual Trello Business Class",
+ "reference": "TR-2025-029"
+ },
+ {
+ "id": "30",
+ "counterparty": "Asana",
+ "counterparty_logo": "static/brands/asana.svg",
+ "payment_date": "2025-01-16",
+ "status_name": "completed",
+ "status": "success",
+ "amount": -131.88,
+ "currency": "USD",
+ "transaction_type": "subscription",
+ "category": "software",
+ "description": "Annual Asana Premium subscription",
+ "reference": "AS-2025-030"
+ }
+]
diff --git a/shared/data/urls.json b/shared/data/urls.json
index 564fce88a..5d9b7e7d3 100644
--- a/shared/data/urls.json
+++ b/shared/data/urls.json
@@ -54,5 +54,75 @@
"unique": 450,
"bounce": "8.69%",
"data": "6, 15, 13, 13, 5, 7, 17, 20, 19"
+ },
+ {
+ "uri": "/buttons.html",
+ "visitors": 542,
+ "unique": 487,
+ "bounce": "28.45%",
+ "data": "8, 12, 15, 9, 6, 11, 14, 7, 13"
+ },
+ {
+ "uri": "/cards.html",
+ "visitors": 498,
+ "unique": 445,
+ "bounce": "31.23%",
+ "data": "5, 9, 12, 8, 15, 11, 6, 14, 10"
+ },
+ {
+ "uri": "/typography.html",
+ "visitors": 423,
+ "unique": 378,
+ "bounce": "35.67%",
+ "data": "7, 11, 9, 13, 8, 12, 6, 15, 10"
+ },
+ {
+ "uri": "/alerts.html",
+ "visitors": 387,
+ "unique": 342,
+ "bounce": "42.18%",
+ "data": "4, 8, 11, 7, 13, 9, 12, 6, 14"
+ },
+ {
+ "uri": "/modals.html",
+ "visitors": 356,
+ "unique": 298,
+ "bounce": "38.76%",
+ "data": "9, 6, 12, 8, 11, 14, 7, 13, 10"
+ },
+ {
+ "uri": "/tables.html",
+ "visitors": 312,
+ "unique": 267,
+ "bounce": "45.83%",
+ "data": "6, 10, 8, 12, 7, 11, 9, 13, 5"
+ },
+ {
+ "uri": "/charts.html",
+ "visitors": 289,
+ "unique": 234,
+ "bounce": "52.94%",
+ "data": "3, 7, 9, 5, 11, 8, 12, 6, 10"
+ },
+ {
+ "uri": "/pricing.html",
+ "visitors": 267,
+ "unique": 223,
+ "bounce": "48.69%",
+ "data": "8, 5, 11, 7, 9, 12, 6, 10, 13"
+ },
+ {
+ "uri": "/blog/",
+ "visitors": 245,
+ "unique": 198,
+ "bounce": "55.10%",
+ "data": "4, 8, 6, 10, 7, 9, 11, 5, 12"
+ },
+ {
+ "uri": "/profile.html",
+ "visitors": 198,
+ "unique": 156,
+ "bounce": "61.62%",
+ "data": "2, 6, 8, 4, 9, 7, 10, 5, 11"
}
]
\ No newline at end of file