veetmoradiya3628 commented on issue #8418: URL: https://github.com/apache/incubator-devlake/issues/8418#issuecomment-2871259967
Hi @klesh Yes I'm working on it, going through code and structure, i have below 2 designs in mind. 1. One way: They pick the connections they want gone, then hit a "delete" button. A little window pops up showing how each one is doing as it gets deleted. Thing I'm wondering about: If one of them fails to delete, should I just ignore it and keep going? Also, if something else is happening (like a pipeline running), we can't let them delete anything. What's the best way to tell them that? 2. Another way: The user picks the connections, and then we tell the system to delete them all in one go. Thing I'm wondering about here: If deleting a lot of connections takes a while, the system might time out. How do we stop that from happening? Also, if some of the chosen connections don't get deleted, how do we let the user know which ones? can you please provide your input which and how to go about it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org