hanneswidrig / azure-devops-pull-request-center

A centralized location for your DevOps Pull Requests
https://marketplace.visualstudio.com/items?itemName=hannes-widrig.pull-request-center
MIT License
8 stars 2 forks source link

Support setting filters via URL params #27

Open nhuethmayr opened 6 months ago

nhuethmayr commented 6 months ago

It would be quite nice if I could set the various filter params via an URL param. That way I can bookmark the list of PRs I have currently open (among other things) image

hanneswidrig commented 6 months ago

Great feature request! I've marked this as a good first issue for someone to contribute to.

nhuethmayr commented 6 months ago

I'll take care of it in the coming days 😎

hanneswidrig commented 6 months ago

Awesome! I haven't worked with Azure Dev Ops since 2021, which has made it hard to identify issues and improve this extension.

I know it's using React v17 and CRA v5, which is obsolete now.

nhuethmayr commented 6 months ago

Hey Hannes,

i just forked the repo and had a look if I can quickly throw this together. I ran into 2 problems

hanneswidrig commented 6 months ago

I need to update the README.md with actual instructions.

  1. npm run test does return with one failing test, you're correct, I wouldn't worry about them, as they are mostly related to business logic living outside the components.

  2. npm run start will run the application locally, however to actually "run the project locally", you have to add the generated dev version of the extension to your ADO instance. You can generate the package with npm run package-dev.

hanneswidrig commented 6 months ago

@nhuethmayr let me know if you need any further assistance