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 Request: Delete Post #160

Open
Alpha17-2 opened this issue Jun 10, 2024 · 0 comments
Open

Feature Request: Delete Post #160

Alpha17-2 opened this issue Jun 10, 2024 · 0 comments
Labels
Feature required New feature or request

Comments

@Alpha17-2
Copy link
Collaborator

Description

This feature will allow users to delete their own posts from the platform. The functionality will include:

  1. A delete button on each of the user's posts.
  2. Confirmation dialog to ensure the user wants to delete the post.
  3. Removal of the post from the user's profile and the database upon confirmation.

Requirements

1. Delete Button

  • Add a delete button to each post that the user has created.

2. Confirmation Dialog

  • When the delete button is tapped, a confirmation dialog should appear to confirm the action.

3. Delete Post

  • Upon confirmation, the post should be deleted from the user's profile and the database.

User Interface

Delete Button

  • Add a delete button icon (e.g., a trash can) to each post owned by the user.

Confirmation Dialog

  • The confirmation dialog should have a message asking the user to confirm the deletion.
  • The dialog should have "Cancel" and "Delete" buttons.
  • "Cancel" should close the dialog without any action.
  • "Delete" should proceed with the deletion of the post.
@Alpha17-2 Alpha17-2 added the Feature required New feature or request label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature required New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant