[PR #5705] [MERGED] feat: cache workspace subscription + minor fixes #6956

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

📋 Pull Request Information

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

Base: feat/ai-plan-billingHead: feat/ai-plan-billing


📝 Commits (4)

  • 27f5539 fix: remove time from billing cycle end date
  • 07bb4cf fix: copy + minor ui fixes
  • f98413c feat: cache workspace subscription
  • 846baca chore: remove stopwatch for testing purposes

📊 Changes

15 files changed (+411 additions, -182 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/workspace/application/settings/billing/settings_billing_bloc.dart (+76 -27)
📝 frontend/appflowy_flutter/lib/workspace/application/settings/plan/settings_plan_bloc.dart (+1 -23)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_billing_view.dart (+31 -16)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_plan_comparison_dialog.dart (+22 -34)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_plan_view.dart (+29 -42)
📝 frontend/resources/translations/en.json (+40 -31)
📝 frontend/rust-lib/event-integration-test/src/user_event.rs (+11 -3)
📝 frontend/rust-lib/event-integration-test/tests/user/af_cloud_test/workspace_test.rs (+15 -0)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs (+1 -0)
frontend/rust-lib/flowy-sqlite/migrations/2024-07-08-135546_workspace_subscriptions/down.sql (+2 -0)
frontend/rust-lib/flowy-sqlite/migrations/2024-07-08-135546_workspace_subscriptions/up.sql (+11 -0)
📝 frontend/rust-lib/flowy-sqlite/src/schema.rs (+13 -0)
📝 frontend/rust-lib/flowy-user-pub/src/entities.rs (+43 -0)
📝 frontend/rust-lib/flowy-user/src/services/sqlite_sql/workspace_sql.rs (+58 -1)
📝 frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs (+58 -5)

📄 Description

No description provided


🔄 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/5705 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 7/8/2024 **Status:** ✅ Merged **Merged:** 7/8/2024 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `feat/ai-plan-billing` ← **Head:** `feat/ai-plan-billing` --- ### 📝 Commits (4) - [`27f5539`](https://github.com/AppFlowy-IO/AppFlowy/commit/27f5539728cdcad0148f9e3e283a4c9765d32a0c) fix: remove time from billing cycle end date - [`07bb4cf`](https://github.com/AppFlowy-IO/AppFlowy/commit/07bb4cf19b349970349f2972106a00be3bf51535) fix: copy + minor ui fixes - [`f98413c`](https://github.com/AppFlowy-IO/AppFlowy/commit/f98413c751cf7220648e00ff0e7d1466102e1ab9) feat: cache workspace subscription - [`846baca`](https://github.com/AppFlowy-IO/AppFlowy/commit/846bacaf57b1900ea0f0c0ccf13e652b2ad31fd4) chore: remove stopwatch for testing purposes ### 📊 Changes **15 files changed** (+411 additions, -182 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/workspace/application/settings/billing/settings_billing_bloc.dart` (+76 -27) 📝 `frontend/appflowy_flutter/lib/workspace/application/settings/plan/settings_plan_bloc.dart` (+1 -23) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_billing_view.dart` (+31 -16) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_plan_comparison_dialog.dart` (+22 -34) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_plan_view.dart` (+29 -42) 📝 `frontend/resources/translations/en.json` (+40 -31) 📝 `frontend/rust-lib/event-integration-test/src/user_event.rs` (+11 -3) 📝 `frontend/rust-lib/event-integration-test/tests/user/af_cloud_test/workspace_test.rs` (+15 -0) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs` (+1 -0) ➕ `frontend/rust-lib/flowy-sqlite/migrations/2024-07-08-135546_workspace_subscriptions/down.sql` (+2 -0) ➕ `frontend/rust-lib/flowy-sqlite/migrations/2024-07-08-135546_workspace_subscriptions/up.sql` (+11 -0) 📝 `frontend/rust-lib/flowy-sqlite/src/schema.rs` (+13 -0) 📝 `frontend/rust-lib/flowy-user-pub/src/entities.rs` (+43 -0) 📝 `frontend/rust-lib/flowy-user/src/services/sqlite_sql/workspace_sql.rs` (+58 -1) 📝 `frontend/rust-lib/flowy-user/src/user_manager/manager_user_workspace.rs` (+58 -5) </details> ### 📄 Description _No description provided_ --- <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:27 +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#6956
No description provided.