| @@ -99,8 +99,14 @@ | ||
| 99 | 99 | * `desktop-mode/v1/post-type/<slug>` routes register at all |
| 100 | 100 | * (`rest-post-type.php`). |
| 101 | 101 | * - The per-comment dossier route |
| 102 | 102 | * `desktop-mode/v1/comment-stats/<id>` (`comment-stats.php`). |
| 103 | + * - The user and term dossier routes | |
| 104 | + * `desktop-mode/v1/user-stats/<id>`, | |
| 105 | + * `desktop-mode/v1/user-footprint/<id>` and | |
| 106 | + * `desktop-mode/v1/term-stats/<taxonomy>/<id>` (`user-stats.php`, | |
| 107 | + * `user-footprint.php`, `term-stats.php`), which then scope their | |
| 108 | + * payloads to what the caller may read. | |
| 103 | 109 | * - Whether the WooCommerce integration's boot config ships, so the |
| 104 | 110 | * client can reach the order / customer / product surfaces at all |
| 105 | 111 | * — those routes still enforce their own Woo capabilities on top |
| 106 | 112 | * (`integrations/woocommerce.php`). |