[PR #1376] [MERGED] Add board group test #4693

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1376
Author: @appflowy
Created: 10/26/2022
Status: Merged
Merged: 10/26/2022
Merged by: @appflowy

Base: mainHead: add_board_group_test


📝 Commits (2)

  • a8d667c refactor: type option parser
  • c38404f test: add group by field bloc test

📊 Changes

19 files changed (+291 additions, -97 deletions)

View changed files

📝 frontend/Makefile.toml (+1 -0)
📝 frontend/app_flowy/lib/plugins/board/application/board_data_controller.dart (+12 -10)
📝 frontend/app_flowy/lib/plugins/grid/application/field/type_option/type_option_data_controller.dart (+17 -12)
📝 frontend/app_flowy/lib/plugins/grid/application/setting/group_bloc.dart (+8 -5)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_editor.dart (+1 -1)
📝 frontend/app_flowy/test/bloc_test/board_test/create_card_test.dart (+3 -3)
frontend/app_flowy/test/bloc_test/board_test/group_by_field_test.dart (+113 -0)
📝 frontend/app_flowy/test/bloc_test/board_test/util.dart (+4 -27)
📝 frontend/app_flowy/test/bloc_test/grid_test/util.dart (+101 -15)
📝 frontend/app_flowy/test/bloc_test/home_test/home_bloc_test.dart (+1 -1)
📝 frontend/app_flowy/test/bloc_test/home_test/trash_bloc_test.dart (+1 -1)
📝 frontend/app_flowy/test/util.dart (+2 -2)
📝 frontend/rust-lib/flowy-folder/src/services/persistence/mod.rs (+1 -1)
📝 frontend/rust-lib/flowy-folder/src/services/persistence/version_1/v1_impl.rs (+4 -3)
📝 frontend/rust-lib/flowy-folder/src/services/persistence/version_2/v2_impl.rs (+5 -4)
📝 frontend/rust-lib/flowy-folder/src/services/view/controller.rs (+5 -7)
📝 frontend/rust-lib/flowy-grid/src/event_handler.rs (+1 -1)
📝 frontend/scripts/makefile/tests.toml (+8 -0)
📝 shared-lib/flowy-sync/src/client_folder/folder_pad.rs (+3 -4)

📄 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/1376 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 10/26/2022 **Status:** ✅ Merged **Merged:** 10/26/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `add_board_group_test` --- ### 📝 Commits (2) - [`a8d667c`](https://github.com/AppFlowy-IO/AppFlowy/commit/a8d667c89db8bcaf14c25b3b1b412e103ab10bef) refactor: type option parser - [`c38404f`](https://github.com/AppFlowy-IO/AppFlowy/commit/c38404f697ce8f87903fb23fdcdc4d5958e8a0b6) test: add group by field bloc test ### 📊 Changes **19 files changed** (+291 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `frontend/Makefile.toml` (+1 -0) 📝 `frontend/app_flowy/lib/plugins/board/application/board_data_controller.dart` (+12 -10) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/type_option/type_option_data_controller.dart` (+17 -12) 📝 `frontend/app_flowy/lib/plugins/grid/application/setting/group_bloc.dart` (+8 -5) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_editor.dart` (+1 -1) 📝 `frontend/app_flowy/test/bloc_test/board_test/create_card_test.dart` (+3 -3) ➕ `frontend/app_flowy/test/bloc_test/board_test/group_by_field_test.dart` (+113 -0) 📝 `frontend/app_flowy/test/bloc_test/board_test/util.dart` (+4 -27) 📝 `frontend/app_flowy/test/bloc_test/grid_test/util.dart` (+101 -15) 📝 `frontend/app_flowy/test/bloc_test/home_test/home_bloc_test.dart` (+1 -1) 📝 `frontend/app_flowy/test/bloc_test/home_test/trash_bloc_test.dart` (+1 -1) 📝 `frontend/app_flowy/test/util.dart` (+2 -2) 📝 `frontend/rust-lib/flowy-folder/src/services/persistence/mod.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-folder/src/services/persistence/version_1/v1_impl.rs` (+4 -3) 📝 `frontend/rust-lib/flowy-folder/src/services/persistence/version_2/v2_impl.rs` (+5 -4) 📝 `frontend/rust-lib/flowy-folder/src/services/view/controller.rs` (+5 -7) 📝 `frontend/rust-lib/flowy-grid/src/event_handler.rs` (+1 -1) 📝 `frontend/scripts/makefile/tests.toml` (+8 -0) 📝 `shared-lib/flowy-sync/src/client_folder/folder_pad.rs` (+3 -4) </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 22:15:24 +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#4693
No description provided.