-
From https://github.com/WordPoints/hooks-api/issues/66#issuecomment-167881161:
> We could then do very generic stuff like prevent a reverse occurring when a regular fire never occurred. Though I'm no…
-
When there is no primary arg for the event related to a hit, we save the `primary_arg_guid` as an empty string. However, it would make more sense to just save the value as `null` instead, and that wou…
-
https://github.com/WordPoints/hooks-api/issues/66#issuecomment-187420112 has concluded that we need this along with #103 to properly handle imported legacy points hooks that have reversals disabled. T…
-
Right now we don't really have any useful feedback for the user when there is an error updating a hook. Actually, the hooks UI doesn't really provide any feedback at all.
Inside `WordPoints_Points_Ho…
-
In https://github.com/WordPoints/hooks-api/issues/123#issuecomment-216324613 we discussed the possibility that there may be more information about events that we could provide in the events API. The f…
-
In https://github.com/WordPoints/hooks-api/issues/123#issuecomment-209631801 and https://github.com/WordPoints/hooks-api/issues/123#issuecomment-216276994 we discussed how the event/action API that we…
-
The network mode for the points hooks works fine for the user in normal operation. However, we run into issues when we're trying to do things programmatically, for example in the unit tests.
The main…
-
In https://github.com/WordPoints/hooks-api/issues/98#issuecomment-183686044 it was brought up that we're reversing all matching hits that have occurred in the reverse firer, instead of only those that…
-
After a long struggle over whether to change how the points reactor handles reversals from the way that they were handled in the Hooks API, it has been decided not to change anything for now. This con…
-
Building on #64 and #78, I think we should consider registering events (and possibly actions) per-entity. So instead of registering the `post_publish` and `user_register` events, we'd use a children r…