MSTC-DA-IICT / Hacktoberfest23-Expense-Tracker-app-Flutter

An expense tracker app project built in Flutter for hacktoberfest'23
0 stars 5 forks source link

Delete button for Expenses #5

Open iakash-singh opened 10 months ago

iakash-singh commented 10 months ago

Summary: We need to implement a "Delete" button in the Expense Manager application to allow users to remove specific expenses from their records.

Scope: The scope of this issue includes:

Adding a "Delete" button to the expense detail view. Implementing the logic to delete the selected expense from the user's expense history. Ensuring proper confirmation and error handling to prevent accidental deletions. Design and Implementation Guidelines:

Create a user-friendly and intuitive interface for the "Delete" button. Prompt users for confirmation before deleting an expense to avoid data loss. Provide clear feedback to users upon successful deletion or error.

Moinuddin9777 commented 10 months ago

Hey @iakash-singh
I would like to work on this feature can you assign this to me?

Moinuddin9777 commented 9 months ago

This issue can be closed, the necessary feature has been added in PR no 20 which was merged. User can swipe the expense to delete it.