botserver/src
Rodrigo Rodriguez (Pragmatismo) 31b80ba7f9 Add message type constants and documentation
Introduce a shared enum-based system for categorizing message types
across the Rust backend and JavaScript frontend. This replaces magic
numbers with named constants for improved type safety, readability, and
maintainability.

The implementation includes:
- Rust MessageType enum with serialization support
- JavaScript constants matching the Rust enum values
- Helper
2025-11-29 11:17:01 -03:00
..
attendance Remove unused sqlx dependency and related code 2025-11-28 09:27:29 -03:00
basic Replace magic numbers with MessageType constants 2025-11-28 18:15:09 -03:00
calendar Remove unused sqlx dependency and related code 2025-11-28 09:27:29 -03:00
compliance Remove unused sqlx dependency and related code 2025-11-28 09:27:29 -03:00
console Replace magic numbers with MessageType constants 2025-11-28 18:15:09 -03:00
core Add message type constants and documentation 2025-11-29 11:17:01 -03:00
desktop Add SQLx dependencies for calendar feature 2025-11-27 23:10:43 -03:00
directory Add .env.example with comprehensive configuration template 2025-11-28 13:19:03 -03:00
drive Replace magic numbers with MessageType constants 2025-11-28 18:15:09 -03:00
email Add .env.example with comprehensive configuration template 2025-11-28 13:19:03 -03:00
llm Add .env.example with comprehensive configuration template 2025-11-28 13:19:03 -03:00
meet Add .env.example with comprehensive configuration template 2025-11-28 13:19:03 -03:00
nvidia - Even more keywords. 2025-11-22 12:26:16 -03:00
tasks Add .env.example with comprehensive configuration template 2025-11-28 13:19:03 -03:00
vector-db Add .env.example with comprehensive configuration template 2025-11-28 13:19:03 -03:00
weba - Refactor folder as features. 2025-11-22 22:55:35 -03:00
lib.rs Add .env.example with comprehensive configuration template 2025-11-28 13:19:03 -03:00
main.rs run 2025-11-28 15:06:30 -03:00