lucasacchi
  • Joined on 2025-12-07
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-08 20:46:38 +02:00
beca854176 feat: add E2E test for profile update and delete account
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-08 18:44:33 +02:00
ac70da42f4 docs: mark Fase 2 User Profile as completed
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-08 18:40:13 +02:00
adf54f2632 feat: complete user profile management implementation - Added first_name, last_name fields to user schema - Updated PUT /auth/me endpoint for profile updates - Updated DELETE /auth/me endpoint for account deletion - Implemented Frontend settings pages (Profile, Password, Account) - Added useProfile hook with update/delete functionality - Completed Fase 2: User Profile Management - Added detailed testing documentation
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-08 17:01:20 +02:00
219c22c679 feat: implement user profile management
2c5d751f72 feat: implement user profile management (Fase 2)
Compare 2 commits »
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-08 00:33:37 +02:00
1d14668b1b docs: update todo.md - mark Fase 1 Forgot Password as completed
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-08 00:32:44 +02:00
1f8d44ebfe feat: implement forgot password and reset password frontend
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-08 00:29:17 +02:00
c03f66cbbf docs: add frontend missing features analysis - forgot password and user profile management
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-08 00:05:15 +02:00
1c6f0b5b61 fix: configure nginx proxy for API calls to fix cross-origin issues
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-07 23:55:04 +02:00
26037cf511 fix: move OnboardingProvider inside BrowserRouter to fix useLocation error
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-07 23:48:09 +02:00
a1068ad99b docs: update README and todo.md for v1.0.0 release
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-07 23:40:14 +02:00
330c547e73 fix: add flower package for Celery monitoring
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-07 23:35:59 +02:00
9de9981492 fix: resolve CORS middleware error causing backend restart
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-07 23:22:09 +02:00
02907e4790 fix: add complete opentelemetry instrumentation packages
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-07 23:19:29 +02:00
ba67962170 fix: add opentelemetry-instrumentation-sqlalchemy dependency
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-07 23:16:30 +02:00
711674fb31 fix: add opentelemetry-exporter-jaeger dependency
1344ac1917 fix: add missing Python dependencies for Docker
Compare 2 commits »
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-07 22:57:46 +02:00
de2994c3b5 fix: resolve IMMUTABLE function errors in database migrations
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-07 22:48:43 +02:00
e88050c2e4 fix: resolve Docker database connection issues - COMPLETE
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-07 22:32:47 +02:00
7748a545c5 fix: Docker Compose working configuration
b2528dd21a fix: Docker Compose configuration fixes
Compare 2 commits »
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-07 22:17:54 +02:00
c3fa4d6127 docs: add comprehensive Docker documentation to README
lucasacchi pushed to main at LogWhispererAI/mockupAWS 2026-04-07 21:52:02 +02:00
a5f6e1a20c docs: update documentation for v1.0.0 release and future milestones