mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-01-25 23:50:14 -06:00
- Implemented a new recommendation system in `app/util/recommendations.py` to fetch popular, recently requested, and personalized books for users. - Updated `app/routers/search.py` to retrieve recommendations when no search term is provided and to handle redirection to the homepage. - Enhanced `templates/root.html` to display various categories of recommendations, including popular, trending, and personalized suggestions. - Modified `templates/search.html` to show recommendations when no search term is entered, improving user experience. - Created a reusable book card component in `templates/components/book_card.html` for displaying book information consistently across different sections.