Skip to content

[Feature]: Adding a Indexed DB for Tasks Chat Data Storage #110

@anisharma07

Description

@anisharma07

Description

  • Right now, we’re storing chat data (like task-related conversations) in localStorage. But localStorage has a small limit (usually around 5MB), and it’s not built for large or complex data.
  • Switch to using IndexedDB can store way more data—perfect for chat messages or task history that could grow over time.

What needs to be done?

Set up an IndexedDB database.
Create a store (like a table) for chat data (e.g. messages, timestamps, task IDs).
Add functions to save, update, and retrieve chat data.
Replace current localStorage usage with IndexedDB.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions