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

Add follow/unfollow functionality with tests and Swagger docs #382

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

yusufaygun
Copy link
Contributor

  • Follow model to store follower-following relationships is created
  • Toggle follow endpoint for users is created
  • Unit tests for following, unfollowing, and unauthenticated access are created
  • Swagger documentation for the follow/unfollow endpoint is written

- Follow model to store follower-following relationships is created
- Toggle follow endpoint for users is created
- Unit tests for following, unfollowing, and unauthenticated access are created
- Swagger documentation for the follow/unfollow endpoint is written
@yusufaygun yusufaygun added Type: Feature New feature Component: Backend Issues related to server-side logic or infrastructure labels Dec 14, 2024
@yusufaygun yusufaygun added this to the Milestone 3 - (Final) milestone Dec 14, 2024
@yusufaygun yusufaygun self-assigned this Dec 14, 2024
@sonerkuyar
Copy link
Member

Following mechanism works correctly. Im merging the PR.

@sonerkuyar sonerkuyar merged commit 6c5937c into backend Dec 14, 2024
@yusufaygun yusufaygun linked an issue Dec 16, 2024 that may be closed by this pull request
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Backend Issues related to server-side logic or infrastructure Type: Feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backend: Create Follow/Unfollow User Endpoint
2 participants