cc6639e61bd14e2829b5845511979bac166d982b
- Added `selfserve_lane` class to handle self-serve lane operations. - Implemented commands (START, STOP, RESET) and states (IDLE, IN_WASH, FAULT, etc.) for lane lifecycle. - Introduced traits for managing lane status, mode, state, caching, and port control. - Added enums for cohesive type definitions (`selfserve_lane_command`, `selfserve_lane_status`, `selfserve_lane_state`, etc.). - Configured `/modules/self-serve/lane/status` route to expose lane state and status via API. - Linked self-serve configuration via `selfserve_c` and `selfserve_enabled_c` for module toggling. - Integrated lane caching logic with Redis for performance improvements. - Updated `index.php` to include the self-serve module.
Description
Staging repo for api (CI + promotion to GitHub)
40 MiB
Languages
PHP
93.5%
HTML
3.5%
JavaScript
1.9%
Shell
0.4%
Python
0.3%
Other
0.3%