nitta-lab-2020:master
nitta-lab-2020:shinji_0707
アカウントを削除したとき、そのアカウントのフォローもすべて解除されるようにしました。 PUT:/account/{uid}/namePUT:/account/{uid}/introductionGET:/account/{uid}/historyGET:/account/{uid}/contributionを実装しました。
followingsとfollowersでuidの重複を禁止するために、それぞれの型をArrayListからHashSetに変えました。
ebeded4
master
shinji_0707
アカウントを削除したとき、そのアカウントのフォローもすべて解除されるようにしました。
PUT:/account/{uid}/name
PUT:/account/{uid}/introduction
GET:/account/{uid}/history
GET:/account/{uid}/contribution
を実装しました。
followingsとfollowersでuidの重複を禁止するために、それぞれの型をArrayListからHashSetに変えました。
ebeded4
intomaster
fromshinji_0707
on 10 Jul 2020