edgafner / dorkag

Issue Tracker repository for all Dorkag plugins
Other
5 stars 0 forks source link

[FEATURE]: Ability to filter viewed files #95

Open Crimix opened 1 month ago

Crimix commented 1 month ago

Is your feature request related to a problem? Please describe. I was surprised that there is not way to filter the changes to only show what is missing to be viewed.

Describe the solution you'd like I would like there to be an option to filter viewed changes away, such that I can view only the unviewed changes

Jonatha1983 commented 1 month ago

Hi again @Crimix

In the Azure DevOps settings, you should be able to see this checkbox: image

Although it does not filter the viewed/non-viewed files, it marks those not viewed with a blue dot. This is the same behavior that jetbrains provides for their GitHub and GitLab plugins.

Please note that this is not in sync with what you reviewed in the Azure DevOps portal because the Azure DevOps rest API doesn't expose an endpoint for getting this data.

When enabled, once you open a Diff file in a PR, it will be automatically marked as reviewed. If you prefer, you can keep it disabled and manually mark a file as reviewed or non-reviewed with a right click.

Crimix commented 1 month ago

Thanks for that info The feature request here is to be able to filter the view to only show the files missing to be viewed

devployment commented 3 weeks ago

For my understanding, and what I am missing as well, AZD should have the feature to not show files "marked as viewed". Resembling the filter in DevOps itself.

Seems like files can be marked as viewed in AZD. But there is no way to hide them from the AZD file overview.

That being said. Please add this quite important feature.

image

Jonatha1983 commented 3 weeks ago

@devployment Yes I understood the request same as you.

I ll see if JetBrains's roadmap contains such a feature for GitHub and gitlab - if yes it will wait for their implementation.

If not will have to come out with something just for azd.

There are more filtering files, and search text missing related to this part of the plugin that would be really nice to have, such as searching for a text in the pr files, or filtering based on partial file name...