legco_ai_assistant/backend/app
Woody 52c09b86cb feat(frontend): add nav bar with routing, markdown rendering, and enhancement plan
- Add react-router-dom with NavBar component (LTT + RAG Database tabs)
- Extract AppContent into LTTPage, add RAGDatabasePage placeholder
- Refactor App.tsx to BrowserRouter + Routes layout
- Switch ResponsePanel to react-markdown for rich formatting
- Fix ResponsePanel test for markdown rendering
- Update RAG prompt to cite source name instead of number
- Save Phase 1 enhancement plan (.plans/phase1_enhancement_plan.md)
2026-04-23 18:37:30 +08:00
..
core feat(backend): migrate LLM client to OpenAI SDK with thinking control 2026-04-23 14:10:26 +08:00
models refactor(backend): update Pydantic models for ingestion and query 2026-04-23 13:26:20 +08:00
routers refactor(backend): update ingest and query routers 2026-04-23 13:26:32 +08:00
services feat(frontend): add nav bar with routing, markdown rendering, and enhancement plan 2026-04-23 18:37:30 +08:00
test fix(backend): extract JSON from markdown code blocks in LLM responses 2026-04-23 16:28:07 +08:00
utils refactor(backend): update document parsers for DOCX and PDF 2026-04-23 13:27:08 +08:00
__init__.py feat: Phase 1.1 project setup with config, database, and models 2026-04-22 16:13:52 +08:00
main.py feat(backend): add rotating file logging to backend/app/log/ 2026-04-23 14:09:48 +08:00