Skip to content

docs: document all frontend IndexedDB store schemas (#454) - #534

Open
CHASE3020 wants to merge 1 commit into
codebestia:mainfrom
CHASE3020:docs/454-indexeddb-schemas
Open

docs: document all frontend IndexedDB store schemas (#454)#534
CHASE3020 wants to merge 1 commit into
codebestia:mainfrom
CHASE3020:docs/454-indexeddb-schemas

Conversation

@CHASE3020

Copy link
Copy Markdown

Add apps/web/docs/contracts-indexeddb-schemas.md documenting all five IndexedDB databases opened by the frontend:

  • clicked_crypto (v2): keys, deviceId, identityKeyPair stores
  • clicked_prekeys (v1): prekeys, signedPrekey stores
  • clicked_sessions (v1): sessions store
  • clicked_messages (v1): messages store (encrypted at rest)
  • clicked-search (v1): messages store (plaintext, local search)

Each database entry includes version, object store key paths, indexes, stored record shapes, and encryption-at-rest status.

Closes #454

Description

Type of change

  • Bug fix
  • New feature
  • Documentation update
  • Other

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally
  • My code follows the project's coding standards

Add apps/web/docs/contracts-indexeddb-schemas.md documenting all five
IndexedDB databases opened by the frontend:
  - clicked_crypto (v2): keys, deviceId, identityKeyPair stores
  - clicked_prekeys (v1): prekeys, signedPrekey stores
  - clicked_sessions (v1): sessions store
  - clicked_messages (v1): messages store (encrypted at rest)
  - clicked-search (v1): messages store (plaintext, local search)

Each database entry includes version, object store key paths,
indexes, stored record shapes, and encryption-at-rest status.

Closes codebestia#454
@drips-wave

drips-wave Bot commented Jul 30, 2026

Copy link
Copy Markdown

@CHASE3020 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

Contracts docs: IndexedDB store schemas

1 participant