AppFlowy/frontend/rust-lib/flowy-database2/tests/database
Richard Shiue b557f89829
refactor: group controller traits (#4880)
* chore: remove async trait

* chore: require From<AnyMap> for trait TypeOption

* refactor: simplify group controller by removing GroupController trait

* chore: rename GroupControllerOperation trait to GroupController

* chore: add some docs

* chore: remove plural struct and use Vec directly

* chore: unnecessary mut

* chore: use same name to indicate passthrough

* chore: remove unused trait

* chore: rename group context to group controller context

* chore: remove group name

* chore: move type option interceptor to GroupCustomize and split off delegates for group context and group controller

* chore: adapt tests to changes

* chore: adapt flutter frontend to changes

* chore: code cleanup

* chore: fix clippy and adapt tauri frontend to changes

* chore: group controller code clean up

* chore: no need to pass cell data when moving row

* chore: rename some functions and variables

* chore: remove content filter
2024-03-16 17:18:40 +08:00
..
block_test refactor: streamline create row logic (#4807) 2024-03-14 11:26:32 +08:00
calculations_test feat: calculations (#4473) 2024-02-04 00:52:38 +08:00
cell_test feat: add basic relation field (#4397) 2024-02-29 14:38:18 +08:00
field_settings_test chore: bump up yrs to 0.17.1 (#4078) 2023-12-05 06:20:07 +08:00
field_test feat: pre-fill row cells with filter data before row creation (#4854) 2024-03-16 17:18:30 +08:00
filter_test feat: pre-fill row cells with filter data before row creation (#4854) 2024-03-16 17:18:30 +08:00
group_test refactor: group controller traits (#4880) 2024-03-16 17:18:40 +08:00
layout_test feat: hidden kanban groups (#3907) 2023-11-13 16:14:31 +08:00
mock_data feat: pre-fill row cells with filter data before row creation (#4854) 2024-03-16 17:18:30 +08:00
pre_fill_cell_test feat: pre-fill row cells with filter data before row creation (#4854) 2024-03-16 17:18:30 +08:00
share_test chore: fix database test (#4893) 2024-03-13 19:39:56 +08:00
sort_test refactor: streamline create row logic (#4807) 2024-03-14 11:26:32 +08:00
database_editor.rs feat: pre-fill row cells with filter data before row creation (#4854) 2024-03-16 17:18:30 +08:00
mod.rs feat: pre-fill row cells with filter data before row creation (#4854) 2024-03-16 17:18:30 +08:00