[PR #4556] [MERGED] chore: move database domain code to its own folder #6310

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4556
Author: @richardshiue
Created: 1/30/2024
Status: Merged
Merged: 2/25/2024
Merged by: @richardshiue

Base: mainHead: chore/reorganize-code


📝 Commits (3)

  • 65fbd03 chore: move domain-level files to domain folder
  • b73b82e fix: rebase
  • cbf195c chore: merge remote-tracking branch 'upstream/main' into chore/reorganize-code

📊 Changes

64 files changed (+78 additions, -94 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_edit_field_screen.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_full_field_editor.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_quick_field_editor.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/view/edit_database_view_screen.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/checklist_cell_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/date_cell_editor_bloc.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/select_option_editor_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/cell_controller.dart (+3 -3)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/cell_data_loader.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/application/cell/cell_data_persistence.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/application/database_controller.dart (+5 -11)
📝 frontend/appflowy_flutter/lib/plugins/database/application/field/field_cell_bloc.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/application/field/field_controller.dart (+9 -15)
📝 frontend/appflowy_flutter/lib/plugins/database/application/field/field_editor_bloc.dart (+3 -3)
📝 frontend/appflowy_flutter/lib/plugins/database/application/field/type_option/select_type_option_actions.dart (+1 -2)
📝 frontend/appflowy_flutter/lib/plugins/database/application/layout/layout_bloc.dart (+1 -2)
📝 frontend/appflowy_flutter/lib/plugins/database/application/row/row_banner_bloc.dart (+3 -3)
📝 frontend/appflowy_flutter/lib/plugins/database/application/setting/group_bloc.dart (+1 -2)
📝 frontend/appflowy_flutter/lib/plugins/database/application/setting/property_bloc.dart (+2 -3)
📝 frontend/appflowy_flutter/lib/plugins/database/application/tab_bar_bloc.dart (+1 -1)

...and 44 more files

📄 Description

Feature Preview


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/4556 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 1/30/2024 **Status:** ✅ Merged **Merged:** 2/25/2024 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `chore/reorganize-code` --- ### 📝 Commits (3) - [`65fbd03`](https://github.com/AppFlowy-IO/AppFlowy/commit/65fbd037f3d0bfb039a6fb3a5d399aba69e5dfab) chore: move domain-level files to domain folder - [`b73b82e`](https://github.com/AppFlowy-IO/AppFlowy/commit/b73b82e25d97c9ae82666fc3219ffcc419b7355c) fix: rebase - [`cbf195c`](https://github.com/AppFlowy-IO/AppFlowy/commit/cbf195ca1c226fce16a09a07fcea397195b143e5) chore: merge remote-tracking branch 'upstream/main' into chore/reorganize-code ### 📊 Changes **64 files changed** (+78 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_edit_field_screen.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_full_field_editor.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/field/mobile_quick_field_editor.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/view/edit_database_view_screen.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/checklist_cell_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/date_cell_editor_bloc.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/bloc/select_option_editor_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/cell_controller.dart` (+3 -3) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/cell_data_loader.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/cell/cell_data_persistence.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/database_controller.dart` (+5 -11) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/field/field_cell_bloc.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/field/field_controller.dart` (+9 -15) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/field/field_editor_bloc.dart` (+3 -3) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/field/type_option/select_type_option_actions.dart` (+1 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/layout/layout_bloc.dart` (+1 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/row/row_banner_bloc.dart` (+3 -3) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/setting/group_bloc.dart` (+1 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/setting/property_bloc.dart` (+2 -3) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/tab_bar_bloc.dart` (+1 -1) _...and 44 more files_ </details> ### 📄 Description ### Feature Preview <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [ ] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:22:39 +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#6310
No description provided.