[PR #17] [MERGED] Find or create flow for workspaces #105

Closed
opened 2026-02-15 16:30:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: 5-workspace-find-or-create-flow


📝 Commits (1)

  • 0aa425b Find or create flow for workspaces

📊 Changes

8 files changed (+357 additions, -93 deletions)

View changed files

📝 backend/endpoints/v1/organizations/index.js (+57 -0)
📝 backend/endpoints/v1/workspaces/index.js (+47 -0)
📝 backend/utils/files/multer.js (+3 -1)
📝 frontend/package.json (+1 -0)
📝 frontend/src/models/organization.ts (+18 -0)
📝 frontend/src/models/workspace.ts (+25 -0)
frontend/src/pages/Dashboard/WorkspacesList/CreateWorkspaceModal/index.tsx (+204 -0)
📝 frontend/src/pages/Dashboard/WorkspacesList/index.tsx (+2 -92)

📄 Description

If user inputs exact match for workspace we should recommend that colleciton be pulled in as opposed to creation of new workspace fires workspace sync job in bg on creation

resolves #5


🔄 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/17 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 8/1/2023 **Status:** ✅ Merged **Merged:** 8/1/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `5-workspace-find-or-create-flow` --- ### 📝 Commits (1) - [`0aa425b`](https://github.com/Mintplex-Labs/vector-admin/commit/0aa425ba0a46644f954625ba23e4646cc0d31716) Find or create flow for workspaces ### 📊 Changes **8 files changed** (+357 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `backend/endpoints/v1/organizations/index.js` (+57 -0) 📝 `backend/endpoints/v1/workspaces/index.js` (+47 -0) 📝 `backend/utils/files/multer.js` (+3 -1) 📝 `frontend/package.json` (+1 -0) 📝 `frontend/src/models/organization.ts` (+18 -0) 📝 `frontend/src/models/workspace.ts` (+25 -0) ➕ `frontend/src/pages/Dashboard/WorkspacesList/CreateWorkspaceModal/index.tsx` (+204 -0) 📝 `frontend/src/pages/Dashboard/WorkspacesList/index.tsx` (+2 -92) </details> ### 📄 Description If user inputs exact match for workspace we should recommend that colleciton be pulled in as opposed to creation of new workspace fires workspace sync job in bg on creation resolves #5 --- <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-15 16:30:18 -05:00
yindo closed this issue 2026-02-15 16:30:18 -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#105