Update content, CSS and assets for TB guide#160
Open
sande11 wants to merge 2 commits intocrash-fixesfrom
Open
Conversation
Multiple content and UI fixes across the app: updated chapter and section titles, copy edits, typo fixes and clarified wording in many HTML pages (including epidemiology references and tables). CSS tweaks to improve layout and tooltip visibility (header flex, table layout, white-space, animation, sizing, and z-index adjustments) and removal of obsolete tooltip overrides. Data updates to chapter.json and chart.json (chart title changes and a new figure entry) and added a diagnostic image asset. Also updated Kotlin DB/UI files (ChartDao, ChartAndSubChapter, MainFragment) and root_preferences.xml to reflect these changes.
Add BuildConfig field DYNAMIC_LINK_DOMAIN for debug and release and update BodyFragment to use it when building Firebase dynamic links (replace hardcoded DOMAIN_LINK). Also make multiple content corrections across assets: prefix chart title with "Figure 1:", change 'Children less than 5 years' to 'Children less than 6 years' in two tables, hyphenate 'Drug-Susceptible' in a table title, clarify ART timing tooltip text for TB meningitis to require TB meningitis under control and at least two weeks of anti-TB treatment, and update pregnancy/PZA wording and minimum therapy duration for drug-susceptible TB. These are documentation/text fixes and a small runtime config change for dynamic links.
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 pull request mainly focuses on updating chapter and section titles across several HTML and JSON files to improve clarity and consistency, as well as refining CSS styles for improved UI presentation and accessibility. The changes include renaming chapters to emphasize "prevention and control," updating terminology, adding a new chart entry, and making various CSS adjustments for tables, tooltips, and layout.
Chapter and Section Title Updates:
chapter.jsonand corresponding HTML files from "TB Infection Control: Hospital Isolation Procedures" to "TB Infection Prevention and Control in Healthcare Facilities" for clarity and alignment with current terminology. [1] [2] [3] [4] [5] [6]chapter.jsonto more inclusive language: "Alternative Housing Program for Persons with TB Experiencing Homelessness in Georgia".Content and Terminology Refinements:
chart.json. [1] [2]CSS and UI Enhancements:
z-index), and text wrapping to improve UI consistency and accessibility. [1] [2] [3] [4] [5]Content Structure Adjustment:
11_community_tuberculosis_control__c__tb_case_definitions_for_public_health_surveillance.html.Multiple content and UI fixes across the app: updated chapter and section titles, copy edits, typo fixes and clarified wording in many HTML pages (including epidemiology references and tables). CSS tweaks to improve layout and tooltip visibility (header flex, table layout, white-space, animation, sizing, and z-index adjustments) and removal of obsolete tooltip overrides. Data updates to chapter.json and chart.json (chart title changes and a new figure entry) and added a diagnostic image asset. Also updated Kotlin DB/UI files (ChartDao, ChartAndSubChapter, MainFragment) and root_preferences.xml to reflect these changes.