wordpress-mobile / wordpress-mobile/WordPress-Android
Universal Links: Handle Editor link
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 3.2k
- Forks
- 1.4k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 69
Description
When the user navigates to the app via a New Post link, we should launch the editor in the app.
https://wordpress.com/post
https://wordpress.com/post/:domain
Considerations:
Is the user logged in?
If the URL contains a reference to a specific site, do we have that site in the app?
Will this link be triggered if the user tries to edit an existing post?
Existing posts link to /post/:domain/:post_id – we should ignore this case for now.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the app's Universal Links handling and the navigation path into the editor. Check how login state and site availability are represented, then verify the /post and /post/:domain cases while leaving /post/:domain/:post_id ignored. Done means New Post links open the editor under the applicable conditions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100