Skip to content

[Cloud Service] Add account sync backend (bookmarks + notes) #2

@jacksonw111

Description

@jacksonw111

Goal

Support cross-device sync for user data.

Scope

  • Add Drizzle schema/tables for bookmark sync and note sync
  • Implement typed RPC procedures:
    • list sync payload
    • upsert bookmark
    • delete bookmark
    • upsert note
    • delete note
  • Scope all records by authenticated user id

Acceptance Criteria

  • Authenticated users can create/read/update/delete their own bookmarks and notes
  • Users cannot read or mutate other users data
  • Typecheck and build pass

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions