Skip to content

feat: implement reach/impact/effort priority methodology #2615

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

Merged
merged 5 commits into from
Jul 31, 2025

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Jul 24, 2025

Replaces the simple priority calculation with a new reach/impact/effort methodology as specified in the project roadmap.

Priority Formula: Priority Score = (Reach × Impact) / Effort

Label Mappings:

  • Reach: reach:high (100), reach:medium (75), reach:low (50)
  • Impact: impact:high (200), impact:medium (137.5), impact:low (75)
  • Effort: effort:high (10), effort:medium (5), effort:low (2)

Includes fallback logic for missing labels to ensure calculation never fails.

Fixes #2614.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
354 349 0 3 2
Test Changes Summary ⏭️2

⏭️ Skipped Tests (2)

  1. Scroll to row, get shareable link, navigate to URL and verify row is scrolled into view (tenant/diagnostics/tabs/queries.test.ts)
  2. Copy result button copies to clipboard (tenant/queryEditor/queryEditor.test.ts)

Bundle Size: ✅

Current: 85.35 MB | Main: 85.35 MB
Diff: 0.00 KB (0.00%)

✅ Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

@Copilot Copilot AI changed the title [WIP] rework estimating github action according to estimation mathodology Rework priority estimation GitHub action according to reach/impact/effort methodology Jul 24, 2025
@Copilot Copilot AI requested a review from antonkovalenko July 24, 2025 11:25
Copilot finished work on behalf of antonkovalenko July 24, 2025 11:25
@adameat
Copy link
Member

adameat commented Jul 31, 2025

remove tests file, rename PR according to commitLint rules, reduce PR description to minimum

Replace simple priority calculation with reach/impact/effort formula.
Fixes #2614.

Co-authored-by: adameat <[email protected]>
Copy link
Contributor Author

Copilot AI commented Jul 31, 2025

remove tests file, rename PR according to commitLint rules, reduce PR description to minimum

Done:

  • ✅ Removed tests file (priority-estimation-tests.md)
  • ✅ Updated PR title to follow conventional commit format: "feat: implement reach/impact/effort priority methodology"
  • ✅ Reduced PR description to minimum essentials

Commit: ad30a3e

@Copilot Copilot AI changed the title Rework priority estimation GitHub action according to reach/impact/effort methodology feat: implement reach/impact/effort priority methodology Jul 31, 2025
@Copilot Copilot AI requested a review from adameat July 31, 2025 16:25
Copilot finished work on behalf of adameat July 31, 2025 16:25
@adameat adameat requested a review from Copilot July 31, 2025 16:29
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements a new priority scoring methodology for GitHub issues, replacing the simple priority labels with a reach/impact/effort formula. The new system calculates priority scores using (Reach × Impact) / Effort where each component has specific label mappings and numeric weights.

Key changes:

  • Replaces simple priority labels with reach/impact/effort calculation methodology
  • Implements fallback logic for missing labels to prevent calculation failures
  • Adds detailed logging for priority calculation transparency

@adameat adameat marked this pull request as ready for review July 31, 2025 16:31
@adameat adameat enabled auto-merge July 31, 2025 16:36
@adameat adameat added this pull request to the merge queue Jul 31, 2025
Merged via the queue into main with commit 6adb6d7 Jul 31, 2025
8 checks passed
@adameat adameat deleted the copilot/fix-2614 branch July 31, 2025 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rework estimating github action according to estimation mathodology
4 participants