-
Notifications
You must be signed in to change notification settings - Fork 46
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 text constants for consistency #7221
Open
pethers
wants to merge
4
commits into
master
Choose a base branch
from
pethers/update-constants
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Update text constant values to ensure consistency with political analysis style. * **MenuItemAdminConstants.java** - Update `ADMIN_TEXT` to "System Administration Analysis" - Update `AGENT_OPERATIONS_TEXT` to "Data Collection Metrics" - Update `APPLICATION` to "Platform Metrics" * **MenuItemCommitteeConstants.java** - Update `COMMITTEE_RANKING_TEXT` to "Committee Impact Metrics" - Update `COMMITTEE_ROLES` to "Committee Power Metrics" - Update `COMMITTEES_LINK_TEXT` to "Legislative Committees Analysis" * **MenuItemCountryConstants.java** - Update `COUNTRY` to "National Metrics" - Update `COUNTRY_RANKING_TEXT` to "Governance Metrics" - Update `COUNTRY_OVERVIEW_TEXT` to "National Metrics Overview" * **MenuItemDecisionConstants.java** - Update `DECISION_FLOW` to "Legislative Metrics Analysis" - Update `DECISION_ACTIVITY_BY_TYPE` to "Legislative Activity Metrics" - Update `DECISION_ACTIVITY_DESCRIPTION` to "Analysis of legislative metrics patterns and trends" * **MenuItemDocumentConstants.java** - Update `DOCUMENT` to "Legislative Document Metrics" - Update `DOCUMENTS` to "Policy Archive Metrics" - Update `DOCUMENT_DETAILS` to "Document Metrics Analysis" * **MenuItemGovernmentConstants.java** - Update `GOVERNMENT_BODY_RANKING` to "Government Body Metrics" - Update `GOVERNMENT_BODIES` to "Government Bodies Metrics" - Update `GOVERNMENT_OUTCOME` to "Policy Outcomes Metrics" * **MenuItemLeadershipConstants.java** - Update `CURRENT_LEADERS` to "Leadership Metrics" - Update `CURRENT_LEADERS_DESCRIPTION` to "Analysis of current political leadership metrics" - Update `LEADER_HISTORY` to "Leadership Tenure Metrics" * **MenuItemMinistryConstants.java** - Update `MINISTRIES_LINK_TEXT` to "Executive Departments Metrics" - Update `MINISTRY_RANKING` to "Ministry Impact Metrics" - Update `MINISTRY_RANKING_DESCRIPTION` to "Analysis of ministerial policy metrics and outcomes" * **MenuItemNavigationConstants.java** - Update `DASHBOARD` to "Analysis Metrics Dashboard" - Update `MAIN` to "Core Metrics Analysis" - Update `START_TEXT` to "Metrics Analysis Portal" * **MenuItemPageVisitConstants.java** - Update `PAGE_VISIT_HISTORY_TEXT` to "Engagement Metrics Analysis" - Update `DESC_PAGE_VISIT_HISTORY` to "Analysis of stakeholder engagement metrics patterns" - Update `MINISTRY_PAGE_VISIT_HISTORY_TEXT` to "Ministry Engagement Metrics Analysis" * **MenuItemParliamentConstants.java** - Update `PARLIAMENT_RANKING_TEXT` to "Legislative Metrics Analysis" - Update `PARLIAMENT_RANKING_LINK_TEXT` to "Parliamentary Metrics Analysis" - Update `PARLIAMENT_RANKING_DESCRIPTION` to "Analysis of legislative metrics and policy impact" * **MenuItemPartyConstants.java** - Update `PARTY_WON_DAILY_SUMMARY_CHART` to "Legislative Success Metrics" - Update `PARTY_WINNER` to "Party Success Metrics" - Update `PARTY_GENDER` to "Gender Metrics Analysis" * **MenuItemPoliticianConstants.java** - Update `POLITICIAN_RANKING` to "Politician Metrics" - Update `POLITICIAN_RANKING_DESCRIPTION` to "Quantitative analysis of individual legislative metrics" - Update `POLITICIANS_DESCRIPTION` to "Comprehensive analysis of parliamentary metrics" --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Hack23/cia?shareId=XXXX-XXXX-XXXX-XXXX).
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure 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
Scanned Files |
* Change `MANAGEMENT` to "System Administration" in `MenuItemAdminConstants.java` * Change `COMMITTEES_LINK_TEXT` to "Committee Analysis" in `MenuItemCommitteeConstants.java` * Change `SWEDEN_DASHBOARD` to "National Analysis Dashboard" in `MenuItemCountryConstants.java` * Change `USER_HOME` to "User Analysis Dashboard" in `MenuItemUserConstants.java` * Change `MAIN` to "Core Analysis Portal" and `START_TEXT` to "Analysis Portal Home" in `MenuItemConstants.java`
* Change `ADMIN_TEXT` value from "System Administration Analysis" to "System Administration"
|
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.
Update text constant values to ensure consistency with political analysis style.
MenuItemAdminConstants.java
ADMIN_TEXT
to "System Administration Analysis"AGENT_OPERATIONS_TEXT
to "Data Collection Metrics"APPLICATION
to "Platform Metrics"MenuItemCommitteeConstants.java
COMMITTEE_RANKING_TEXT
to "Committee Impact Metrics"COMMITTEE_ROLES
to "Committee Power Metrics"COMMITTEES_LINK_TEXT
to "Legislative Committees Analysis"MenuItemCountryConstants.java
COUNTRY
to "National Metrics"COUNTRY_RANKING_TEXT
to "Governance Metrics"COUNTRY_OVERVIEW_TEXT
to "National Metrics Overview"MenuItemDecisionConstants.java
DECISION_FLOW
to "Legislative Metrics Analysis"DECISION_ACTIVITY_BY_TYPE
to "Legislative Activity Metrics"DECISION_ACTIVITY_DESCRIPTION
to "Analysis of legislative metrics patterns and trends"MenuItemDocumentConstants.java
DOCUMENT
to "Legislative Document Metrics"DOCUMENTS
to "Policy Archive Metrics"DOCUMENT_DETAILS
to "Document Metrics Analysis"MenuItemGovernmentConstants.java
GOVERNMENT_BODY_RANKING
to "Government Body Metrics"GOVERNMENT_BODIES
to "Government Bodies Metrics"GOVERNMENT_OUTCOME
to "Policy Outcomes Metrics"MenuItemLeadershipConstants.java
CURRENT_LEADERS
to "Leadership Metrics"CURRENT_LEADERS_DESCRIPTION
to "Analysis of current political leadership metrics"LEADER_HISTORY
to "Leadership Tenure Metrics"MenuItemMinistryConstants.java
MINISTRIES_LINK_TEXT
to "Executive Departments Metrics"MINISTRY_RANKING
to "Ministry Impact Metrics"MINISTRY_RANKING_DESCRIPTION
to "Analysis of ministerial policy metrics and outcomes"MenuItemNavigationConstants.java
DASHBOARD
to "Analysis Metrics Dashboard"MAIN
to "Core Metrics Analysis"START_TEXT
to "Metrics Analysis Portal"MenuItemPageVisitConstants.java
PAGE_VISIT_HISTORY_TEXT
to "Engagement Metrics Analysis"DESC_PAGE_VISIT_HISTORY
to "Analysis of stakeholder engagement metrics patterns"MINISTRY_PAGE_VISIT_HISTORY_TEXT
to "Ministry Engagement Metrics Analysis"MenuItemParliamentConstants.java
PARLIAMENT_RANKING_TEXT
to "Legislative Metrics Analysis"PARLIAMENT_RANKING_LINK_TEXT
to "Parliamentary Metrics Analysis"PARLIAMENT_RANKING_DESCRIPTION
to "Analysis of legislative metrics and policy impact"MenuItemPartyConstants.java
PARTY_WON_DAILY_SUMMARY_CHART
to "Legislative Success Metrics"PARTY_WINNER
to "Party Success Metrics"PARTY_GENDER
to "Gender Metrics Analysis"MenuItemPoliticianConstants.java
POLITICIAN_RANKING
to "Politician Metrics"POLITICIAN_RANKING_DESCRIPTION
to "Quantitative analysis of individual legislative metrics"POLITICIANS_DESCRIPTION
to "Comprehensive analysis of parliamentary metrics"For more details, open the Copilot Workspace session.