[PR #4298] [CLOSED] Feat/2 architecture review #4583

Closed
opened 2026-02-22 18:36:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4298
Author: @jma7889
Created: 8/15/2025
Status: Closed

Base: masterHead: feat/2-architecture-review


📝 Commits (4)

  • aca0feb add and remove users to multiple workspaces
  • 99c5735 change ubuntu version
  • 58e054d Merge pull request #1 from sschrader12/user-management
  • d6d694e add architecture analysis doc, init Claude

📊 Changes

7 files changed (+2136 additions, -628 deletions)

View changed files

CLAUDE.md (+133 -0)
📝 cloud-deployments/gcp/deployment/gcp_deploy_anything_llm.yaml (+1 -1)
docs/notes/multi-tenant-saas-analysis.md (+1047 -0)
📝 frontend/src/pages/Admin/Workspaces/NewWorkspaceModal/index.jsx (+87 -4)
frontend/src/pages/Admin/Workspaces/WorkspaceRow/ManageUsersModal/index.jsx (+225 -0)
📝 frontend/src/pages/Admin/Workspaces/WorkspaceRow/index.jsx (+25 -7)
📝 frontend/yarn.lock (+618 -616)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #xxx

What is in this change?

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/anything-llm/pull/4298 **Author:** [@jma7889](https://github.com/jma7889) **Created:** 8/15/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/2-architecture-review` --- ### 📝 Commits (4) - [`aca0feb`](https://github.com/Mintplex-Labs/anything-llm/commit/aca0febbe1444cb86c1b03107b7daa9139b7219a) add and remove users to multiple workspaces - [`99c5735`](https://github.com/Mintplex-Labs/anything-llm/commit/99c57355376b7cb0caa742a85a67c63b9984ff9c) change ubuntu version - [`58e054d`](https://github.com/Mintplex-Labs/anything-llm/commit/58e054d185728d9774cf294578bbe4787781e0b7) Merge pull request #1 from sschrader12/user-management - [`d6d694e`](https://github.com/Mintplex-Labs/anything-llm/commit/d6d694ed988cc63645302563328a4f02c859e25e) add architecture analysis doc, init Claude ### 📊 Changes **7 files changed** (+2136 additions, -628 deletions) <details> <summary>View changed files</summary> ➕ `CLAUDE.md` (+133 -0) 📝 `cloud-deployments/gcp/deployment/gcp_deploy_anything_llm.yaml` (+1 -1) ➕ `docs/notes/multi-tenant-saas-analysis.md` (+1047 -0) 📝 `frontend/src/pages/Admin/Workspaces/NewWorkspaceModal/index.jsx` (+87 -4) ➕ `frontend/src/pages/Admin/Workspaces/WorkspaceRow/ManageUsersModal/index.jsx` (+225 -0) 📝 `frontend/src/pages/Admin/Workspaces/WorkspaceRow/index.jsx` (+25 -7) 📝 `frontend/yarn.lock` (+618 -616) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <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-22 18:36:07 -05:00
yindo closed this issue 2026-02-22 18:36:07 -05:00
yindo changed title from [PR #4298] Feat/2 architecture review to [PR #4298] [CLOSED] Feat/2 architecture review 2026-06-05 15:19:18 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4583