Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Filter for manual created/changed annotations #987

Open
lukarade opened this issue Jul 12, 2022 · 1 comment
Open

Filter for manual created/changed annotations #987

lukarade opened this issue Jul 12, 2022 · 1 comment
Labels
enhancement 💡 New feature or request

Comments

@lukarade
Copy link
Contributor

Is your feature request related to a problem?

Right now it is hard to find annotations which were created/changed by a user.

Desired solution

It should be possible to access annotations created/changed by a user via a filter.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

When there are a lot of contributors working on one package it would furthermore be practical to filter by username.

@lukarade lukarade added the enhancement 💡 New feature or request label Jul 12, 2022
@lars-reimann
Copy link
Member

lars-reimann commented Jul 13, 2022

Filters work on API elements rather than annotations. That said, the functionality could still be implemented similarly: We could have a touchedBy:[username] filter to show only elements that the user with the [username] worked on somehow. Alternatively, we could extend the annotations filters themselves and write something like annotation:any(touchedBy:[username]). The latter solution would also allow us to find only elements that have annotations of a specific type that [username] worked on: annotation:@boundary(touchedBy:[username]). The argument list could generally be used to restrict a filter further.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement 💡 New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants