Comparative tweaks: 50/50 profile row, stacked legend, drop caveat - #141
Merged
Conversation
…veat - Dashboard: put the profile-status box and the "Update Bibliotype" box side by side, each 50% width on desktop (still stack on mobile). - Number line: legend now always stacks one item per line (flex-col) so it reads top-to-bottom on every card, instead of wrapping unevenly. - Reading-pace poster: drop the "* Based on books with a recorded finish date…" footnote — that caveat is already covered on the methodology page (#books-per-year).
vanajmoorthy
added a commit
that referenced
this pull request
Aug 1, 2026
) Replace the short scratch TODO list with a comprehensive, current backlog sourced from docs/plans, docs/handoffs, GENRES.md, SCALING.md, scaling-implementation-plan.md, ARCHITECTURE.md, code, and in-flight work. New/updated coverage: - Comparative/controversial redesign marked shipped (#140/#141); only the global-averages-from-community recompute remains as residual. - Genre: GENRES.md §8 simplifications (poetry→fiction, ambiguous→fiction default in DB, StoryGraph Tags unparsed); ~35% zero-genre coverage gap; pending VPS `enrich_books --process-all` re-enrich. - Reader type: retirement verdict pending, Series Slayer unearnable on StoryGraph, permanent anonymized-vocab, percentile scoring future. - New sections: Scaling/perf/infra (entire scaling plan unapplied, GB 10k/day quota ceiling, single Celery worker, deploy migration race); Security & auth follow-ups (US-017 enumeration, US-024 double-dispatch, is_public default posture, settings-modal cache lag). - Recommendations: legacy min_overlap_pct cleanup (recommendations.py:103), 0.40 threshold tuning. - UI: share cards left at text-[10px]/text-xs (fixed-canvas PNGs); neo-3d bevel follow-ups. - Enrichment cache-expiry verification; cleanup: EXCLUDED_GENRES dedup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up polish on the comparative/controversial redesign (#140), per feedback.
md:flex-row+md:w-1/2), stacking on mobile as before.flex-col) so it reads top-to-bottom on every card, instead of wrapping unevenly (e.g. 2 items on one line, 1 on the next). Still sorted left→right to match marker positions; World Avg still the source link.#books-per-year), so the poster stays clean.Verification
test_number_line(28 tests) passes; no test referenced the removed footnote or the dashboard boxes.pnpm run buildsucceeds;md:w-1/2,md:flex-row,md:items-stretchland inoutput.css.number_line.html/comparative_analytics_card.htmlformatted with prettier (dashboard.htmlisn't prettier-parseable due to a pre-existing inline-script Django tag).