coyote-team / coyote-wp

Wordpress Plug-in for Coyote
2 stars 2 forks source link

Test Scenario: WebHook Updates #100

Closed jkva closed 2 years ago

jkva commented 2 years ago

When a webhook (resource group) is known and configured API side, and an update comes through, the plugin should:

jkva commented 2 years ago

Note: this currently only works when "pretty" permalinks are enabled. Perhaps the plugin should try to determine this and display a warning message if it's not the case.

jkva commented 2 years ago

Regarding the webhook updates not coming through while running docker, there are two options:

1) use https://ngrok.com/ (free account) to have a host that can be resolved to the wordpress docker container 2) run your wordpress docker instance on a remote VPS that can be reached via IP or hostname

Pen-a11y commented 2 years ago

Each of the webhook scenarios have been tested, and all of them work appropriately.

The next step for this scenario is to add a warning underneath the "Enable Coyote remote description updates" checkbox. The warning will tell the user when their WordPress is not using "pretty" permalinks, and that information can not be updated from coyote if their site is not using "pretty" permalinks.

Pen-a11y commented 2 years ago

The final step of the scenario has been finished. The warning underneath the "Enable Coyote remote description updates" checkbox has been implemented telling the user when their WordPress is not using "pretty" permalinks.