Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: quick note CRUD APIs #1089

Merged
merged 1 commit into from
Dec 20, 2024
Merged

feat: quick note CRUD APIs #1089

merged 1 commit into from
Dec 20, 2024

Conversation

khorshuheng
Copy link
Collaborator

@khorshuheng khorshuheng commented Dec 19, 2024

CRUD API for quick notes.

Quick notes will only be used on the appflowy web, and is private to workspace+user. The content of quick note is a json value provided by the web editor. The exact schema and fields values of this json value is of no concern to the backend, except when it comes to filtering, where the backend needs to return a search result that includes all quick notes with json values where at least one of the value for "insert" field contains the search term. The "insert" field can be nested.

@khorshuheng khorshuheng force-pushed the quick-notes-api branch 2 times, most recently from 8128c2f to 5a6023e Compare December 20, 2024 03:06
@khorshuheng khorshuheng merged commit a68dde0 into main Dec 20, 2024
10 checks passed
@khorshuheng khorshuheng deleted the quick-notes-api branch December 20, 2024 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant