Registration fixes and landing page overhaul
By RepoJournal , from @bgrgndzz's public GitHub activity
Backfilled
Buğra Gündüz pushed six commits to spoonsor, fixing registration flows and wiring the landing page to pull data from the database.
The registration path received several fixes across the day. Gündüz patched the base register flow [1], then fixed the sponsor registration specifically [2]. A third fix addressed an error that occurred when users selected only one sponsorship type [3]. Backwards compatibility was improved in parallel [4] to ensure older code paths still worked.
On the landing page front, Gündüz fixed the nasil section [5] and connected it to live database queries [6] instead of static content, allowing the page to surface real sponsorship information.
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] fix register bgrgndzz/spoonsor
- [2] fix sponsor register bgrgndzz/spoonsor
- [3] fix error occuring when only one sponsorship type is chosen bgrgndzz/spoonsor
- [4] improve backwards compatibility bgrgndzz/spoonsor
- [5] fix landing page nasil section bgrgndzz/spoonsor
- [6] fetch data from database for the landing page bgrgndzz/spoonsor