[PR #1687] [MERGED] feat: support group by url in kanban board #4894

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1687
Author: @zoli
Created: 1/8/2023
Status: Merged
Merged: 1/19/2023
Merged by: @appflowy

Base: mainHead: feat/group-by-url-iss1175


📝 Commits (6)

  • fb975b3 feat: WIP on url controller
  • 9ef13b4 fix: logging correct field
  • 63eee39 chore: generate groups
  • 95fea4c chore: revert change on URLTypeOptionPB
  • db81347 chore: add tests + fix move row in group by url
  • 8fa2177 chore: rename test function

📊 Changes

13 files changed (+288 additions, -24 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/grid/application/field/field_controller.dart (+1 -0)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/type_option_cell.rs (+42 -11)
📝 frontend/rust-lib/flowy-grid/src/services/field/type_options/url_type_option/url_type_option.rs (+4 -1)
📝 frontend/rust-lib/flowy-grid/src/services/group/configuration.rs (+7 -0)
📝 frontend/rust-lib/flowy-grid/src/services/group/controller_impls/mod.rs (+2 -0)
📝 frontend/rust-lib/flowy-grid/src/services/group/controller_impls/select_option_controller/util.rs (+5 -1)
frontend/rust-lib/flowy-grid/src/services/group/controller_impls/url_controller.rs (+136 -0)
📝 frontend/rust-lib/flowy-grid/src/services/group/group_util.rs (+10 -3)
📝 frontend/rust-lib/flowy-grid/tests/grid/cell_test/test.rs (+7 -6)
📝 frontend/rust-lib/flowy-grid/tests/grid/grid_editor.rs (+3 -0)
📝 frontend/rust-lib/flowy-grid/tests/grid/group_test/script.rs (+12 -0)
📝 frontend/rust-lib/flowy-grid/tests/grid/group_test/test.rs (+49 -0)
📝 shared-lib/grid-rev-model/src/group_rev.rs (+10 -2)

📄 Description

Closes #1175


🔄 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/1687 **Author:** [@zoli](https://github.com/zoli) **Created:** 1/8/2023 **Status:** ✅ Merged **Merged:** 1/19/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/group-by-url-iss1175` --- ### 📝 Commits (6) - [`fb975b3`](https://github.com/AppFlowy-IO/AppFlowy/commit/fb975b3fcf7c684423d76d851f1932d1bbc9c930) feat: WIP on url controller - [`9ef13b4`](https://github.com/AppFlowy-IO/AppFlowy/commit/9ef13b4c2ac550539e89d653650bb53739db77c4) fix: logging correct field - [`63eee39`](https://github.com/AppFlowy-IO/AppFlowy/commit/63eee3934de06eda145dd62ca44d3741042a54f3) chore: generate groups - [`95fea4c`](https://github.com/AppFlowy-IO/AppFlowy/commit/95fea4c3f033f96d6313da9300701f3d826e24bb) chore: revert change on URLTypeOptionPB - [`db81347`](https://github.com/AppFlowy-IO/AppFlowy/commit/db813475c3bc68511028bde1ed1db41bb58ab110) chore: add tests + fix move row in group by url - [`8fa2177`](https://github.com/AppFlowy-IO/AppFlowy/commit/8fa2177a33bc6cb099e6b33f5f103b38d880a07c) chore: rename test function ### 📊 Changes **13 files changed** (+288 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/grid/application/field/field_controller.dart` (+1 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/type_option_cell.rs` (+42 -11) 📝 `frontend/rust-lib/flowy-grid/src/services/field/type_options/url_type_option/url_type_option.rs` (+4 -1) 📝 `frontend/rust-lib/flowy-grid/src/services/group/configuration.rs` (+7 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/group/controller_impls/mod.rs` (+2 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/group/controller_impls/select_option_controller/util.rs` (+5 -1) ➕ `frontend/rust-lib/flowy-grid/src/services/group/controller_impls/url_controller.rs` (+136 -0) 📝 `frontend/rust-lib/flowy-grid/src/services/group/group_util.rs` (+10 -3) 📝 `frontend/rust-lib/flowy-grid/tests/grid/cell_test/test.rs` (+7 -6) 📝 `frontend/rust-lib/flowy-grid/tests/grid/grid_editor.rs` (+3 -0) 📝 `frontend/rust-lib/flowy-grid/tests/grid/group_test/script.rs` (+12 -0) 📝 `frontend/rust-lib/flowy-grid/tests/grid/group_test/test.rs` (+49 -0) 📝 `shared-lib/grid-rev-model/src/group_rev.rs` (+10 -2) </details> ### 📄 Description Closes #1175 --- <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:17 +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#4894
No description provided.