From 7237ffb567cd286b5799ca09f9f049535b67bfc4 Mon Sep 17 00:00:00 2001 From: DavidDevGt Date: Wed, 6 Nov 2024 01:09:27 -0600 Subject: [PATCH] Update example configuration files to include new API keys and modify structure for scheduling --- .env.example | 3 ++- config.example.json | 29 +++++++++++++++++++++++++---- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/.env.example b/.env.example index bcaa176..40fc2f5 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,4 @@ API_KEY= AUTHORIZED_NUMBER=502xxxxxxxx@c.us -CHROME_PATH= \ No newline at end of file +CHROME_PATH= +GOOGLE_GEMINI_API_KEY= \ No newline at end of file diff --git a/config.example.json b/config.example.json index 46db3d8..03cc272 100644 --- a/config.example.json +++ b/config.example.json @@ -27,9 +27,26 @@ "modalidad": { "tipo": "", "distribucion": { - "ciclo_presencial": 0, - "ciclo_remoto": 0, - "frecuencia": "" + "dias_ciclo_1": 0, + "dias_ciclo_2": 0, + "horario": { + "inicio": "", + "fin": "" + }, + "dias_oficina_ciclo_1": { + "lunes": "", + "martes": "", + "miercoles": "", + "jueves": "", + "viernes": "" + }, + "dias_oficina_ciclo_2": { + "lunes": "", + "martes": "", + "miercoles": "", + "jueves": "", + "viernes": "" + } } }, "compensacion": { @@ -38,6 +55,10 @@ { "dia": 0, "descripcion": "" + }, + { + "dia": "", + "descripcion": "" } ] } @@ -149,4 +170,4 @@ "acciones": [] } } -} \ No newline at end of file +}