[PR #5717] [MERGED] feat: add api for workspace subscription info #6963

Closed
opened 2026-03-23 23:17:28 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5717
Author: @speed2exe
Created: 7/10/2024
Status: Merged
Merged: 7/10/2024
Merged by: @Xazin

Base: feat/ai-plan-billingHead: feat/ai-plan-billing-workspace-api-2


📝 Commits (1)

  • e5e12bd feat: add api for workspace subscription info

📊 Changes

6 files changed (+168 additions, -2 deletions)

View changed files

📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs (+12 -0)
📝 frontend/rust-lib/flowy-user-pub/src/cloud.rs (+9 -0)
📝 frontend/rust-lib/flowy-user/src/entities/workspace.rs (+117 -1)
📝 frontend/rust-lib/flowy-user/src/event_handler.rs (+13 -0)
📝 frontend/rust-lib/flowy-user/src/event_map.rs (+4 -0)
📝 frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs (+13 -1)

📄 Description

  • add subscription info for a workspace

🔄 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/AppFlowy-IO/AppFlowy/pull/5717 **Author:** [@speed2exe](https://github.com/speed2exe) **Created:** 7/10/2024 **Status:** ✅ Merged **Merged:** 7/10/2024 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `feat/ai-plan-billing` ← **Head:** `feat/ai-plan-billing-workspace-api-2` --- ### 📝 Commits (1) - [`e5e12bd`](https://github.com/AppFlowy-IO/AppFlowy/commit/e5e12bdf7189fd890de0997ea50f1c13d2969bb4) feat: add api for workspace subscription info ### 📊 Changes **6 files changed** (+168 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs` (+12 -0) 📝 `frontend/rust-lib/flowy-user-pub/src/cloud.rs` (+9 -0) 📝 `frontend/rust-lib/flowy-user/src/entities/workspace.rs` (+117 -1) 📝 `frontend/rust-lib/flowy-user/src/event_handler.rs` (+13 -0) 📝 `frontend/rust-lib/flowy-user/src/event_map.rs` (+4 -0) 📝 `frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs` (+13 -1) </details> ### 📄 Description - add subscription info for a workspace --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:17:28 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#6963
No description provided.