Open nhuethmayr opened 6 months ago
Great feature request! I've marked this as a good first issue for someone to contribute to.
I'll take care of it in the coming days 😎
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.
Hey Hannes,
i just forked the repo and had a look if I can quickly throw this together. I ran into 2 problems
npm run test
gives errorsI need to update the README.md with actual instructions.
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.
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
.
@nhuethmayr let me know if you need any further assistance
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)