Commit Graph

9 Commits

Author SHA1 Message Date
e1e23f5315 Feat(holidays): Implement database-backed holiday detection system
- Adds a new `MercadosFeriados` table to the database to persist market holidays.
- Implements `HolidayDataFetcher` to update holidays weekly from Finnhub API.
- Implements `IHolidayService` with in-memory caching to check for holidays efficiently.
- Worker service now skips fetcher execution on market holidays.
- Adds a new API endpoint `/api/mercados/es-feriado/{mercado}`.
- Integrates a non-blocking holiday alert into the `BolsaLocalWidget`."
2025-07-15 11:20:28 -03:00
5e317ab304 Mismo que anterior Commit 2025-07-03 15:56:06 -03:00
20b6babc37 feat(Worker): Implementa servicio de notificación para alertas de fallos críticos - Se remueve .env y se utilizan appsettings.Development.json y User Secrets 2025-07-03 15:55:48 -03:00
6479a5a040 feat(Worker): Implementa política de reintentos con Polly para resiliencia en la obtención de datos 2025-07-03 12:11:08 -03:00
93b2887bd5 feat: adaptación de los proyectos para utilizar .env y comienzo de preparación para despliegue en docker 2025-07-03 11:44:10 -03:00
ab9e77fa81 feat: Add visual summary cards for Agro/Grains and implement 24h time format 2025-07-01 16:05:26 -03:00
8595dd16a8 fix: Resolve encoding issue for AgroFetcher and authorization for BcrFetcher 2025-07-01 12:27:28 -03:00
10f19af9f8 feat: Worker Service - API endpoints
Implement and configure Worker Service to orchestrate data fetchers - Implement API endpoints for stock market data
2025-07-01 12:19:00 -03:00
76635a0da9 feat: Initial project structure setup with solution and projects 2025-07-01 10:46:13 -03:00