Closed
Description
openedon Feb 26, 2020
Feature Issue
The current form of links is too verbose and long. After discussing this with @jarradh and some others we've decided to use shorter forms, like so:
- https://join.status.im/markets in favour of https://join.status.im/chat/public/markets
- https://join.status.im/u/0x04abcXYZ123... in favour of https://join.status.im/user/0x04abcXYZ123...
- https://join.status.im/u/jakubgs in favour of https://join.status.im/user/jakubgs
- https://join.status.im/u/jakubgs.eth in favour of https://join.status.im/user/jakubgs.eth
- https://join.status.im/b/ens.domains in favour of https://join.status.im/browse/ens.domains
These were implemented in status-im/universal-links-handler#29 and are already deployed.
User Story
As a user, I want to shorter universal links so that it's easier to remember them and make them yourself. They also produce more readable QR codes.
Description
We will have to support both the old and the new way for at least one release to not break the old links. After that we can see in server logs how many people still use them and we can retire them eventually in a later release to avoid maintaining dead code.
Acceptance Criteria
New forms of universal links are supported on Android and iOS, in addition to old forms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment