mdn / developer-portal

The code that generates the MDN Web Docs Developer Portal.
Mozilla Public License 2.0
61 stars 38 forks source link

Refactor filter form to be a regular Django form #1732

Open stevejalim opened 3 years ago

stevejalim commented 3 years ago

Separately from the a11y tweaks to the filter-form component mentioned in #1721 and the HTML/layout refacor mentioned in https://github.com/mdn/developer-portal/issues/1752 there is a Django-centric piece of work that would be good to do, even if it is not a blocker:

AC

The result will be cleaner, more idiomatic for a Django app and will satisfy a minor itch spotted in the automated scan of the site.

This change is not super challenging to implement, but does touch a few moving parts.

stevejalim commented 3 years ago

cc @valgrimm For awareness