Anthony
Anthony
Actually, yeah, it was super simple. [Screencast from 2024-06-06 14-33-51.webm](https://github.com/readthedocs/readthedocs.org/assets/1140183/8a21d743-2410-4c15-a05a-d49055437b5c) Tab content is example only, you can reuse what you did. ```diff diff --git a/readthedocsext/theme/templates/projects/import_config.html b/readthedocsext/theme/templates/projects/import_config.html index acc68dc..0454316 100644 ---...
It might also make sense to first inspect the number of projects that are flagged as spam. This could drop the number of projects considerably too.
Is that 400 spam projects or 400 projects down from the original 950 projects? The query is stuck for me.
In Q4 we should send some emails out.
Moving this to the application, it's a bug with the view/filter in the application.
I can take this on, I'm already working in these filters.
From our offsite, I believe we decided to make this a profile setting instead of a cookie.
I want to avoid implementing and duplicating backend logic in the frontend, to keep the frontend code footprint as minimal as possible.
Gotcha, I figured this was used for build cleanup on the backend as well. If it's just frontend, it can be moved. Generally, I am leaning more towards including everything...
What was the use case for this change? I'm curious where you are hitting this, as the version filters do already support substring lookup and always use the full slug...