andrew-codes / forecast-work-oss

Forecast work timelines with confidence levels using historical data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensure ADO connection information is valid

andrew-codes opened this issue · comments

As a user, I want to be able to verify my entered ADO connection information is valid and can successfully connect and interact with ADO.

Given I have entered valid connection information, when I click the test button, then my connection information is used to attempt to interact with ADO and an indication of success is provided to the user.

Given I have entered invalid connection information, when I click the test button, then my connection information is used to attempt to interact with ADO and an indication of failure is provided to the user.