Update page headers and descriptions #6804
Merged
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.
Update
createPageHeader
method calls in variousPageModContentFactoryImpl
classes to use new header, page header, and description values instead ofpanel.setCaption
andLabelFactory.createHeader
.CommitteeCurrentMembersHistoryPageModContentFactoryImpl.java
LabelFactory.createHeader2Label
withcreatePageHeader
.createPageHeader
call to use "Committee History", "Current Members History", and "Tracks and presents historical data about committee members' participation."panel.setCaption
call.CommitteeDecisionTypeDailySummaryPageModContentFactoryImpl2.java
LabelFactory.createHeader2Label
withcreatePageHeader
.createPageHeader
call to use "Daily Committee Decisions", "Summary of Decision Types", and "Displays a summary of daily committee decision-making activity."panel.setCaption
call.CommitteeDocumentActivityPageModContentFactoryImpl.java
LabelFactory.createHeader2Label
withcreatePageHeader
.createPageHeader
call to use "Committee Documents", "Document Activity Overview", and "Tracks and visualizes the activity associated with committee documents."panel.setCaption
call.CommitteeDocumentHistoryPageModContentFactoryImpl.java
LabelFactory.createHeader2Label
withcreatePageHeader
.createPageHeader
call to use "Document History", "Committee Document History", and "Displays the historical progression of documents managed by committees."panel.setCaption
call.CommitteeMemberHistoryPageModContentFactoryImpl.java
LabelFactory.createHeader2Label
withcreatePageHeader
.createPageHeader
call to use "Member History", "Committee Member Participation History", and "Analyzes and presents participation trends for committee members."panel.setCaption
call.CommitteeOverviewPageModContentFactoryImpl.java
LabelFactory.createHeader2Label
withcreatePageHeader
.createPageHeader
call to use "Committee Overview", "Committee Operations Overview", and "Provides an overview of committee operations for decision-making support."panel.setCaption
call.CommitteePageVisitHistoryPageModContentFactoryImpl.java
createPageHeader
call.createPageHeader
call.panel.setCaption
call.CommitteeRankingAllCommitteesChartsPageModContentFactoryImpl.java
createPageHeader
call.createPageHeader
call.panel.setCaption
call.MinistryCurrentMembersPageModContentFactoryImpl.java
LabelFactory.createHeader2Label
withcreatePageHeader
.createPageHeader
call to use "Ministry Members", "Current Members of Ministry", and "Details the current composition of ministry members."panel.setCaption
call.MinistryDocumentActivityPageModContentFactoryImpl.java
LabelFactory.createHeader2Label
withcreatePageHeader
.createPageHeader
call to use "Ministry Documents", "Document Activity Overview", and "Tracks and visualizes the activity associated with ministry documents."panel.setCaption
call.MinistryDocumentHistoryPageModContentFactoryImpl.java
LabelFactory.createHeader2Label
withcreatePageHeader
.createPageHeader
call to use "Document History", "Ministry Document History", and "Displays the historical progression of documents managed by ministries."panel.setCaption
call.MinistryGovernmentBodiesExpenditureModContentFactoryImpl.java
LabelFactory.createHeader2Label
withcreatePageHeader
.createPageHeader
call to use "Expenditure Analysis", "Government Bodies Expenditure Analysis", and "Provides detailed expenditure data for government bodies under ministries."panel.setCaption
call.For more details, open the Copilot Workspace session.