Such as:
- test sent
- result received
- client add
- client approved
- test request / additional conditions on particular test
One area that can be cleaned then is:
if ($client['status'] == PIFR_SERVER_CLIENT_STATUS_TESTING) {
pifr_server_client_confirmation_check($client, $result);
}
in pifr_server_test_result()
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 586262-event-hooks.patch | 2.63 KB | boombatower |
Comments
Comment #1
boombatower commentedThe hooks almost align to:
I am thinking the confirmation ones should provide access to the user object who owns the client.
Comment #2
boombatower commentedComment #3
boombatower commentedCommitted.