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

Executive users should be able to delete events #466

Open
asmahood opened this issue Jul 27, 2023 · 0 comments
Open

Executive users should be able to delete events #466

asmahood opened this issue Jul 27, 2023 · 0 comments

Comments

@asmahood
Copy link
Member

asmahood commented Jul 27, 2023

Description

We want to support the option of deleting events since events can be created by mistake.

Approach

  • In the event details page, add a button that when pressed will delete the event.
    • When the button is clicked open a confirm modal that forces the user to type the name of the event
      • Once the name of the event matches, enable a "delete" button in the modal
      • Ensure modal also has a button to cancel which will just close the modal
    • If the API call completes successfully, return to the events list
    • If the API call fails, display a banner at the top of the page with an error message

Related To

Blocked By

uwpokerclub/api#189

Blocks

@asmahood asmahood added the type::Feature New feature or request label Jul 27, 2023
@asmahood asmahood changed the title Add button to delete an event Executive users should be able to delete events Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant