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

Accept or decline an invite from invitations' list #1054

Closed
4 tasks done
Tracked by #991
alfogrillo opened this issue Feb 23, 2023 · 0 comments
Closed
4 tasks done
Tracked by #991

Accept or decline an invite from invitations' list #1054

alfogrillo opened this issue Feb 23, 2023 · 0 comments

Comments

@alfogrillo
Copy link

alfogrillo commented Feb 23, 2023

As a user that has been invited to a new conversation I want to join a room to read messages & chat w. other users.

  • I can accept / decline an invite

Designs

ACs

  • When the user taps on "Accept" the client join the room calling one of the join API
    • After accepting (aka joining) the user should navigate to the new room opening the timeline
      • The timeline is pushed on top of the "Invites" screen
  • When a user declines an invitation the client should call the "Leave" API instead
    • A full screen alert will ask for a confirmation before the user declines the invite
  • An invite shouldn't be rendered in the "invites list" anymore after accepting/declining it
  • In case of errors show a full screen alert
    • Title: "Error" (key common_error)
    • Message: "Sorry, an error occurred" (key error_unknown)
    • Button: "OK" (key action_ok)

Matrix APIs

Join (Rust PR)

Leave (Rust PR)

Tasks

Preview Give feedback
  1. Z-ElementX-Alpha enhancement
    alfogrillo
  2. Z-ElementX-Alpha enhancement
    alfogrillo
  3. T-Enhancement Team: Element X Feature
    csmith
  4. T-Enhancement Team: Element X Feature
    alfogrillo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants