Harris Papazoglou

Results 39 comments of Harris Papazoglou

Let's change the table name to `store_vendor_webhooks` so that it includes the word `store`

- [x] new WP page (if a relevant doesn’t exist) - [x] API key generation from interface - [x] webhook url field - [x] saving to user meta (vendor meta)...

@JulianBustamante is there any update here? Can you share a diff?

Yeah just found it too D86085-code - creating a WPCOM route that WC.com can call to sync vendor info

Let's use `Select2` https://select2.org/dropdown to offer a search in the dropdown.

Thanks everybody for chiming in, the solution that is already in production is tackling this issue with success! ![CleanShot 2022-08-16 at 12 49 38@2x](https://user-images.githubusercontent.com/12430020/184850798-cb7723eb-e78e-409e-a603-0795692055af.png)

> There's [a plugin that parses WP REST API endpoints and generates Swagger docs](https://wordpress.org/plugins/wp-api-swaggerui/) from it ([example](https://obietester107.wpcomstaging.com/rest-api/docs/)), addressing the code/docs separation concern. However, it would still mean that we'd likely...