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

Query Chat Room #178

Closed
2 tasks
oliver-pham opened this issue Feb 14, 2022 · 0 comments · Fixed by #203
Closed
2 tasks

Query Chat Room #178

oliver-pham opened this issue Feb 14, 2022 · 0 comments · Fixed by #203
Assignees
Labels
backend feature Feature request priority:medium Issue to be done in the current sprint
Projects

Comments

@oliver-pham
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

As a user, I want to be able to retrieve any chat rooms between me and another user.

Are there any related issues? Please list all of them.

Describe the solution you'd like

We might want to dive a bit into GraphQL Subscription to see what is involved. Our basic needs include:

  • Design GraphQL schema for Chat Room
  • Implement GraphQL query for Chat Room

Acceptance criteria

  • Frontend can retrieve a list of chat rooms for an authenticated users
  • Message history must include a variable for indicating if a user has unmatched (hinting at isDisabled)
  • The response must also show whether a user account has been deleted

Describe alternatives you've considered

N/A

Additional context

N/A

@oliver-pham oliver-pham added backend feature Feature request priority:medium Issue to be done in the current sprint labels Feb 14, 2022
@oliver-pham oliver-pham added this to Backlog in Seeksi via automation Feb 14, 2022
@tuanthanh2067 tuanthanh2067 self-assigned this Feb 17, 2022
Seeksi automation moved this from Backlog to Done Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend feature Feature request priority:medium Issue to be done in the current sprint
Projects
Seeksi
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants