savvato-software / tribe-app-frontend

4 stars 20 forks source link

Frontend - Connect: Detail Connection: Remove Connection #115

Open mrsbluerose opened 1 month ago

mrsbluerose commented 1 month ago

On the Detail Connection page, there will be a button to Remove Connection. Clicking it should display a modal dialog asking the user are they SURE they want to remove this connection. If they click yes, it should call the backend to remove the connection. Once successful, it should go back to the List of Connections page.

Imported from Jira: https://mockprogrammingjob.atlassian.net/browse/TRIB-104?atlOrigin=eyJpIjoiM2EyOGRjZTNlNDllNGI0ZGE2OWE4OTNiMzcyNzE3ZmEiLCJwIjoiaiJ9

Jira child issues still listed as todo: TRIB-264 Call the backend to remove the connection (Jira) TRIB-265 Navigate back to the List of Connections page. (Jira)

haxwell commented 3 weeks ago

Update:

The Remove button is in place, and clicking it pops up an alert dialog.

Still to be done:

Call the backend to remove the selected connection (DELETE /api/connect) Returning to the list of connections