Skip to content

Refactor mailbox access to store a cursor in the session #8

@pheller

Description

@pheller

The Messaging table index is presently set in an inflexible and fragile manner, and users paginate through messages with limit/offset. It is preferable to use a more robust auto-increment index for the table, and store a cursor in the Session struct such that pagination is deterministic (and simpler).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions