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

Chat History #12

Open
LXBdev opened this issue May 5, 2023 · 1 comment
Open

Chat History #12

LXBdev opened this issue May 5, 2023 · 1 comment

Comments

@LXBdev
Copy link
Owner

LXBdev commented May 5, 2023

Localstorage
For first version

  • Maybe start with only current conversation => Requires "new conversation" button
  • Allow user to enable/disable history
  • Storing more than the current conversation probably requires UI rework

Persisted

  • Check user id if authentication is enabled
  • Allow toggling between disabled, localstorage and cloud if userId is available
  • Encrypt data at least somewhat
@LXBdev
Copy link
Owner Author

LXBdev commented May 12, 2023

Decide on storage format. Custom vs. "like the chat API"

LXBdev pushed a commit that referenced this issue Jul 30, 2024
LXBdev added a commit that referenced this issue Jul 30, 2024
* feat: store current chat in localstorage #12

* cleanup

* cleanup

---------

Co-authored-by: Alexander <[email protected]>
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

No branches or pull requests

1 participant