Description:
This pull request aims to resolve the issue https://github.com/MLH-Fellowship/orientation-project-python-23.SUM.A/issues/5, which involves deleting existing experience. To achieve this, the pull request implements a DELETE request for the /resume/experience route using its index position as an identification parameter.
Key Changes:
Implemented a DELETE request for the /resume/experience route.
Added functionality to delete existing experience entries using the index position as an ID.
Benefits:
Users can easily remove unwanted or outdated experience entries from their resume.
Provides a straightforward and intuitive method for managing experience entries within the application.
Enhances the overall user experience by allowing precise control over the resume content.
Testing:
Conducted comprehensive unit tests to ensure the correct functioning of the DELETE request.
Verified that the targeted experience entry is successfully deleted while preserving the integrity of other resume data.
Description: This pull request aims to resolve the issue https://github.com/MLH-Fellowship/orientation-project-python-23.SUM.A/issues/5, which involves deleting existing experience. To achieve this, the pull request implements a DELETE request for the /resume/experience route using its index position as an identification parameter.
Key Changes:
Benefits:
Testing: