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

Introduce DeleteFeatureResponse and update deleteFeature method with a status code and a message #150

Merged
merged 2 commits into from
May 10, 2024

Commits on May 9, 2024

  1. feat(features): add DeleteFeatureResponse class to handle response fo…

    …r feature deletion
    
    fix(features): update deleteFeature method in FeaturesService to return a proper response object
    The DeleteFeatureResponse class is added to handle the response for feature deletion. It includes a message and statusCode property. The deleteFeature method in FeaturesService is updated to return a response object with a success message and status code of 200 when a feature is successfully deleted. This improves the consistency and clarity of the code when handling feature deletion.
    timDeHof committed May 9, 2024
    Configuration menu
    Copy the full SHA
    106f4f8 View commit details
    Browse the repository at this point in the history
  2. chore(CHANGELOG.md): update changelog with new feature and fix

    The changelog has been updated to include the following changes:
    - A new feature has been added to the deleteFeature method. It now uses a DeleteFeatureResponse and returns an object with a successful status and a message. This change was made in pull request #150.
    - Various updates and additions have been made to the test github actions workflow, form title references, and form input types. These changes were made in pull requests #143, #145, and #146 respectively.
    timDeHof committed May 9, 2024
    Configuration menu
    Copy the full SHA
    40698c9 View commit details
    Browse the repository at this point in the history