mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-23 20:37:02 +00:00
[PR #1884] [MERGED] chore: calendar plugin backend database data #4996
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#4996
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1884
Author: @richardshiue
Created: 2/24/2023
Status: ✅ Merged
Merged: 2/24/2023
Merged by: @appflowy
Base:
main← Head:feat-calendar-view-3📝 Commits (10+)
840f215chore: implement CalendarBlocf6c3e8dchore: enable save and read the calendar setting146ff34style: more precise variable nameced8f5echore: backend calendar settings160f2b6chore: protobuf for layout settings7fbb70fchore: update testac1acc2chore: Merge branch 'main' into feat-calendar-view-353f8f6fchore: Enumerate the LayoutTypePB enum type to get the supported layout typesb315a8dfix: deserialize object type is not the same as serialize object typead036cechore: add set/get calendar settings event📊 Changes
13 files changed (+568 additions, -32 deletions)
View changed files
➕
frontend/app_flowy/lib/plugins/calendar/application/calendar_bloc.dart(+159 -0)➕
frontend/app_flowy/lib/plugins/calendar/application/calendar_data_controller.dart(+115 -0)➕
frontend/app_flowy/lib/plugins/calendar/application/calendar_listener.dart(+65 -0)📝
frontend/rust-lib/flowy-client-sync/src/client_database/database_view_revision_pad.rs(+27 -0)➕
frontend/rust-lib/flowy-database/src/entities/calendar_entities.rs(+85 -0)📝
frontend/rust-lib/flowy-database/src/entities/mod.rs(+2 -0)📝
frontend/rust-lib/flowy-database/src/entities/setting_entities.rs(+17 -23)📝
frontend/rust-lib/flowy-database/src/event_handler.rs(+20 -0)📝
frontend/rust-lib/flowy-database/src/event_map.rs(+10 -1)📝
frontend/rust-lib/flowy-database/src/notification.rs(+2 -0)📝
frontend/rust-lib/flowy-database/src/services/database_view/editor.rs(+21 -1)📝
frontend/rust-lib/flowy-database/src/services/database_view/trait_impl.rs(+17 -6)📝
shared-lib/database-model/src/view_rev.rs(+28 -1)📄 Description
Type of change
How Has This Been Tested?
Checklist:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.