django-check-seo icon indicating copy to clipboard operation
django-check-seo copied to clipboard

Add categories to checks

Open corentinbettiol opened this issue 5 years ago • 0 comments

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

corentinbettiol avatar Nov 20 '19 11:11 corentinbettiol