element-hq / element-meta

Shared/meta documentation and project artefacts for Element clients
65 stars 11 forks source link

[Story] Click on room permalink #2341

Closed bmarty closed 2 months ago

bmarty commented 3 months ago

Description

As a user I want to navigate to the room when I click on the room permalink so that I can see the timeline of the room, or be able to join the room.

Several cases must be handled:

The room is the same than the current room: In this case, there is no action to perform.

The room is not the same room

The user is already a member of the room The timeline is opened and added to the backstack, i.e. the user can navigate back to the current room and the timeline position is not lost.

The backstack is set back to default whenever the user opens a room through an other entry point (for example notification).

The user is not a member of the room

Maybe:

Acceptance criteria

Size estimate

M

Dependencies

Out of scope

Open questions

### Questions

Subtasks

### Android
- [ ] https://github.com/element-hq/element-x-android/issues/2642
### iOS
- [ ] https://github.com/element-hq/element-x-ios/issues/2632
### Rust
- [ ] https://github.com/matrix-org/matrix-rust-sdk/issues/3298
### Other