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 joining a text channel (Backend) #27

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

Comments

@TheFourthKaramazov
Copy link
Owner

User Story (Backend)

As a user, I want to join a text channel so that I can send and receive messages.

Description

The backend should allow users to join channels and validate their permissions.

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

  • Create an API endpoint to join a channel.
  • Validate that the user has permission to join the channel.
  • Store the user's channel membership in the database.

Acceptance Criteria

  • Users can successfully join a channel via the API.
  • Unauthorized users cannot join restricted channels.
  • The database records the user’s membership.

Priority

High

Labels

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

2 participants