woocommerce-android
woocommerce-android copied to clipboard
Handle Order Details Universal Link
trafficstars
Description
copied from https://github.com/woocommerce/woocommerce-ios/issues/7537
With this task we want to handle order details universal links and navigate the user to the details of the order specified by the parameters in the link URL.
The path schema would be /orders/details?blog_id=<blog id number>&order_id=<order id number> e.g /orders/details?blog_id=1&order_id=17 would navigate to the orders tab and then open the details for the order_id 17, of site with blog_id 1
The main challenge, therefore, is to change the site of the app if the passed blog id is not the same as the current app site id.
| Fails | |
|---|---|
| :no_entry_sign: | Please add a type label to this issue. e.g. 'type: enhancement' |
| :no_entry_sign: | Please add a feature label to this issue. e.g. 'feature: stats' |
Generated by :no_entry_sign: dangerJS