Android setup and profile stats integration in bloom
By RepoJournal , from @bgrgndzz's public GitHub activity
Backfilled
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].
One email a day. Unsubscribe in one click.
A short briefing every day bgrgndzz ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] setup android configs bgrgndzz/bloom
- [2] send profile stats bgrgndzz/bloom
- [3] fix issue with profile stats bgrgndzz/bloom
- [4] show anonymous stats on profile bgrgndzz/bloom
- [5] connect stats endpoint to the app bgrgndzz/bloom
- [6] connect following endpoint to the app bgrgndzz/bloom
- [7] save followUser when the user is followed bgrgndzz/bloom
- [8] create feed api endpoint bgrgndzz/bloom