Skip to content

feature/remove-project-member#142

Merged
mdawoud27 merged 5 commits into
mainfrom
feature/141/remove_project_member
Apr 12, 2025
Merged

feature/remove-project-member#142
mdawoud27 merged 5 commits into
mainfrom
feature/141/remove_project_member

Conversation

@mdawoud27
Copy link
Copy Markdown
Contributor

PR Checklist (required)

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines.

  • Tests for the changes have been added (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation changes
  • Other... Please describe:

Related Issue

Closes #141

@mdawoud27 mdawoud27 added documentation Improvements or additions to documentation enhancement New feature or request feature For new feature labels Apr 12, 2025
@mdawoud27 mdawoud27 requested a review from Copilot April 12, 2025 19:46
@mdawoud27 mdawoud27 self-assigned this Apr 12, 2025
@mdawoud27 mdawoud27 linked an issue Apr 12, 2025 that may be closed by this pull request
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 17 out of 20 changed files in this pull request and generated 1 comment.

Files not reviewed (3)
  • prisma/migrations/20250412193648_add_deleted_at_to_project_member/migration.sql: Language not supported
  • prisma/schema.prisma: Language not supported
  • src/docs/swagger.json: Language not supported

/**
* @desc Remove project member
* @route /api/organization/:organizationId/team/:teamId/project/:projectId/removeMember
* @method DELET
Copy link

Copilot AI Apr 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a typo in the documentation comment for the HTTP method. Please change 'DELET' to 'DELETE'.

Suggested change
* @method DELET
* @method DELETE

Copilot uses AI. Check for mistakes.
@mdawoud27 mdawoud27 merged commit 8cd9c72 into main Apr 12, 2025
11 checks passed
@mdawoud27 mdawoud27 deleted the feature/141/remove_project_member branch April 12, 2025 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request feature For new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Remove project member

2 participants