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

Add ability to delete records #200

Open
lane711 opened this issue Aug 21, 2023 · 1 comment
Open

Add ability to delete records #200

lane711 opened this issue Aug 21, 2023 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@lane711
Copy link
Owner

lane711 commented Aug 21, 2023

Add a delete button to each row of the records table, ie:

Screenshot 2023-08-21 at 1 11 10 PM

A simple javascript alert popup confirmation that says "Delete Forever?" should appear. If user clicks "Ok" then the delete API will be called, passing in the id of the selected record to the delete API found at api/content

once the delete API returns success, the user is redirect to the same record listing page and the deleted record will no longer be visible.

@lane711 lane711 added help wanted Extra attention is needed good first issue Good for newcomers labels Aug 21, 2023
@rhamses
Copy link
Contributor

rhamses commented Jan 25, 2024

Hi @lane711, I think this ticket is finished, right ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants