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

Improve Assignee selection for issues / pr #6978

Closed
2 of 7 tasks
sebastian-sauer opened this issue May 18, 2019 · 3 comments
Closed
2 of 7 tasks

Improve Assignee selection for issues / pr #6978

sebastian-sauer opened this issue May 18, 2019 · 3 comments
Labels
type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@sebastian-sauer
Copy link
Contributor

  • Gitea version (or commit ref): 1.8
  • Git version: n/a
  • Operating system: n/a
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

Currently the assignee selection for issues / pull requests is not searchable. When working in a large organisation with large teams it can be annoying to select the assignee of an issue.

I'd propose to make the current list searchable.

Open questions:

  • Is there a reason why this is not searchable?
  • Should the milestone list be searchable too?
  • Same for Labels?

I already did a first version of the filter for assignees.

Any feedback is much appreciated and if we agree on the open questions i'd be happy to create a PR for this UI enhancement.

Please see a screenshot below of the filterable assignee list (needed code changes are only inside the templates)

Screenshots

image

@lunny lunny added the type/proposal The new feature has not been accepted yet but needs to be discussed first. label May 18, 2019
@rlogiacco
Copy link

In my case this would be not usable unless the search facility operate both on username and other fields like email, first name and last name... @lunny is this what you intend as well or do we have a different approach?

@lunny
Copy link
Member

lunny commented Jul 19, 2019

I think we could search both username and full name. We have a page to do that on organization team settings.

@noerw
Copy link
Member

noerw commented Apr 1, 2022

this is implemented by now

@noerw noerw closed this as completed Apr 1, 2022
@go-gitea go-gitea locked and limited conversation to collaborators Apr 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

No branches or pull requests

4 participants