🎴 Lab Notes Card System Refresh + Card Style Overrides#33
Merged
AdaInTheLab merged 2 commits intomasterfrom Jan 23, 2026
Merged
🎴 Lab Notes Card System Refresh + Card Style Overrides#33AdaInTheLab merged 2 commits intomasterfrom
AdaInTheLab merged 2 commits intomasterfrom
Conversation
- Prefer subtitle → summary → excerpt for primary blurb - Prevent duplicate hover content - Restore hover concept panel structure - Add guest voice visual + metadata support - Harden dept accent bars with safe fallbacks co-authored-by: Lyric <lyric@thehumanpatternlab.com> co-authored-by: Carmel <carmel@thehumanpatternlab.com>
co-authored-by: Lyric <lyric@thehumanpatternlab.com> co-authored-by: Carmel <carmel@thehumanpatternlab.com>
😼✨ Carmel Approval Stamp™🟩 Carmel Approval Stamp™
This automated judgment has been issued by the Chief Judgment Office (CJO). |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
This PR completes a full end-to-end refinement of the Lab Notes card system—spanning schema, admin tooling, API mapping, and front-end presentation—so cards are now designer-intentional, override-aware, and future-proof.
It also resolves several subtle but important gaps where data existed in the DB/admin layer but wasn’t flowing through public views.
✨ What’s New
1. Card Style Overrides (
card_style)card_styleas an optional, presentation-only overridev_lab_notesviewdept/department_idwhen unset2. Subtitle Support (First-Class)
subtitlesummaryexcerpt3. Smarter Card Hover Behavior
4. Guest Voice + Department Styling Harmony
card_style(explicit override)deptdepartment_id5. Admin UX Improvements
🛠️ Fixes & Cleanups
card_stylein public API responses (mapper gap)v_lab_notes🧪 Testing Notes
🧭 Why This Matters
This PR turns Lab Notes cards from “data previews” into intentional narrative surfaces:
Quiet systems, loud clarity. 🌌
Co-Authors
co-authored-by: Lyric lyric@thehumanpatternlab.com
co-authored-by: Carmel carmel@thehumanpatternlab.com