Skip to content

PR #6 : Implement Delete Item by ID (Admin Only) #23

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

Merged
merged 14 commits into from
Dec 3, 2024

Conversation

Rapter1990
Copy link
Owner

@Rapter1990 Rapter1990 commented Dec 2, 2024

Description

Please provide a brief description of the changes made in this pull request and the issue(s) it addresses.

Implement the function to delete a specific to-do list item by its ID (which should be a UUID). This operation should be accessible only to users with the ROLE_ADMIN role.

Related Issue

Link to the issue this pull request addresses: #6

Checklist

Before submitting your pull request, ensure the following:

  • Title and Branch Naming Conventions:

  • Local Testing:

    • I have tested my changes locally on Postman, and they are working as expected.
  • Code Quality:

    • The code is formatted according to the project's coding guidelines and style.
    • The code has been reviewed to ensure its quality.
    • The code does not contain any issues flagged by SonarLint.
  • Documentation:

    • Necessary documentation has been added or existing documentation has been updated, specifically detailing changes
      made in Postman.
  • Testing:

    • Relevant unit tests have been written and included.
    • Relevant integration tests have been written and included.
  • Reviewers and Assignees:

    • Default reviewers have been assigned to this pull request.
    • Assignees have been added if necessary.
  • Labels and Associations:

    • The pull request is associated with its related issue.
    • Appropriate labels have been applied.

@Rapter1990 Rapter1990 changed the title Revise TaskControllerTest PR #6 : Implement Delete Item by ID (Admin Only) Dec 2, 2024
@Rapter1990 Rapter1990 added review Review and removed development Development labels Dec 3, 2024
@Rapter1990 Rapter1990 merged commit 598b962 into main Dec 3, 2024
2 checks passed
@Rapter1990 Rapter1990 deleted the development/issue-6/delete-task-by-id branch December 3, 2024 18:49
@Rapter1990 Rapter1990 added done Done and removed review Review labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Done
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue #6 : Implement Delete Item by ID (Admin Only)
3 participants