Commit Graph

9 Commits

Author SHA1 Message Date
2e2e75fe87 fix: update JwtService to handle default expiration and add tests for token generation
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 39s
2026-03-28 03:40:03 -03:00
bb47bf25c5 test(backend): add failing tests for step 1 — llama env-only config 2026-03-27 03:01:35 -03:00
ebcea643c4 feat(backend): persist tasks and generated message history
- add EntityTask domain and CRUD API backed by PostgreSQL

- relate generated messages directly to tasks and delete on task removal

- move preview generation to backend Llama endpoint

- migrate frontend task APIs from localStorage to backend endpoints

- update tests and CLAUDE rules for backend-owned LLM/persistence
2026-03-27 02:46:56 -03:00
9065db504e test(backend): add failing tests for step 10 — AuthService and AuthController 2026-03-26 19:03:35 -03:00
8c742ce3a4 test(backend): add failing tests for step 7 — EmailSenderService 2026-03-26 18:50:04 -03:00
5307856e55 feat(backend): implement step 6 — AiService with OpenAI RestClient integration 2026-03-26 18:49:34 -03:00
8885a1fb96 test(backend): add failing tests for step 6 — AiService 2026-03-26 18:47:04 -03:00
a4fb543b7f test(backend): add failing tests for step 5 — PromptBuilderService 2026-03-26 18:45:31 -03:00
58b9907c44 test(backend): add failing tests for step 4 — EmailReaderService 2026-03-26 18:42:33 -03:00