botserver/web/html
Rodrigo Rodriguez (Pragmatismo) 1d7d0e10c0 feat(automation): add unique constraint and refactor action execution
- Added UNIQUE constraint on system_automations (bot_id, kind, param) to prevent duplicate automations
- Refactored execute_action to accept full Automation struct instead of just param
- Simplified bot name resolution by using automation.bot_id directly
- Improved error handling in action execution with proper error propagation
- Removed redundant bot name lookup logic by leveraging existing bot_id
2025-11-02 20:57:53 -03:00
..
static Add About and Login pages with responsive design and user authentication 2025-10-26 00:02:19 -03:00
index.html feat(automation): add unique constraint and refactor action execution 2025-11-02 20:57:53 -03:00