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

Relationships between users #20

Merged
merged 4 commits into from
Oct 23, 2023
Merged

Relationships between users #20

merged 4 commits into from
Oct 23, 2023

Conversation

noxethiems
Copy link
Contributor

@noxethiems noxethiems commented Oct 16, 2023

Para representar las relaciones entre usuarios se creo la tabla de relationship que tiene los siguientes campos:

  • uuid
  • follower_id
  • following_id
  • created_at

Se crearon los siguientes endpoint:

  • Endpoint para seguir un usuario
  • Endpoint para dejar de seguir un usuario
  • Endpoint para listar usuarios seguidos por un usuario
  • Endpoint para listar los seguidores de un usuario

@noxethiems noxethiems changed the title Relationships between users [WIP] Relationships between users Oct 16, 2023
@noxethiems noxethiems requested a review from Maferep October 16, 2023 19:06
@noxethiems noxethiems self-assigned this Oct 18, 2023
Copy link
Contributor

@Maferep Maferep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lo veo todo bien, quizas ver el tema de await session execute

@Maferep Maferep merged commit 1c5a915 into main Oct 23, 2023
6 checks passed
@noxethiems noxethiems deleted the feature/relationships_table branch October 24, 2023 02:31
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

Successfully merging this pull request may close these issues.

2 participants