botserver/src/attendance
Rodrigo Rodriguez (Pragmatismo) 0de4565e5a
All checks were successful
BotServer CI/CD / build (push) Successful in 4m55s
refactor: Generalize WhatsAppAdapter::new to accept &AppState
- Simplify constructor from (pool, bot_id, cache) to (&state, bot_id)
- Adapter now extracts conn and cache from AppState internally
- Updates 15 call sites across 6 files
- Removes redundant parameter plumbing at every call site
2026-04-04 15:46:10 -03:00
..
drive.rs feat: implement feature bundling architecture and fix conditional compilation 2026-01-23 13:14:20 -03:00
keyword_services.rs feat(security): Complete security infrastructure implementation 2025-12-28 19:29:18 -03:00
llm_assist.rs feat: Add JWT secret rotation and health verification 2026-02-19 19:42:41 +00:00
llm_assist_commands.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
llm_assist_config.rs Fix Bedrock config for OpenAI GPT-OSS models 2026-03-10 12:36:24 -03:00
llm_assist_handlers.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
llm_assist_helpers.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
llm_assist_types.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
llm_parser.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
llm_types.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00
mod.rs refactor: Generalize WhatsAppAdapter::new to accept &AppState 2026-04-04 15:46:10 -03:00
queue.rs feat: add campaigns, attendance SLA, and marketing modules 2026-03-14 16:35:42 -03:00
sla.rs feat: add campaigns, attendance SLA, and marketing modules 2026-03-14 16:35:42 -03:00
webhooks.rs feat: add campaigns, attendance SLA, and marketing modules 2026-03-14 16:35:42 -03:00