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

docs: update decline application #341

Merged
merged 21 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/static/Decline Company Application2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/static/Decline Company Application2.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
## Decline Company Application

While the company application is processing the application validations; the administrator can decline the application whenever wanted.
To decline the application the "Cancel Application" Button is enabled for all applications which did not reach the "CONFIRMED" / "DECLINED" status so far.

To decline the application the "Cancel Application" Button is enabled for all applications which did not reach the "CONFIRMED" / "DECLINED" status so far
(application hasn't been officially approved (CONFIRMED) or rejected (DECLINED) yet).

Here's what to expect after canceling:

• The application status will be updated to reflect the cancellation. (This might take a short moment.)

• You won't receive any further updates about the application.

<br>
<img width="827" alt="image" src="https://raw.githubusercontent.com/eclipse-tractusx/portal-assets/main/docs/static/application-requests-cancel-popup.png">
<img src="https://github.com/eclipse-tractusx/portal-assets/blob/docs/onboardingupdate/docs/static/Decline%20Company%20Application2.png">
<br>
<br>

Expand All @@ -13,6 +21,50 @@ To decline the application the "Cancel Application" Button is enabled for all ap
> The scenario is very unlikely and will get handled in an upcoming release.

<br>

## Customer FAQs:

#### 1. Can I cancel my application after I have submitted it?

No, once you have submitted your application, you cannot cancel it.

#### 2. What happens if my application is cancelled after I have submitted it?

If an operator cancels your application while it is being processed, the status will be updated to reflect the cancellation. You will no longer receive any updates about the application. Please check your email,
including your spam folder, for any notifications regarding the cancellation.

#### 3. How will I know if my application has been cancelled?

You will receive an email notification if your application is canceled. Be sure to check your spam folder if you do not see the email in your inbox. Additionally, you can log in to your account to check the status of
your application.

#### 4. What should I do if my application was cancelled by mistake?

If your application was canceled, you will need to submit a new application. Currently, there is no way to reverse a cancellation.
A new registration invite needs to get triggered by the operator and the registration form needs to get newly filled out.

<br>

## Operator FAQs:

#### 1. Can I cancel an application request after the customer has submitted it for review?

Yes, you can cancel an application as long as its status has not reached "CONFIRMED" or "DECLINED". You can use the "Cancel Application" button to do this.

#### 2. What happens if I cancel an application while it's being processed?

When you cancel an application, its status will be updated to reflect the cancellation. There is a small chance that an activation process running simultaneously might override the cancellation, but this is very
unlikely.

#### 3. How can I be sure that my cancellation request went through?

Currently, there is no confirmation system to notify you if the cancellation was successful. However, the chances of an activation process overriding the cancellation are very low. Check the application status for
confirmation.

#### 4. What if I accidentally cancel a customer's application request?

If you accidentally cancel an application, there is no way to undo it at this time. You will need to create a new invitation to proceed with the application.

<br>

## NOTICE
Expand Down