Skip to content

Organization/Project: Edit/Delete Funcationality#230

Merged
Ayush8923 merged 10 commits into
mainfrom
feat/edit-delete-org-project
Jul 2, 2026
Merged

Organization/Project: Edit/Delete Funcationality#230
Ayush8923 merged 10 commits into
mainfrom
feat/edit-delete-org-project

Conversation

@Ayush8923

@Ayush8923 Ayush8923 commented Jun 19, 2026

Copy link
Copy Markdown
Collaborator

Issue

Closes ProjectTech4DevAI/kaapi-backend#903

Summary

  • Implement edit and delete functionality for Organizations and Projects.
  • Support two types of deletion:
    • Soft Delete
      • Mark the organization/project as inactive instead of permanently removing it.
      • Retain all associated data for future recovery or auditing purposes.
    • Hard Delete
      • Permanently remove the organization/project and all related data from the system.
  • Handle authentication-related edge cases, including:
    • Preventing users from logging in if their associated organization or project has been deleted or deactivated.
    • Ensuring proper access control when organizations, projects, or users are no longer active.

Checklist

Before submitting a pull request, please ensure that you mark these task.

  • Ran npm run dev and npm run build in the repository root and test.
  • If you've fixed a bug or added code that is tested

@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown

Review Change Stack

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • ready-for-review

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 0cfa2703-e053-4c01-94ec-3d835be21399

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/edit-delete-org-project

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Ayush8923 Ayush8923 self-assigned this Jun 19, 2026
@Ayush8923 Ayush8923 merged commit 6cec799 into main Jul 2, 2026
2 checks passed
@Ayush8923 Ayush8923 deleted the feat/edit-delete-org-project branch July 2, 2026 05:21
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 0.3.0-main.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Organization Management: Edit and delete functionality

2 participants