generalbots/src/core/shared
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
..
admin.rs Fix compiler warnings and improve code consistency 2025-11-27 08:34:24 -03:00
analytics.rs Refactor InstagramAdapter initialization and implement file sending 2025-11-27 13:53:16 -03:00
message_types.rs Add message type constants and documentation 2025-11-29 11:17:01 -03:00
mod.rs Replace magic numbers with MessageType constants 2025-11-28 18:15:09 -03:00
models.rs Replace magic numbers with MessageType constants 2025-11-28 18:15:09 -03:00
schema.rs - Refactor folder as features. 2025-11-22 22:55:35 -03:00
state.rs Refactor InstagramAdapter initialization and implement file sending 2025-11-27 13:53:16 -03:00
utils.rs Update default features and add quick start guide 2025-11-28 13:50:28 -03:00