Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update page headers and descriptions #6804

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Conversation

pethers
Copy link
Member

@pethers pethers commented Dec 9, 2024

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.

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).
Copy link

github-actions bot commented Dec 9, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 892e2e2.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

@pethers pethers merged commit 6a41e1a into master Dec 9, 2024
5 checks passed
@pethers pethers deleted the pethers/update-page-headers branch December 9, 2024 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant