Registration flow and user API updates in bloom
By RepoJournal , from @bgrgndzz's public GitHub activity
Backfilled
Buğra Gündüz pushed 4 commits to bgrgndzz/bloom, adding agreement text to registration, exposing user IDs in the API, and handling image uploads.
On the registration page, Gündüz added agreement acceptance text [1] to make the terms visible during signup. The user API response was extended to include the user ID [2], making it easier for clients to reference users without a separate lookup. Usage terms were added to the settings section [3], giving users access to them after account creation. Image uploads were handled by resizing images to 512px [4], reducing file size so larger images could be uploaded without hitting server limits.
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] add agreement acceptance text on register page bgrgndzz/bloom
- [2] add id to user api response bgrgndzz/bloom
- [3] add usage terms to settings bgrgndzz/bloom
- [4] resize images to 512px in order to upload large images bgrgndzz/bloom