bcgov / entity

ServiceBC Registry Team working on Legal Entities
Apache License 2.0
23 stars 59 forks source link

Auth Web MBR: When the user deletes an IA from the MBR list then the application shows a delayed response in completing the action. #24612

Open riyazuddinsyed opened 10 hours ago

riyazuddinsyed commented 10 hours ago

Describe the bug in the current situation When the user deletes a draft IA from the MBR dashboard, the UI responds slowly to complete the action, keeping the app in a no-response state and allowing the user to click the button twice or repeat the action.

Steps to reproduce the behavior:

  1. Go to 'https://test.account.bcregistry.gov.bc.ca/'
  2. Search for a draft IA
  3. Try to delete the draft
  4. Notice that the application has no action response and the user can click the button twice.
  5. While in the back end, the first action is already being performed.

Screenshots/ Visual Reference/ Source

Private Zenhub Video

severinbeauvais commented 10 hours ago

I believe what's happening is that there's a delay in the API response, and there is no busy-waiting indication (eg, spinner).

The old MBR is deprecated. This should be fixed in the new Business Registry Dashboard.