{
    "users": [
        {
            "id": "u-01",
            "firstName": "Ahmad",
            "lastName": "Fauzi",
            "email": "ahmad@scuto.id",
            "role": "USER",
            "isVerified": true
        },
        {
            "id": "u-02",
            "firstName": "Syaiful",
            "lastName": "H",
            "email": "syaiful@scuto.id",
            "role": "SUPER_ADMIN",
            "isVerified": true
        },
        {
            "id": "u-03",
            "firstName": "Budi",
            "lastName": "Santoso",
            "email": "budi@scuto.id",
            "role": "USER",
            "isVerified": true
        }
    ],
    "groups": [
        {
            "id": "g-01",
            "title": "Product Development",
            "totalKpi": 100,
            "isStrict": false
        }
    ],
    "projects_index": {
        "projects": {
            "data": [
                {
                    "id": "p-01",
                    "projectName": "Design System 2.0",
                    "description": "Membangun library komponen UI yang konsisten untuk seluruh produk Scuto.",
                    "progressStatus": "IN_PROGRESS",
                    "deadline": "2026-04-20T00:00:00Z",
                    "creatorId": "u-02",
                    "groupId": "g-01",
                    "taskCount": 12,
                    "memberCount": 5
                },
                {
                    "id": "p-02",
                    "projectName": "Mobile App Redesign",
                    "description": "Pembaruan antarmuka aplikasi mobile untuk meningkatkan user experience.",
                    "progressStatus": "TODO",
                    "deadline": "2026-04-18T00:00:00Z",
                    "creatorId": "u-01",
                    "groupId": "g-01",
                    "taskCount": 8,
                    "memberCount": 3
                },
                {
                    "id": "p-03",
                    "projectName": "API Integration Phase 2",
                    "description": "Integrasi sistem pembayaran pihak ketiga dan sinkronisasi data real-time.",
                    "progressStatus": "DONE",
                    "deadline": "2026-04-15T00:00:00Z",
                    "creatorId": "u-02",
                    "groupId": "g-01",
                    "taskCount": 24,
                    "memberCount": 4
                }
            ],
            "links": [
                { "url": null, "label": "&laquo; Previous", "active": false },
                { "url": "/projects?page=1", "label": "1", "active": true },
                { "url": "/projects?page=2", "label": "2", "active": false },
                {
                    "url": null,
                    "label": "Next &raquo;",
                    "active": false
                }
            ],
            "meta": { "total": 3 }
        },
        "stats": {
            "total": 3,
            "inProgress": 1,
            "completed": 1
        },
        "filters": { "search": "", "status": null }
    },
    "project_detail_base": {
        "id": "p-01",
        "projectName": "Design System 2.0",
        "description": "Membangun library komponen UI yang konsisten untuk seluruh produk Scuto.",
        "progressStatus": "IN_PROGRESS",
        "overviews": "Project ini fokus pada konsistensi visual di semua platform.",
        "deadline": "2026-05-15T00:00:00Z",
        "creatorId": "u-02",
        "groupId": "g-01",
        "members": [
            {
                "id": "pm-01",
                "userId": "u-01",
                "role": "PIC",
                "user": {
                    "firstName": "Ahmad",
                    "lastName": "Fauzi",
                    "avatar": "AF"
                }
            },
            {
                "id": "pm-02",
                "userId": "u-02",
                "role": "OWNER",
                "user": {
                    "firstName": "Syaiful",
                    "lastName": "H",
                    "avatar": "S"
                }
            },
            {
                "id": "pm-03",
                "userId": "u-03",
                "role": "MEMBER",
                "user": {
                    "firstName": "Budi",
                    "lastName": "Santoso",
                    "avatar": "BS"
                }
            }
        ],
        "tasks": [
            {
                "id": "t-01",
                "title": "Setup project architecture",
                "description": "Initialize repository and base components.",
                "status": "DONE",
                "priorityLevel": 1,
                "assigneeId": "u-02",
                "dueDate": "2026-04-10T00:00:00Z"
            },
            {
                "id": "t-02",
                "title": "Design dashboard layout",
                "description": "Create high-fidelity wireframes.",
                "status": "IN_PROGRESS",
                "priorityLevel": 2,
                "assigneeId": "u-03",
                "dueDate": "2026-04-25T00:00:00Z"
            },
            {
                "id": "t-03",
                "title": "Implement authentication flow",
                "description": "Secure API endpoints.",
                "status": "TODO",
                "priorityLevel": 1,
                "assigneeId": "u-01",
                "dueDate": "2026-05-01T00:00:00Z"
            }
        ]
    },
    "drafts_index": {
        "projects": {
            "data": [
                {
                    "id": "p-04",
                    "projectName": "New Website Launch",
                    "description": "Persiapan peluncuran website baru dengan fitur e-commerce.",
                    "progressStatus": "PENDING",
                    "deadline": "2026-05-01T00:00:00Z",
                    "creatorId": "u-03",
                    "groupId": "g-01",
                    "taskCount": 0,
                    "memberCount": 1
                }
            ],
            "links": [
                { "url": null, "label": "&laquo; Previous", "active": false },
                { "url": "/drafts?page=1", "label": "1", "active": true },
                { "url": null, "label": "Next &raquo;", "active": false }
            ],
            "meta": { "total": 1 }
        },
        "filters": { "search": "" }
    }
}
