GoogleChrome / chromium-dashboard

Chrome Status Dashboard
https://www.chromestatus.com
Apache License 2.0
636 stars 363 forks source link

Defining new base class ChromeStatusPage #4150

Open markxiong0122 opened 1 month ago

markxiong0122 commented 1 month ago

PR https://github.com/GoogleChrome/chromium-dashboard/pull/4119 @jrobbins:Redesign this code to be type-safe by defining a new base class ChromeStatusPagethat declares the expected fields and changes all our page classes to subclass from it.