ADD README todos

This commit is contained in:
Esa Kataja
2025-05-05 16:17:47 +03:00
parent 32eda86f4f
commit 29b3ba9192
+5
View File
@@ -217,6 +217,10 @@ Automated tests are not implemented at this time. Manual testing via the API doc
* **Static Files:** The production deployment **must** include configuring the web server (like Nginx running as a reverse proxy or alongside) to efficiently serve the static files (avatars) from their directory (e.g., `/var/www/html/static/avatars` or similar) under the expected URL path (e.g., `/static/avatars/`). This is more performant than serving via Python in production. * **Static Files:** The production deployment **must** include configuring the web server (like Nginx running as a reverse proxy or alongside) to efficiently serve the static files (avatars) from their directory (e.g., `/var/www/html/static/avatars` or similar) under the expected URL path (e.g., `/static/avatars/`). This is more performant than serving via Python in production.
* **Source Code:** The container build process needs to ensure the `src` directory contents are correctly copied into the container image. * **Source Code:** The container build process needs to ensure the `src` directory contents are correctly copied into the container image.
## TODOs
* [ ] Replace password hashing with passlib
## Contributing ## Contributing
This is primarily a personal project. Contributions are generally not expected. If you find a bug, feel free to open an issue in the repository. This is primarily a personal project. Contributions are generally not expected. If you find a bug, feel free to open an issue in the repository.
@@ -224,3 +228,4 @@ This is primarily a personal project. Contributions are generally not expected.
## License ## License
This project is licensed under the **MIT License**. See the `LICENSE` file for details. This project is licensed under the **MIT License**. See the `LICENSE` file for details.