kapt-labs / django-check-seo

Django Check SEO will check the SEO aspects of your site for you, and will provide advice in case of problems. Compatible with Django & Django-CMS!
GNU General Public License v3.0
154 stars 12 forks source link

Add categories to checks #14

Open corentinbettiol opened 4 years ago

corentinbettiol commented 4 years ago

Currently, all checks are processed in the same way and are displayed in a large list. A cool thing to add could be a category tag for checks, which could add readability to lists.

The category will be accessible via the Site instance in each check, and it will be of the form "retrieve the list according to its name, or create a new list with the new name".


Old display:

image


New display:

image