Skip to content

Fix home page book display issues#18

Merged
RespectMathias merged 34 commits intomainfrom
feature/fix-book-display
May 22, 2025
Merged

Fix home page book display issues#18
RespectMathias merged 34 commits intomainfrom
feature/fix-book-display

Conversation

@GiGwebs
Copy link
Copy Markdown
Contributor

@GiGwebs GiGwebs commented May 22, 2025

  • Fixed book ratings to show varied values instead of all 5.0
  • Resolved duplicate books issue with unique book ID tracking
  • Improved title display with two-line height for better readability
  • Enhanced score calculation with better date handling and ID variation
  • Made recency calculation more robust for different date formats

These changes ensure the home page accurately reflects book data while maintaining a clean, consistent UI with TailwindCSS and DaisyUI.

RespectMathias and others added 11 commits May 13, 2025 13:18
Fixed that runserver did not work with activate, so calling executable directly
Added:
- Automatic csv download.
- Using django from venv
Fixed:
- Proper utilization of -c in subprocess e.g. as a string array
- Fixed book ratings to show varied values instead of all 5.0
- Resolved duplicate books issue with unique book ID tracking
- Improved title display with two-line height for better readability
- Enhanced score calculation with better date handling and ID variation
- Made recency calculation more robust for different date formats

These changes ensure the home page accurately reflects book data
while maintaining a clean, consistent UI with TailwindCSS and DaisyUI.
@GiGwebs GiGwebs requested a review from RespectMathias May 22, 2025 05:53
RespectMathias and others added 18 commits May 22, 2025 16:07
Fixed that runserver did not work with activate, so calling executable directly
Added:
- Automatic csv download.
- Using django from venv
Fixed:
- Proper utilization of -c in subprocess e.g. as a string array
Added:
- Rebased with main
- Fixed login related pages by properly using django.contrib.auth
- Additional pages
Fixed:
- Readded Wasi's styling
Added:
- Admin panel button for superusers so you don't need to navigate via url
Added:
- bfs unit tests
- cbf unit tests
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Fixed:
- Crossplatform paths
- Book ids instead of titles to get instances for cbf
- print into comment because we don't need to log this since it will get returned empty
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
RespectMathias and others added 5 commits May 22, 2025 18:27
- Fixed book ratings to show varied values instead of all 5.0
- Resolved duplicate books issue with unique book ID tracking
- Improved title display with two-line height for better readability
- Enhanced score calculation with better date handling and ID variation
- Made recency calculation more robust for different date formats

These changes ensure the home page accurately reflects book data
while maintaining a clean, consistent UI with TailwindCSS and DaisyUI.
Fixed:
- Undo top-k changes and instead fix the issue at its source, the duplicate data from the csv
undo top k (Which i did but git sucks)
Copy link
Copy Markdown
Contributor

@RespectMathias RespectMathias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rebased to be up to date with main. Fixed duplicate data from import. And kept your changes to the index page. Undone changes to top-k since issue was data import.

@RespectMathias RespectMathias merged commit 01616da into main May 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants