Wednesday, Jan 30, 2019
shippedRegistration flow and user API updates in bloom
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.
Sources
- add agreement acceptance text on register page · bgrgndzz/bloom
- add id to user api response · bgrgndzz/bloom
- add usage terms to settings · bgrgndzz/bloom
- resize images to 512px in order to upload large images · bgrgndzz/bloom