Commit Graph

7 Commits

Author SHA1 Message Date
5307856e55 feat(backend): implement step 6 — AiService with OpenAI RestClient integration 2026-03-26 18:49:34 -03:00
7d45586798 feat(backend): implement step 5 — PromptBuilderService 2026-03-26 18:46:24 -03:00
81b356af67 feat(backend): implement step 4 — EmailContext and EmailReaderService 2026-03-26 18:44:43 -03:00
6e95acc128 feat(backend): implement step 3 — VirtualEntityRepository and DispatchLogRepository 2026-03-26 18:41:54 -03:00
054608fc62 feat: implement VirtualEntity and DispatchLog models with corresponding tests and configuration 2026-03-26 18:21:13 -03:00
4649aba1d4 feat: update API base URL and change exposed ports to 6969 for frontend and backend services 2026-03-26 17:35:01 -03:00
ca2e645f02 feat: initialize frontend with React, Vite, and Tailwind CSS
- Added package.json for project dependencies and scripts.
- Configured PostCSS with Tailwind CSS.
- Created main application structure with App component and routing.
- Implemented API client for handling requests with Axios.
- Developed authentication API for login, logout, and user verification.
- Created entities API for managing virtual entities.
- Implemented logs API for fetching dispatch logs.
- Added navigation bar component for app navigation.
- Created protected route component for route guarding.
- Set up global CSS with Tailwind directives.
- Configured main entry point for React application.
- Developed basic Dashboard and Login pages.
- Set up router for application navigation.
- Added Jest testing setup for testing library.
- Configured Tailwind CSS with content paths.
- Set TypeScript configuration for frontend.
- Created Vite configuration for development and production builds.
- Added Nginx configuration for serving the application and proxying API requests.
2026-03-26 15:04:12 -03:00