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

🚀 Feature: Add extra confirmation when deleting an organization #6961

Open
2 tasks done
stnguyen90 opened this issue Oct 19, 2023 · 4 comments
Open
2 tasks done

🚀 Feature: Add extra confirmation when deleting an organization #6961

stnguyen90 opened this issue Oct 19, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request product / console Console, UI and UX issues

Comments

@stnguyen90
Copy link
Contributor

🔖 Feature description

When deleting a project, there is an input that requires you to input something before continuing:

Screen Shot 2023-10-19 at 12 59 47 PM

This should be done for organizations too because deleting an organization will delete all projects in it. RIght now, there is only:

Screen Shot 2023-10-19 at 12 58 26 PM

🎤 Pitch

These input confirmations are a helpful way to prevent people from accidentally doing something irreversibly destructive.

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@stnguyen90 stnguyen90 added feature product / console Console, UI and UX issues labels Oct 19, 2023
@Aadish1233
Copy link

Hey please assign me this issue

@stnguyen90
Copy link
Contributor Author

@Aadish1233, thanks for your interest. To contribute, please look for issues labeled with "good first issue" or "help wanted".

@35C4n0r
Copy link

35C4n0r commented Oct 29, 2023

@stnguyen90 I would like to work on this issue.

To implement this we can add

<FormList>
    <InputText
        label={`Enter "${$organization.name}" to continue`}
        placeholder="Enter name"
        id="organization-name"
        autofocus
        required
        bind:value={name} />
</FormList>

and

<Button disabled={!name || name !== $organization.name} secondary submit>Delete</Button>

to deleteOrganization.svelte

@nick2432
Copy link

nick2432 commented Nov 2, 2023

can i work on this issue?

@stnguyen90 stnguyen90 self-assigned this Nov 13, 2023
@stnguyen90 stnguyen90 added enhancement New feature or request and removed feature labels Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request product / console Console, UI and UX issues
Projects
None yet
Development

No branches or pull requests

4 participants