Commit Graph

4 Commits

Author SHA1 Message Date
Renato
3024ef09d2 Add minimax.md: Proposal for 25+ new exercises and features
- Detailed plan to expand from 12 to 25-30 exercises
- New exercises for each module with descriptions
- Gamification features (badges, leaderboard, levels)
- Pedagogical improvements (review mode, final exam)
- Social features and technical enhancements
- Prioritization roadmap
- Success metrics and design principles
2026-02-12 04:39:04 +01:00
Renato
ed62af159d Fix PDF permissions, routing, and FlujoCircular exercise
- Fix PDF file permissions (403 Forbidden error)
- Fix routing bug preventing access to modules 2-4
- Replace FlujoCircular with intuitive quiz version
- Cap progress percentage at 100%
- Add PDF viewer with modal in Recursos page
2026-02-12 04:30:15 +01:00
Renato
a2ed69fdb8 Fix login blank screen and progress persistence
- Fix authStore to persist user data, not just isAuthenticated
- Fix progressStore handling of undefined API responses
- Remove minimax.md documentation file
- All progress now properly saves to PostgreSQL
- Login flow working correctly
2026-02-12 03:38:33 +01:00
Renato
d31575a143 Initial commit: Plataforma de Economía
Features:
- React 18 + TypeScript frontend with Vite
- Go + Gin backend API
- PostgreSQL database
- JWT authentication with refresh tokens
- User management (admin panel)
- Docker containerization
- Progress tracking system
- 4 economic modules structure

Fixed:
- Login with username or email
- User creation without required email
- Database nullable timestamps
- API response field naming
2026-02-12 01:30:57 +01:00