Tuesday, Nov 20, 2018
shippedAndroid setup and profile stats integration in bloom
Buğra Gündüz pushed 8 commits to bgrgndzz/bloom, wiring up Android configuration and connecting backend endpoints for user profiles, stats, and feeds to the client.
The work split between platform setup and API integration. Buğra started with Android configuration [1], then moved to the profile feature set. He implemented the ability to send profile stats [2] and fixed an issue that arose in that implementation [3]. The profile page gained the ability to display anonymous stats [4].
On the integration side, Buğra connected the stats endpoint to the app [5] and the following endpoint [6]. He ensured that when a user is followed, the followUser action is saved [7]. At the end of the day, he created a new feed API endpoint [8].
Sources
- setup android configs · bgrgndzz/bloom
- send profile stats · bgrgndzz/bloom
- fix issue with profile stats · bgrgndzz/bloom
- show anonymous stats on profile · bgrgndzz/bloom
- connect stats endpoint to the app · bgrgndzz/bloom
- connect following endpoint to the app · bgrgndzz/bloom
- save followUser when the user is followed · bgrgndzz/bloom
- create feed api endpoint · bgrgndzz/bloom