mirror of
https://github.com/marcogll/talia_bot.git
synced 2026-01-13 21:35:19 +00:00
feat: Initial project structure
- Creates the initial project structure for the Talía bot, including the `app` and `app/modules` directories. - Adds placeholder files for the core application logic, modules, and configuration. - Includes a `Dockerfile` and `docker-compose.yml` for containerization. - Adds a `requirements.txt` file with the necessary dependencies. - Creates a `tasks.md` file to track development progress.
This commit is contained in:
41
tasks.md
Normal file
41
tasks.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# Talía Development Tasks
|
||||
|
||||
This file tracks the development tasks for the Talía project.
|
||||
|
||||
## Phase 1: Project Scaffolding
|
||||
|
||||
- [x] Create `tasks.md` to track project development.
|
||||
- [x] Create the basic directory structure (`app`, `app/modules`).
|
||||
- [x] Create placeholder files in the root directory (`docker-compose.yml`, `Dockerfile`, `.env.example`).
|
||||
- [x] Create placeholder files in the `app` directory.
|
||||
- [x] Create placeholder files in the `app/modules` directory.
|
||||
|
||||
## Phase 2: Core Logic Implementation
|
||||
|
||||
- [ ] Implement `main.py` as the central orchestrator.
|
||||
- [ ] Implement `config.py` to handle environment variables.
|
||||
- [ ] Implement `permissions.py` for role-based access control.
|
||||
- [ ] Implement `webhook_client.py` for n8n communication.
|
||||
|
||||
## Phase 3: Module Implementation
|
||||
|
||||
- [ ] Implement `onboarding.py` module.
|
||||
- [ ] Implement `agenda.py` module.
|
||||
- [ ] Implement `citas.py` module.
|
||||
- [ ] Implement `equipo.py` module.
|
||||
- [ ] Implement `aprobaciones.py` module.
|
||||
- [ ] Implement `servicios.py` module.
|
||||
- [ ] Implement `admin.py` module.
|
||||
|
||||
## Phase 4: Integrations
|
||||
|
||||
- [ ] Implement `calendar.py` for Google Calendar integration.
|
||||
- [ ] Implement `llm.py` for AI-powered responses.
|
||||
- [ ] Implement `scheduler.py` for daily summaries.
|
||||
|
||||
## Log
|
||||
|
||||
### 2024-05-22
|
||||
|
||||
- Created `tasks.md` to begin tracking development.
|
||||
- Completed initial project scaffolding.
|
||||
Reference in New Issue
Block a user