diff --git a/docs/developer/01. Registration/06. Decline Registration/01. Decline Registration.md b/docs/developer/01. Registration/06. Decline Registration/01. Decline Registration.md index afe9ada9f..8fd1ed9ae 100644 --- a/docs/developer/01. Registration/06. Decline Registration/01. Decline Registration.md +++ b/docs/developer/01. Registration/06. Decline Registration/01. Decline Registration.md @@ -19,6 +19,7 @@ When a user receives an invitation email, a "decline" hyperlink is included. Cli 2. **Content Display**: The displayed description on this page must include the company name, the user's name, and all linked usernames of the company. 3. **Page Accessibility**: The page should only be displayed if the company registration is in any of the following states: + - `CREATED` - `ADD_COMPANY_DATA` - `INVITE_USER` @@ -29,10 +30,12 @@ When a user receives an invitation email, a "decline" hyperlink is included. Cli If the registration does not meet these prerequisites, the alternative flow described in "In case the registration pre-requisite is not fulfilled" should be followed. 4. **Account Deletion**: + - Upon clicking "delete my company", the endpoint `xxxx` (implemented as part of CPLP-3548) is called. - While the endpoint is processing, the "delete my company" button shows a loading element and cannot be retriggered by the user. 5. **Deletion Success**: + - If the endpoint responds with success, a confirmation screen is shown to the user (refer to the provided screenshot). 6. **Deletion Error**: @@ -115,4 +118,4 @@ This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LIC - SPDX-License-Identifier: Apache-2.0 - SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation -- Source URL: https://github.com/eclipse-tractusx/portal-assets \ No newline at end of file +- Source URL: https://github.com/eclipse-tractusx/portal-assets diff --git a/docs/user/01. Onboarding/04. OSP/01. Oboarding with an OSP.md b/docs/user/01. Onboarding/04. OSP/01. Onboarding with an OSP.md similarity index 100% rename from docs/user/01. Onboarding/04. OSP/01. Oboarding with an OSP.md rename to docs/user/01. Onboarding/04. OSP/01. Onboarding with an OSP.md diff --git a/docs/user/01. Onboarding/05. Decline Registration/01. Decline Registration.md b/docs/user/01. Onboarding/05. Decline Registration/01. Decline Registration.md index 13f469903..9de924169 100644 --- a/docs/user/01. Onboarding/05. Decline Registration/01. Decline Registration.md +++ b/docs/user/01. Onboarding/05. Decline Registration/01. Decline Registration.md @@ -43,4 +43,4 @@ This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LIC - SPDX-License-Identifier: Apache-2.0 - SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation -- Source URL: https://github.com/eclipse-tractusx/portal-assets \ No newline at end of file +- Source URL: https://github.com/eclipse-tractusx/portal-assets