mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-19 13:16:03 -04:00
[PR #17] [MERGED] Find or create flow for workspaces #105
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:5-workspace-find-or-create-flow📝 Commits (1)
0aa425bFind 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.