Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inability to Delete URL in "Register URL for Autosetup" Function on App Subscription Page #793

Closed
jjeroch opened this issue May 15, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@jjeroch
Copy link
Contributor

jjeroch commented May 15, 2024

Description:
We have identified a bug in the "Register URL for Autosetup" function on the App Subscription page. The issue is that the function does not support deleting the registered URL, which is causing inconvenience and limiting the functionality of the application.

Steps to Reproduce:

  1. Navigate to the App Subscription page.
  2. Locate the "RegisterURL" section & click on it
  3. Attempt to delete the registered URL.

Expected Behavior:
The "Register URL for Autosetup" function should provide the option to delete the registered URL, allowing users to remove the URL when necessary.

Actual Behavior:
Currently, there is no option or functionality available to delete the registered URL. This limitation prevents users from removing unnecessary or outdated URLs, hindering the flexibility and usability of the application.



Attachments:
image

@jjeroch jjeroch added the bug Something isn't working label May 15, 2024
@jjeroch jjeroch added this to the Release 24.05 milestone May 15, 2024
@jjeroch jjeroch added this to Portal May 15, 2024
@github-project-automation github-project-automation bot moved this to NEW USER REQUEST in Portal May 15, 2024
@jjeroch jjeroch moved this from NEW USER REQUEST to BACKLOG in Portal May 15, 2024
@nidhigarg-bmw nidhigarg-bmw self-assigned this May 22, 2024
@jjeroch
Copy link
Contributor Author

jjeroch commented May 22, 2024

Attention: I think the endpoint doesnt support empty URL - I was sure it would, but that seems to have been wrong. Need to get fixed from backend side first

@jjeroch
Copy link
Contributor Author

jjeroch commented May 22, 2024

linked backend ticket: eclipse-tractusx/portal-backend#764

@nidhigarg-bmw nidhigarg-bmw moved this from BACKLOG to IN PROGRESS in Portal May 27, 2024
@nidhigarg-bmw nidhigarg-bmw moved this from IN PROGRESS to BACKLOG in Portal May 27, 2024
@nidhigarg-bmw nidhigarg-bmw moved this from BACKLOG to IN PROGRESS in Portal May 28, 2024
@jjeroch
Copy link
Contributor Author

jjeroch commented May 29, 2024

@nidhigarg-bmw I have enhanced the design
https://www.figma.com/design/pcHZWXTQJUguIT75QSk9KW/Portal-Designs?node-id=10726-24432&t=f1ScmxTnG5pYapzp-0

Screen if the user company has an URL configured already, overlay is displayed and no new URL yet entered:

Image

Screen if the user entered a new url:

Image

=> as usual please make sure that the delete button is acting on hover and click
=> when clicking the delete button the empty PUT api call is getting called
=> while running the action the user should not be able to click delete, confirm or cancel
=> while running the action the user should get a load element displayed where previously the delete icon was displayed
=> the url is only removed after we received an success message from the backend
=> if no URL is yet configured display "{empty}" (see design below)
=> please also take over the overlay intro description (can get taken from Figma), overlay title, field headers, etc.

In case no URL is available in the backend:

Image

@nidhigarg-bmw nidhigarg-bmw moved this from IN PROGRESS to IN REVIEW in Portal Jun 4, 2024
@evegufy evegufy closed this as completed Oct 24, 2024
@github-project-automation github-project-automation bot moved this from IN REVIEW to USER READY in Portal Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

3 participants