SF-3747 Allow showing drafted chapters not present in standard translations - #4063
Draft
RaymondLuong3 wants to merge 3 commits into
Draft
SF-3747 Allow showing drafted chapters not present in standard translations#4063RaymondLuong3 wants to merge 3 commits into
RaymondLuong3 wants to merge 3 commits into
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #4063 +/- ##
==========================================
- Coverage 81.03% 81.02% -0.01%
==========================================
Files 661 661
Lines 43105 43118 +13
Branches 7056 7038 -18
==========================================
+ Hits 34929 34938 +9
- Misses 7002 7017 +15
+ Partials 1174 1163 -11 ☔ View full report in Codecov by Harness. |
Contributor
|
✅ No screenshot differences — all stories are identical. View the diff page at: https://pr-4063--sf-screenshot-diffs.netlify.app |
RaymondLuong3
force-pushed
the
feature/sf-3747-draft-chapters
branch
from
August 20, 2026 15:27
833f8ec to
570facb
Compare
RaymondLuong3
marked this pull request as draft
August 20, 2026 15:42
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 will allow projects to show the extra chapters that may be present in a draft that are non-standard. It calculates the draft chapters that are present based on the versification and from what is stored in MongoDB. The editor component listens to the number of chapters returned when the generated draft tab is opened and updates its list of chapters accordingly.
This change is