Skip to content

Main feature: database #55

Open
@bast0006

Description

@bast0006

We need a database module to store things persistently, such as thread state.

Things that need storing:

  • Thread metadata (originating message, thread ID, user )
  • Thread message data (who wrote, was internal, highest role, message content, reactions? Attachments? )
  • Config data (should just be a string/string KVS for now because that's how db config works)

These things should be server-keyed so in the future we can support multiserver if we want.

Metadata

Metadata

Labels

a: databaseRelated to or causes database changesp: highHigh Prioritys: approvedThe issue has received a maintainer's approvalt: featureRelating to the functionality of the application.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions