Ferreteria/v0.6
Jump to navigation
Jump to search
Clade Documentation
namespace | endname |
---|---|
Woozalia\Ferret\Aux | StandardBase |
Woozalia\Ferret\Config | Objectorium |
Woozalia\Ferret\Sys\Events\Actor | Option |
Woozalia\Ferret\Sys\Events | Actor |
Woozalia\Futil\Sys\dba | Actor |
Woozalia\Ferret\Sys\Events | Action |
2025-01-21 Okay, so, the problem with trying to combine Actor with Rq (mainly AdminRq) seems to be that they serve different parts of the transaction:
- Actor handles UI interactions: interpret the input, output feedback for the user.
- AdminRq handles comms between what the code knows it needs to do and the Engine objects that know how to do it.