mirror of
https://github.com/marcogll/talia_bot.git
synced 2026-01-13 21:35:19 +00:00
refactor: Migrate bot core and modules from talia_bot to bot directory, update start_bot.sh and Dockerfile, and modify README.md.
This commit is contained in:
31
bot/data/flows/admin_project_management.json
Normal file
31
bot/data/flows/admin_project_management.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"id": "admin_project_management",
|
||||
"role": "admin",
|
||||
"trigger_button": "manage_vikunja",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user