Skip to content

Commit

Permalink
chore: fix format and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed May 27, 2024
1 parent a9659ba commit cf26578
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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**:
Expand Down Expand Up @@ -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
- Source URL: https://github.com/eclipse-tractusx/portal-assets
Original file line number Diff line number Diff line change
Expand Up @@ -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
- Source URL: https://github.com/eclipse-tractusx/portal-assets

0 comments on commit cf26578

Please sign in to comment.