[PR #31] [MERGED] add ability to update org display names from settings page #265

Closed
opened 2026-02-23 17:21:01 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/31
Author: @timothycarambat
Created: 8/8/2023
Status: Merged
Merged: 8/8/2023
Merged by: @timothycarambat

Base: masterHead: 30-edit-org-display-name


📝 Commits (2)

  • 7a5e52c add ability to update org display names from settings page
  • 8ceec9d update response

📊 Changes

8 files changed (+140 additions, -7 deletions)

View changed files

📝 backend/endpoints/v1/organizations/index.js (+35 -0)
📝 backend/models/organization.js (+27 -0)
📝 frontend/src/models/organization.ts (+13 -0)
📝 frontend/src/pages/DocumentView/FragmentList/index.tsx (+2 -1)
📝 frontend/src/pages/SystemSettings/Settings/index.tsx (+56 -1)
📝 frontend/src/pages/SystemSettings/index.tsx (+1 -1)
📝 workers/functions/syncChroma/index.js (+3 -2)
📝 workers/functions/syncPinecone/index.js (+3 -2)

📄 Description

resolves #30


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/vector-admin/pull/31 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 8/8/2023 **Status:** ✅ Merged **Merged:** 8/8/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `30-edit-org-display-name` --- ### 📝 Commits (2) - [`7a5e52c`](https://github.com/Mintplex-Labs/vector-admin/commit/7a5e52c473d90d88aa974739099068d63185335b) add ability to update org display names from settings page - [`8ceec9d`](https://github.com/Mintplex-Labs/vector-admin/commit/8ceec9d0bb93efa7c58433020b4c4ee8cd8f26dc) update response ### 📊 Changes **8 files changed** (+140 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `backend/endpoints/v1/organizations/index.js` (+35 -0) 📝 `backend/models/organization.js` (+27 -0) 📝 `frontend/src/models/organization.ts` (+13 -0) 📝 `frontend/src/pages/DocumentView/FragmentList/index.tsx` (+2 -1) 📝 `frontend/src/pages/SystemSettings/Settings/index.tsx` (+56 -1) 📝 `frontend/src/pages/SystemSettings/index.tsx` (+1 -1) 📝 `workers/functions/syncChroma/index.js` (+3 -2) 📝 `workers/functions/syncPinecone/index.js` (+3 -2) </details> ### 📄 Description resolves #30 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-23 17:21:01 -05:00
yindo closed this issue 2026-02-23 17:21:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#265