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.

adminUI-redesigndevelop / master
00

Getting in

feb – apr 2023

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.

01

Foundations

jun 2023

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.

02

Screens

jul – aug 2023

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.

03

Shipping

sep – oct 2023

Remaining screens, the API work they depended on, and the final merge to master.