[Feature] Implement Client Deletion via the Client Management Dashboard #384
Closed
artkolpakov
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The application currently does not support client deletion via the Client Management Dashboard with the delete button being disabled:
Proposed Implementation:
To implement the client deletion functionality, follow these steps:
1. Backend API Implementation:
DELETEAPI endpoint (and a file for it) within the backend/api/clients directory to handle client deletion logic./deletepath for the implemented endpoint in the backend/api/clients/urls.py file.2. Frontend Integration:
The proposed implementation aims to allow users to delete clients using the client management dashboard, improving the overall functionality and user experience of the application.
Beta Was this translation helpful? Give feedback.
All reactions