-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update page headers and descriptions (#6804)
Update `createPageHeader` method calls in various `PageModContentFactoryImpl` classes to use new header, page header, and description values instead of `panel.setCaption` and `LabelFactory.createHeader`. * **CommitteeCurrentMembersHistoryPageModContentFactoryImpl.java** - Replace `LabelFactory.createHeader2Label` with `createPageHeader`. - Update `createPageHeader` call to use "Committee History", "Current Members History", and "Tracks and presents historical data about committee members' participation." - Remove `panel.setCaption` call. * **CommitteeDecisionTypeDailySummaryPageModContentFactoryImpl2.java** - Replace `LabelFactory.createHeader2Label` with `createPageHeader`. - Update `createPageHeader` call to use "Daily Committee Decisions", "Summary of Decision Types", and "Displays a summary of daily committee decision-making activity." - Remove `panel.setCaption` call. * **CommitteeDocumentActivityPageModContentFactoryImpl.java** - Replace `LabelFactory.createHeader2Label` with `createPageHeader`. - Update `createPageHeader` call to use "Committee Documents", "Document Activity Overview", and "Tracks and visualizes the activity associated with committee documents." - Remove `panel.setCaption` call. * **CommitteeDocumentHistoryPageModContentFactoryImpl.java** - Replace `LabelFactory.createHeader2Label` with `createPageHeader`. - Update `createPageHeader` call to use "Document History", "Committee Document History", and "Displays the historical progression of documents managed by committees." - Remove `panel.setCaption` call. * **CommitteeMemberHistoryPageModContentFactoryImpl.java** - Replace `LabelFactory.createHeader2Label` with `createPageHeader`. - Update `createPageHeader` call to use "Member History", "Committee Member Participation History", and "Analyzes and presents participation trends for committee members." - Remove `panel.setCaption` call. * **CommitteeOverviewPageModContentFactoryImpl.java** - Replace `LabelFactory.createHeader2Label` with `createPageHeader`. - Update `createPageHeader` call to use "Committee Overview", "Committee Operations Overview", and "Provides an overview of committee operations for decision-making support." - Remove `panel.setCaption` call. * **CommitteePageVisitHistoryPageModContentFactoryImpl.java** - Add `createPageHeader` call. - Use "Committee Visits", "Page Visit History for Committees", and "Tracks user interaction with committee pages for analytical purposes." in `createPageHeader` call. - Remove `panel.setCaption` call. * **CommitteeRankingAllCommitteesChartsPageModContentFactoryImpl.java** - Add `createPageHeader` call. - Use "Committee Rankings", "Ranking of All Committees", and "Provides comparative rankings for committees based on performance or metrics." in `createPageHeader` call. - Remove `panel.setCaption` call. * **MinistryCurrentMembersPageModContentFactoryImpl.java** - Replace `LabelFactory.createHeader2Label` with `createPageHeader`. - Update `createPageHeader` call to use "Ministry Members", "Current Members of Ministry", and "Details the current composition of ministry members." - Remove `panel.setCaption` call. * **MinistryDocumentActivityPageModContentFactoryImpl.java** - Replace `LabelFactory.createHeader2Label` with `createPageHeader`. - Update `createPageHeader` call to use "Ministry Documents", "Document Activity Overview", and "Tracks and visualizes the activity associated with ministry documents." - Remove `panel.setCaption` call. * **MinistryDocumentHistoryPageModContentFactoryImpl.java** - Replace `LabelFactory.createHeader2Label` with `createPageHeader`. - Update `createPageHeader` call to use "Document History", "Ministry Document History", and "Displays the historical progression of documents managed by ministries." - Remove `panel.setCaption` call. * **MinistryGovernmentBodiesExpenditureModContentFactoryImpl.java** - Replace `LabelFactory.createHeader2Label` with `createPageHeader`. - Update `createPageHeader` call to use "Expenditure Analysis", "Government Bodies Expenditure Analysis", and "Provides detailed expenditure data for government bodies under ministries." - Remove `panel.setCaption` call. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Hack23/cia?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information
Showing
12 changed files
with
14 additions
and
41 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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