Every pull request, in order
All 27 PRs across both repos, drawn the way git log --graph would draw them: the redesign lane on the left, develop and master on the right. Amber dots are backend work in talawa-api. Click any row to open what it changed.
Getting in
Contributions made before and around selection. Most of this is cleanup: the codebase had two competing design systems, dead CSS and duplicated screens. Removing that was the precondition for redesigning anything.
Foundations
Coding period opens. Rather than start on screens, the first month went into the substrate: conventions, a current Bootstrap, and themeable Sass — so every later screen could be changed in one place.
Screens
The layout primitives (LeftDrawer, SuperAdminScreen) and the first redesigned screens, merged back to develop in slices so other contributors could build on them mid-flight.
Shipping
Remaining screens, the API work they depended on, and the final merge to master.

