tkhwang / readable

anti-social social bookmark and much more...
5 stars 1 forks source link

✨ (server): Add user follow feature #106

Closed tkhwang closed 3 years ago

tkhwang commented 3 years ago

Description

Type of change

User

{
    "data": {
        "me": {
            "id": "652964eb-e04a-4e2a-8d5e-62933d4462d7",
            "name": "tk HWANG",
            "provider": "Google",
            "providerId": "107855374156215311068",
            "avatarUrl": "https://lh3.googleusercontent.com/a-/AOh14Gg3DyXxT3B_8hm3nSnHm2_H8mIY-PHny_MHVRwexg=s96-c",
            "followerUsers": [
                {
                    "id": "80fe9d6b-5254-46ec-8e79-ad1a82268ba3",
                    "name": "이지은"
                }
            ],
            "followingUsers": []
        }
    }
}

Follow/Unfollow

follow/unfollow 결과로 바뀐 상황을 바로 client render 할 수 있도록 변경된 follow 관련 정보를 함께 내려줌.

{
    "data": {
        "followUserWithAuth": {
            "followerUser": {
                "id": "652964eb-e04a-4e2a-8d5e-62933d4462d7",
                "name": "tk HWANG",
                "provider": "Google",
                "providerId": "107855374156215311068",
                "avatarUrl": "https://lh3.googleusercontent.com/a-/AOh14Gg3DyXxT3B_8hm3nSnHm2_H8mIY-PHny_MHVRwexg=s96-c",
                "followerUsers": [
                    {
                        "id": "80fe9d6b-5254-46ec-8e79-ad1a82268ba3",
                        "name": "이지은"
                    }
                ],
                "followingUsers": []
            },
            "followingUser": {
                "id": "80fe9d6b-5254-46ec-8e79-ad1a82268ba3",
                "name": "이지은",
                "provider": "Google",
                "providerId": "111949040426936251051",
                "avatarUrl": "https://lh3.googleusercontent.com/a/AATXAJxaxpiERtI-E2AhehAjMU1993rYVGF2LqCZqIpW=s96-c",
                "followerUsers": [],
                "followingUsers": [
                    {
                        "id": "652964eb-e04a-4e2a-8d5e-62933d4462d7",
                        "name": "tk HWANG"
                    }
                ]
            }
        }
    }
}

Further to-do lists

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/tkhwang/readable/BKHBrHCzcbZStRoGXJsCZuTCDGmj
✅ Preview: Failed

[Deployment for f0241f0 failed]