[PR #1824] [MERGED] Chore/update database documentation #4960

Closed
opened 2026-03-23 22:16:36 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1824
Author: @appflowy
Created: 2/8/2023
Status: Merged
Merged: 2/8/2023
Merged by: @appflowy

Base: mainHead: chore/update_database_documentation


📝 Commits (2)

  • f91e389 chore: update event name
  • cc2c06e chore: add events and notifications documentation & remove unused code

📊 Changes

56 files changed (+253 additions, -411 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/board/application/board_listener.dart (+5 -5)
📝 frontend/app_flowy/lib/plugins/board/application/group_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/cell/cell_service/cell_data_persistence.dart (+2 -2)
📝 frontend/app_flowy/lib/plugins/grid/application/cell/cell_service/cell_service.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/cell/select_option_service.dart (+4 -4)
📝 frontend/app_flowy/lib/plugins/grid/application/field/field_service.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/field/grid_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/field/type_option/type_option_context.dart (+5 -5)
📝 frontend/app_flowy/lib/plugins/grid/application/field/type_option/type_option_service.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/grid_service.dart (+2 -2)
frontend/app_flowy/lib/plugins/grid/application/row/row_listener.dart (+0 -46)
📝 frontend/app_flowy/lib/plugins/grid/application/row/row_service.dart (+2 -2)
📝 frontend/app_flowy/lib/plugins/grid/application/setting/setting_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/view/grid_view_listener.dart (+2 -2)
📝 frontend/app_flowy/lib/plugins/trash/application/trash_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/user/application/user_listener.dart (+3 -12)
📝 frontend/app_flowy/lib/workspace/application/app/app_listener.dart (+1 -1)
📝 frontend/app_flowy/lib/workspace/application/view/view_listener.dart (+4 -4)
📝 frontend/app_flowy/lib/workspace/application/workspace/workspace_listener.dart (+2 -2)
📝 frontend/rust-lib/flowy-core/src/deps_resolve/folder_deps.rs (+7 -7)

...and 36 more files

📄 Description

  1. Remove unused codes
  2. Update documentation for events and notifications

🔄 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/1824 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 2/8/2023 **Status:** ✅ Merged **Merged:** 2/8/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `chore/update_database_documentation` --- ### 📝 Commits (2) - [`f91e389`](https://github.com/AppFlowy-IO/AppFlowy/commit/f91e389b72b09b9c6c78a5a2189b8f5128e5d0d4) chore: update event name - [`cc2c06e`](https://github.com/AppFlowy-IO/AppFlowy/commit/cc2c06ed31ea2dccb267ba6958dd8bcebb28f167) chore: add events and notifications documentation & remove unused code ### 📊 Changes **56 files changed** (+253 additions, -411 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/board/application/board_listener.dart` (+5 -5) 📝 `frontend/app_flowy/lib/plugins/board/application/group_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/cell/cell_service/cell_data_persistence.dart` (+2 -2) 📝 `frontend/app_flowy/lib/plugins/grid/application/cell/cell_service/cell_service.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/cell/select_option_service.dart` (+4 -4) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/field_service.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/grid_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/type_option/type_option_context.dart` (+5 -5) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/type_option/type_option_service.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/grid_service.dart` (+2 -2) ➖ `frontend/app_flowy/lib/plugins/grid/application/row/row_listener.dart` (+0 -46) 📝 `frontend/app_flowy/lib/plugins/grid/application/row/row_service.dart` (+2 -2) 📝 `frontend/app_flowy/lib/plugins/grid/application/setting/setting_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/view/grid_view_listener.dart` (+2 -2) 📝 `frontend/app_flowy/lib/plugins/trash/application/trash_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/user/application/user_listener.dart` (+3 -12) 📝 `frontend/app_flowy/lib/workspace/application/app/app_listener.dart` (+1 -1) 📝 `frontend/app_flowy/lib/workspace/application/view/view_listener.dart` (+4 -4) 📝 `frontend/app_flowy/lib/workspace/application/workspace/workspace_listener.dart` (+2 -2) 📝 `frontend/rust-lib/flowy-core/src/deps_resolve/folder_deps.rs` (+7 -7) _...and 36 more files_ </details> ### 📄 Description 1. Remove unused codes 2. Update documentation for events and notifications * [folder](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/architecture/frontend/folder/events) * [database](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/architecture/frontend/database-view/events ) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:36 +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#4960
No description provided.