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

User conversation - display message history #72

Closed
2 tasks done
dtnguyen22 opened this issue Jan 21, 2022 · 0 comments · Fixed by #198
Closed
2 tasks done

User conversation - display message history #72

dtnguyen22 opened this issue Jan 21, 2022 · 0 comments · Fixed by #198
Assignees
Labels
backend feature Feature request priority:low Default priority when a new issue is created
Projects
Milestone

Comments

@dtnguyen22
Copy link
Collaborator

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

  • Once a user selects a conversation in their conversation history, the application will query the ChatRoom information, the message history and display it to the user.
  • A conversation must have a room ID (ChatRoom object) that contains Message history, a message must contain:
    • Message date (craetedAt)
    • Sent by (userID)
    • Seen (isSeen)
    • Content (content)
    • Photo (photo)

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

Describe the solution you'd like

  • Design a GraphQL schema for ChatRoom object
  • Implement a GraphQL query for ChatRoom->Messages

Acceptance criteria

  • Frontend can query ChatRoom information that contains Message history and display it to the user.
  • Message must contain all the required attributes.
  • Messages must be displayed in chronological order.

Additional context

Final SRS: https://seneca.sharepoint.com/:w:/s/PRJ566NAAFall2021-Team04/EUqySSjxSqJLiVd2OyWDEAABJI8vfO567WsHBpPZmSQWCg?e=FJcwSh

@dtnguyen22 dtnguyen22 added backend feature Feature request priority:low Default priority when a new issue is created labels Jan 21, 2022
@dtnguyen22 dtnguyen22 added this to the Milestone 3 milestone Jan 21, 2022
@dtnguyen22 dtnguyen22 added this to Backlog in Seeksi via automation Jan 21, 2022
@tuanthanh2067 tuanthanh2067 self-assigned this Feb 16, 2022
Seeksi automation moved this from Backlog to Done Feb 17, 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:low Default priority when a new issue is created
Projects
Seeksi
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants