aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/resources/views/resources.py (follow)
Commit message (Expand)AuthorAgeLines
* Add README to the resources app (#934)Gravatar Johannes Christ2023-04-14-126/+0
* Refactor as_css_class to 'to_kebabcase'.Gravatar Leon Sandøy2022-02-01-8/+6
* Kaizen: Make jchrists wildest dreams come trueGravatar Leon Sandøy2022-02-01-1/+1
* Add type annotations for sort key method.Gravatar Leon Sandøy2022-02-01-1/+1
* Sort resources alphabetically, disregarding 'the'.Gravatar Leon Sandøy2022-02-01-1/+10
* Placate the flake8.Gravatar Leon Sandøy2022-01-31-1/+3
* Get rid of invalid filters in the URL.Gravatar Leon Sandøy2022-01-31-0/+11
* Ensure "Other" is always the bottom topic.Gravatar Leon Sandøy2022-01-30-6/+12
* Support dashful redirects.Gravatar Leon Sandøy2022-01-30-2/+5
* Redirects from old endpoints now filter correctly.Gravatar Leon Sandøy2022-01-30-17/+8
* Sort all the resources alphabetically.Gravatar Leon Sandøy2022-01-29-1/+4
* Complexity -> Difficulty.Gravatar Leon Sandøy2022-01-29-4/+4
* Resource filtering on the client, pt 1.Gravatar Leon Sandøy2022-01-27-31/+94
* Kaizen: Refactor some code to be more beautiful.Gravatar Leon Sandøy2022-01-23-2/+2
* Remove wildcard asterisks in URL.Gravatar swfarnsworth2021-09-12-8/+0
* Make an asterisk in the URL a wildcard.Gravatar swfarnsworth2021-09-04-4/+12
* Drop -Option from {topic,type,etc}Option.Gravatar swfarnsworth2021-09-04-4/+4
* Rename `utils.py` to `resource_search.py`.Gravatar swfarnsworth2021-09-03-1/+1
* chore: Split Topic column into two columnsGravatar Vivaan Verma2021-08-13-1/+4
* Sort the columns in the UI.Gravatar swfarnsworth2021-08-03-4/+4
* Convert data structure for query.Gravatar swfarnsworth2021-08-03-1/+10
* Restructure table of resources for new query logic.Gravatar swfarnsworth2021-08-03-2/+2
* working demo of smart resources searchGravatar fisher602021-07-25-4/+6
* Added type annotations; refactored.Gravatar swfarnsworth2021-07-24-13/+15
* add constant for resource tags. Add Functional front endGravatar fisher602021-07-24-6/+19
* change resources to prepare for smart resource searchGravatar fisher602021-07-23-3/+7
* Fix resources pre-commitGravatar ks1292020-10-29-1/+1
* Simplify resources index viewGravatar ks1292020-10-04-10/+5
* Create view for resources indexGravatar ks1292020-09-22-0/+12