mirror of
https://github.com/marcogll/talia_bot.git
synced 2026-01-13 13:25:19 +00:00
This commit provides a comprehensive update to the README.md file. The previous version was outdated and did not accurately represent the project's structure or architecture after the implementation of the JSON-based flow engine. Key changes: - Rewrites the "Arquitectura Técnica" section to be simpler and more accurate. - Updates the "Estructura del Proyecto" diagram to be a perfect representation of the current file and module structure. - Corrects the `git clone` URL in the installation instructions. - Harmonizes file names (e.g., `google_key.json`) across the documentation and configuration to avoid confusion. - Simplifies and clarifies the setup and execution instructions.
32 lines
844 B
JSON
32 lines
844 B
JSON
{
|
|
"id": "admin_project_management",
|
|
"role": "admin",
|
|
"trigger_button": "🏗️ Ver Proyectos",
|
|
"steps": [
|
|
{
|
|
"step_id": 0,
|
|
"variable": "PROJECT_SELECT",
|
|
"question": "Aquí está el tablero de ajedrez...",
|
|
"input_type": "dynamic_keyboard_vikunja_projects"
|
|
},
|
|
{
|
|
"step_id": 1,
|
|
"variable": "TASK_SELECT",
|
|
"question": "Has seleccionado el proyecto {project_name}. ¿Qué quieres hacer?",
|
|
"input_type": "dynamic_keyboard_vikunja_tasks"
|
|
},
|
|
{
|
|
"step_id": 2,
|
|
"variable": "ACTION_TYPE",
|
|
"question": "¿Cuál es la jugada?",
|
|
"options": ["🔄 Actualizar Estatus", "💬 Agregar Comentario"]
|
|
},
|
|
{
|
|
"step_id": 3,
|
|
"variable": "UPDATE_CONTENT",
|
|
"question": "Adelante. Soy todo oídos.",
|
|
"input_type": "text_or_audio"
|
|
}
|
|
]
|
|
}
|