Compare commits

..

No commits in common. "02e50bb2f921ef5abe317771ea2b1bb67bf5d05e" and "4759f6f7ee1eb63d08508b753eba0728590690c3" have entirely different histories.

View File

@ -1,69 +1,39 @@
{ [
"data": [ {
{ "id": 1,
"id": 1, "phone_number": 89283244141,
"phone_number": "89999999999", "first_name": "Вася",
"first_name": "Вася", "second_name": "Пупкин",
"second_name": "Пупкин", "role": "dogsitter",
"role": "dogsitter", "location": "Россия, республика Татарстан, Казань, улица Пушкина, 12",
"location": "Россия, республика Татарстан, Казань, Пушкина, 12", "price": 1500,
"price": "1500", "about_me": "Я люблю собак"
"about_me": "Я люблю собак!", },
"rating": 5, {
"ratings": [ "id": 2,
5, "phone_number": 89272844541,
5 "first_name": "Ваня",
], "second_name": "Пуськин",
"tg": "jullllllie" "role": "dogsitter",
}, "location": "Россия, республика Татарстан, Казань, улица Абсалямова, 19",
{ "price": 1000000,
"id": 2, "about_me": "Я не люблю собак. И вообще я котоман."
"phone_number": 89272844541, },
"first_name": "Ваня", {
"second_name": "Пуськин", "id": 3,
"role": "dogsitter", "phone_number": 89872855893,
"location": "Россия, республика Татарстан, Казань, улица Абсалямова, 19", "first_name": "Гадий",
"price": 2000, "second_name": "Петрович",
"about_me": "Я не люблю собак. И вообще я котоман.", "role": "owner"
"rating": 4, },
"ratings": [ {
4, "id": 4,
4 "phone_number": 89872844591,
], "first_name": "Галкин",
"tg": "vanya006" "second_name": "Максим",
}, "role": "dogsitter",
{ "location": "Россия, республика Татарстан, Казань, проспект Ямашева, 83",
"id": 3, "price": 1000000,
"phone_number": 89559999999, "about_me": "Миллион алых роз"
"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
}
]
}