GoogleChrome / webstatus.dev

A tool to monitor and track the status of all Web Platform features across dimensions that are related to availability and implementation quality across browsers, and adoption by web developers.
https://webstatus.dev
Apache License 2.0
74 stars 3 forks source link

Allow users to reference the alias field from web-features #322

Open jcscottiii opened 1 month ago

jcscottiii commented 1 month ago

Sometimes features are renamed and the old id is moved to the alias field.

A user should be able to go to https://webstatus.dev/features/<alias> and be redirected to the page for the main id.

cc: @foolip

foolip commented 1 month ago

Yep, redirects is what I had in mind with the alias field.

foolip commented 1 month ago

That being said, I guess that zero people depend on the aliases that we have so far. It might be a good idea to just remove all of them and not claim those identifiers forever.

I'm sure we'll eventually need to support redirects for mistakes and merged features, however.