Skip to content

Organization Management: Delete & Edit Functionality#956

Open
Ayush8923 wants to merge 11 commits into
mainfrom
feat/edit-delete-org-project
Open

Organization Management: Delete & Edit Functionality#956
Ayush8923 wants to merge 11 commits into
mainfrom
feat/edit-delete-org-project

Conversation

@Ayush8923

@Ayush8923 Ayush8923 commented Jun 19, 2026

Copy link
Copy Markdown
Collaborator

Issue

Closes #903

Summary

  • Implement the Edit/Delete functionality corresponding of project and organization.
  • Right now, only super user can delete the organization and project.

Checklist

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

  • Ran fastapi run --reload app/main.py or docker compose up in the repository root and test.
  • If you've fixed a bug or added code that is tested and has test cases.

@Ayush8923 Ayush8923 self-assigned this Jun 19, 2026
@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown

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: 2074cf1f-95c1-4c20-94b7-9d9d54379c6d

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 and usage tips.

@github-actions

github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown

OpenAPI changes   🟢 10 non-breaking changes

Tip

Safe to merge from an API-contract perspective.

Full changelog  ·  10
Method Path Change
🟢 removed the schema APIResponse_List_OrganizationPublic__
🟢 removed the schema APIResponse_List_ProjectPublic__
🟢 GET /api/v1/organizations added the new optional query request parameter is_active
🟢 GET /api/v1/organizations added the new optional query request parameter search
🟢 DELETE /api/v1/organizations/{org_id} endpoint added
🟢 GET /api/v1/projects added the new optional query request parameter is_active
🟢 GET /api/v1/projects added the new optional query request parameter search
🟢 GET /api/v1/projects/organization/{org_id} added the new optional query request parameter is_active
🟢 GET /api/v1/projects/organization/{org_id} added the new optional query request parameter search
🟢 DELETE /api/v1/projects/{project_id} endpoint added

maincd695204 · generated by oasdiff

@codecov

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Organization Management: Edit and delete functionality

1 participant