[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
-
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:
DELETE
API endpoint (and a file for it) within the backend/api/clients directory to handle client deletion logic./delete
path 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