2023-10-26 12:33:29 +11:00
|
|
|
# To-do
|
|
|
|
|
2024-11-12 14:15:13 +11:00
|
|
|
* rate limiting to prevent abuse - especially on POST requests
|
2024-03-22 11:24:29 +11:00
|
|
|
* consider removing `events` and `worldmap` modules
|
2024-03-20 14:54:54 +11:00
|
|
|
* ask Denver about why so many license files
|
2023-10-26 12:33:29 +11:00
|
|
|
|
|
|
|
|
|
|
|
# Done
|
|
|
|
|
2024-05-13 18:18:40 +10:00
|
|
|
* ensure appropriate caching headers are used
|
2024-05-13 17:11:01 +10:00
|
|
|
* remove `internalNavigate`
|
2024-05-10 12:12:04 +10:00
|
|
|
* add tests for main pages returning 200
|
2024-05-10 12:00:44 +10:00
|
|
|
* move `SITE_FUNDGOAL` configuration to `settings.py`
|
2024-05-10 11:27:51 +10:00
|
|
|
* move `sponsors.py` and `sponsors.html` into `supporters` app
|
2024-05-09 22:12:35 +10:00
|
|
|
* use `<detail>` elements for supporter page hidden sections, rather than
|
|
|
|
complex jQuery
|
|
|
|
* remove jQuery
|
2024-05-07 10:46:34 +10:00
|
|
|
* split the template/content files out from `conservancy/static` into their own
|
|
|
|
`content` directory (avoid mixing static and non-static content)
|
2024-03-20 15:45:46 +11:00
|
|
|
* remove `ForceCanonicalHostnameMiddleware` by ensuring canonical redirect and
|
|
|
|
HTTPS redirect is done by Apache
|
2024-03-20 13:29:37 +11:00
|
|
|
* standardise settings to replace `settings.py` and `djangocommonsettings.py`
|
|
|
|
with `settings/prod.py` and move `SECRET_KEY` to an environment variable
|
2024-03-19 22:14:20 +11:00
|
|
|
* migrate to Django 4.2 LTS
|
2024-03-18 17:59:56 +11:00
|
|
|
* review `apache2` directory - may be unused
|
|
|
|
* add deployment script that runs migrations and collects static files
|
2023-10-26 13:24:17 +11:00
|
|
|
* switch `ParameterValidator` to use `SECRET_KEY` if possible to minimize
|
|
|
|
non-standard settings
|
2023-10-26 12:33:29 +11:00
|
|
|
* install staticfiles app
|