wordpress-mobile / wordpress-mobile/WordPress-Android
Universal Links: Handle Notifications 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 Stats via a universal link, we should open the Stats section of the app.
https://wordpress.com/stats/{day,week,month,year}/*
Parameter can be either a site ID or a domain
Includes query parameter: startDate=yyyy-mm-dd
https://wordpress.com/stats/insights/*
https://wordpress.com/stats/post/:post_id/:domain
https://wordpress.com/stats/day/*/:domain
First parameter can be posts, referrers, searchterms, videoplays, authors, countryviews, clicks
https://wordpress.com/stats/annualstats/*
https://wordpress.com/stats/activity/* – activity log.
Considerations:
Is user logged in at all?
Is user logged into the correct account to view this site? (i.e. do have the correct site loaded in the app)
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-link handling and the navigation path into Stats. Check each listed URL pattern, including the date, site, post, and activity parameters, along with logged-in and site-account cases. Done means the links open the corresponding Stats section or handle account and access mismatches appropriately.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100