tech-divas / graduation_page

https://graduation-page-self.vercel.app
1 stars 0 forks source link

Implementing search by project name #47

Open akovalevskaia opened 5 months ago

akovalevskaia commented 5 months ago

User Story #3 Task #4

akovalevskaia commented 5 months ago

{
    "content": [
        {
            "id": 1,
            "name": "Anna Mood Studio",
            "projectTypes": [
                {
                    "name": "Practice project"
                }
            ]
        },
        {
            "id": 2,
            "name": "Bookworms",
            "projectTypes": [
                {
                    "name": "Practice project"
                }
            ]
        },
        {
            "id": 3,
            "name": "Celebrating Us",
            "projectTypes": [
                {
                    "name": "Practice project"
                }
            ]
        },
        {
            "id": 4,
            "name": "Crypto Cabata",
            "projectTypes": [
                {
                    "name": "Practice project"
                }
            ]
        },
        {
            "id": 5,
            "name": "Parental-Children well-being",
            "projectTypes": [
                {
                    "name": "Practice project"
                }
            ]
        },
        {
            "id": 6,
            "name": "Cyber Security program development",
            "projectTypes": [
                {
                    "name": "Practice project"
                }
            ]
        },
        {
            "id": 7,
            "name": "neitrals.lv",
            "projectTypes": [
                {
                    "name": "Practice project"
                }
            ]
        },
        {
            "id": 8,
            "name": "Mežavairogi",
            "projectTypes": [
                {
                    "name": "Practice project"
                }
            ]
        }
    ],
    "pageNo": 0,
    "pageSize": 8,
    "totalElements": 16,
    "totalPages": 2,
    "last": false
}
akovalevskaia commented 5 months ago

{
    "content": [
        {
            "id": 9,
            "name": "Colorize",
            "projectTypes": [
                {
                    "name": "Practice project"
                }
            ]
        },
        {
            "id": 10,
            "name": "RTG Mentor & Mentee Matching Tool",
            "projectTypes": [
                {
                    "name": "Practice project"
                }
            ]
        },
        {
            "id": 11,
            "name": "RoadFuse",
            "projectTypes": [
                {
                    "name": "Practice project"
                }
            ]
        },
        {
            "id": 12,
            "name": "MieraLācis.lv",
            "projectTypes": [
                {
                    "name": "Practice project"
                }
            ]
        },
        {
            "id": 13,
            "name": "Videosher product management",
            "projectTypes": [
                {
                    "name": "Practice project"
                }
            ]
        },
        {
            "id": 14,
            "name": "Sort it",
            "projectTypes": [
                {
                    "name": "Practice project"
                }
            ]
        },
        {
            "id": 15,
            "name": "Uzņēmēji mieram",
            "projectTypes": [
                {
                    "name": "Practice project"
                }
            ]
        },
        {
            "id": 16,
            "name": "Emotion analysis data Visualization & Report module",
            "projectTypes": [
                {
                    "name": "Practice project"
                }
            ]
        }
    ],
    "pageNo": 1,
    "pageSize": 8,
    "totalElements": 16,
    "totalPages": 2,
    "last": true
}