structure book issues - #507
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #507 +/- ##
==========================================
+ Coverage 81.38% 81.48% +0.10%
==========================================
Files 69 69
Lines 4308 4365 +57
Branches 509 511 +2
==========================================
+ Hits 3506 3557 +51
- Misses 640 645 +5
- Partials 162 163 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
benoit74
requested changes
Sep 10, 2026
elfkuzco
force-pushed
the
structure-book-issues
branch
from
September 10, 2026 12:42
d7a8c80 to
acd394d
Compare
elfkuzco
force-pushed
the
structure-book-issues
branch
from
September 10, 2026 12:44
acd394d to
8569905
Compare
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.
Rationale
This PR enhances the issues detailed content by giving them a shape with details filled instead of generating the message on the backend. This allows the frontend to customize the message as they see fit
Changes
get_book_metadataandget_book_title_metadataThis closes #480
This closes #475