[PR #1875] [MERGED] Feat/database view #4991

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

📋 Pull Request Information

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

Base: mainHead: feat/database_view_id


📝 Commits (6)

  • d1aaec3 chore: rename structs
  • 31393a1 chore: add todos
  • e3b81e5 chore: hidden database id
  • 666e462 refactor: add database folder, prepare to extract the view
  • 86794c3 refactor: rename grid-model to datbase-model
  • 6cf8072 ci: fix warnings

📊 Changes

160 files changed (+2180 additions, -1975 deletions)

View changed files

📝 .github/workflows/tauri_ci.yaml (+1 -1)
📝 frontend/app_flowy/lib/plugins/board/application/board_data_controller.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/cell/cell_service/cell_controller.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/cell/date_cal_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/field/field_action_sheet_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/field/field_cell_bloc.dart (+2 -2)
📝 frontend/app_flowy/lib/plugins/grid/application/field/field_controller.dart (+2 -2)
📝 frontend/app_flowy/lib/plugins/grid/application/field/field_editor_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/field/field_service.dart (+10 -10)
📝 frontend/app_flowy/lib/plugins/grid/application/field/type_option/type_option_context.dart (+9 -9)
📝 frontend/app_flowy/lib/plugins/grid/application/field/type_option/type_option_data_controller.dart (+3 -4)
📝 frontend/app_flowy/lib/plugins/grid/application/filter/checkbox_filter_editor_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/filter/checklist_filter_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/filter/filter_create_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/filter/filter_service.dart (+7 -7)
📝 frontend/app_flowy/lib/plugins/grid/application/filter/select_option_filter_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/filter/text_filter_editor_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/grid_data_controller.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/grid_header_bloc.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/application/grid_service.dart (+9 -9)

...and 80 more files

📄 Description

Use view id instead of database id


🔄 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/1875 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 2/21/2023 **Status:** ✅ Merged **Merged:** 2/21/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/database_view_id` --- ### 📝 Commits (6) - [`d1aaec3`](https://github.com/AppFlowy-IO/AppFlowy/commit/d1aaec3589e9781f1551611a5661c577cdf8fb83) chore: rename structs - [`31393a1`](https://github.com/AppFlowy-IO/AppFlowy/commit/31393a191421a70a3876d3f0d9e46417168fb60d) chore: add todos - [`e3b81e5`](https://github.com/AppFlowy-IO/AppFlowy/commit/e3b81e524567028b121f568d5999f63accb8d798) chore: hidden database id - [`666e462`](https://github.com/AppFlowy-IO/AppFlowy/commit/666e46258719771a96d947f0a8040328a97ce0fa) refactor: add database folder, prepare to extract the view - [`86794c3`](https://github.com/AppFlowy-IO/AppFlowy/commit/86794c37407dbc7cc3e5b55ee1b918bba44af598) refactor: rename grid-model to datbase-model - [`6cf8072`](https://github.com/AppFlowy-IO/AppFlowy/commit/6cf807226ad26a3c5cb554de29d30fed93fb14b9) ci: fix warnings ### 📊 Changes **160 files changed** (+2180 additions, -1975 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/tauri_ci.yaml` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/board/application/board_data_controller.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/cell/cell_service/cell_controller.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/cell/date_cal_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/field_action_sheet_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/field_cell_bloc.dart` (+2 -2) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/field_controller.dart` (+2 -2) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/field_editor_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/field_service.dart` (+10 -10) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/type_option/type_option_context.dart` (+9 -9) 📝 `frontend/app_flowy/lib/plugins/grid/application/field/type_option/type_option_data_controller.dart` (+3 -4) 📝 `frontend/app_flowy/lib/plugins/grid/application/filter/checkbox_filter_editor_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/filter/checklist_filter_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/filter/filter_create_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/filter/filter_service.dart` (+7 -7) 📝 `frontend/app_flowy/lib/plugins/grid/application/filter/select_option_filter_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/filter/text_filter_editor_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/grid_data_controller.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/grid_header_bloc.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/application/grid_service.dart` (+9 -9) _...and 80 more files_ </details> ### 📄 Description Use view id instead of database id --- <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:43 +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#4991
No description provided.