From fadc62c8f08e25f0969e9bc7826d9de9594369ae Mon Sep 17 00:00:00 2001 From: Julya Shapaeva Date: Sat, 8 Feb 2025 14:25:29 +0300 Subject: [PATCH] Update users.json --- .../dogsitters-finder/json/users/users.json | 108 +++++++++++------- 1 file changed, 69 insertions(+), 39 deletions(-) diff --git a/server/routers/dogsitters-finder/json/users/users.json b/server/routers/dogsitters-finder/json/users/users.json index e85d91f..5e70870 100644 --- a/server/routers/dogsitters-finder/json/users/users.json +++ b/server/routers/dogsitters-finder/json/users/users.json @@ -1,39 +1,69 @@ -[ - { - "id": 1, - "phone_number": 89283244141, - "first_name": "Вася", - "second_name": "Пупкин", - "role": "dogsitter", - "location": "Россия, республика Татарстан, Казань, улица Пушкина, 12", - "price": 1500, - "about_me": "Я люблю собак" - }, - { - "id": 2, - "phone_number": 89272844541, - "first_name": "Ваня", - "second_name": "Пуськин", - "role": "dogsitter", - "location": "Россия, республика Татарстан, Казань, улица Абсалямова, 19", - "price": 1000000, - "about_me": "Я не люблю собак. И вообще я котоман." - }, - { - "id": 3, - "phone_number": 89872855893, - "first_name": "Гадий", - "second_name": "Петрович", - "role": "owner" - }, - { - "id": 4, - "phone_number": 89872844591, - "first_name": "Галкин", - "second_name": "Максим", - "role": "dogsitter", - "location": "Россия, республика Татарстан, Казань, проспект Ямашева, 83", - "price": 1000000, - "about_me": "Миллион алых роз" - } -] +{ + "data": [ + { + "id": 1, + "phone_number": "89999999999", + "first_name": "Вася", + "second_name": "Пупкин", + "role": "dogsitter", + "location": "Россия, республика Татарстан, Казань, Пушкина, 12", + "price": "1500", + "about_me": "Я люблю собак!", + "rating": 5, + "ratings": [ + 5, + 5 + ], + "tg": "jullllllie" + }, + { + "id": 2, + "phone_number": 89272844541, + "first_name": "Ваня", + "second_name": "Пуськин", + "role": "dogsitter", + "location": "Россия, республика Татарстан, Казань, улица Абсалямова, 19", + "price": 2000, + "about_me": "Я не люблю собак. И вообще я котоман.", + "rating": 4, + "ratings": [ + 4, + 4 + ], + "tg": "vanya006" + }, + { + "id": 3, + "phone_number": 89559999999, + "first_name": "Гадий", + "second_name": "Петрович", + "role": "owner" + }, + { + "id": 4, + "phone_number": 89872844591, + "first_name": "Галкин", + "second_name": "Максим", + "role": "dogsitter", + "location": "Россия, республика Татарстан, Казань, проспект Ямашева, 83", + "price": 1750, + "about_me": "Миллион алых роз", + "rating": 4.5, + "ratings": [ + 4, + 5 + ], + "tg": "maks100500" + } + ], + "interactions": [ + { + "owner_id": 3, + "dogsitter_id": 4 + }, + { + "owner_id": 1, + "dogsitter_id": 2 + } + ] +} \ No newline at end of file -- 2.45.2