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

[text-channels] Implement API for retrieving message history in a text channel (Backend) #31

Open
6 tasks
TheFourthKaramazov opened this issue Feb 11, 2025 · 0 comments
Milestone

Comments

@TheFourthKaramazov
Copy link
Owner

User Story (Backend)

As a user, I want to retrieve past messages from a text channel so that I can review previous discussions.

Description

The backend should provide an API to fetch past messages for a given channel.

Tasks (Backend - FastAPI, SQLite/PostgreSQL, SQLAlchemy)

  • Create an API endpoint to fetch message history for a channel.
  • Ensure messages are returned in chronological order.
  • Implement pagination for better performance.

Acceptance Criteria

  • Users can request past messages for a channel.
  • Messages are returned in the correct order.
  • The API supports pagination.

Priority

High

Labels

  • backend
  • text-channels
  • message-history
  • core-feature
@TheFourthKaramazov TheFourthKaramazov added this to the Second Sprint milestone Feb 11, 2025
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