Monday, Sep 3, 2018
fixedRegistration fixes and landing page overhaul
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.
Sources
- fix register · bgrgndzz/spoonsor
- fix sponsor register · bgrgndzz/spoonsor
- fix error occuring when only one sponsorship type is chosen · bgrgndzz/spoonsor
- improve backwards compatibility · bgrgndzz/spoonsor
- fix landing page nasil section · bgrgndzz/spoonsor
- fetch data from database for the landing page · bgrgndzz/spoonsor