Skip to content

Conversation

@areibman
Copy link
Owner

@areibman areibman commented Sep 30, 2025

Add team management and selection to author filters for PRs and issues to enable quick filtering by predefined groups.

This feature addresses the common need to filter by recurring groups of authors (e.g., "Frontend Team"). Instead of manually selecting multiple individual authors each time, users can now define and save these groups as "teams" and select them with a single click, significantly improving filtering efficiency and consistency across sessions.


Open in Cursor Open in Web

Co-authored-by: meta.alex.r <meta.alex.r@gmail.com>
@cursor
Copy link

cursor bot commented Sep 30, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

onTeamSelect?: (teamId: string) => void;
className?: string;
}

Copy link
Owner Author

Choose a reason for hiding this comment

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

test

@@ -0,0 +1,159 @@
# Teams Feature Documentation
Copy link
Owner Author

Choose a reason for hiding this comment

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

test

Copy link
Owner Author

Choose a reason for hiding this comment

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

New change

Copy link
Owner Author

Choose a reason for hiding this comment

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

new change 2


## Overview
The Teams feature allows users to pre-save combinations of authors that can be quickly selected from the author filter dropdown. This is particularly useful for filtering PRs and issues by commonly used groups like frontend team, backend team, or specific reviewer groups.

Copy link
Owner Author

Choose a reason for hiding this comment

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

test2

The Teams feature allows users to pre-save combinations of authors that can be quickly selected from the author filter dropdown. This is particularly useful for filtering PRs and issues by commonly used groups like frontend team, backend team, or specific reviewer groups.

## Features

Copy link
Owner Author

Choose a reason for hiding this comment

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

Fresh reload comment

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.

3 participants