nordabiz/blueprints
Maciej Pienczyn 55718ed211 refactor: Extract chat blueprint (Phase 5)
- Create blueprints/chat/ with 9 routes:
  - chat, chat_settings, chat_start, chat_send_message
  - chat_get_history, chat_list_conversations, chat_delete_conversation
  - chat_feedback, chat_analytics
- Register chat blueprint with backward-compatible aliases
- Remove dead code from app.py (-458 lines)
- app.py: 13,058 → 12,600 lines (-3.5%)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 07:54:08 +01:00
..
auth refactor(phase2a): Extract auth + public blueprints with Alias Bridge 2026-01-31 07:28:18 +01:00
chat refactor: Extract chat blueprint (Phase 5) 2026-01-31 07:54:08 +01:00
community feat: Dodano moderację tablicy B2B dla administratora 2026-01-30 20:31:37 +01:00
education fix: Usunięto placeholder video "Jak korzystać z NordaGPT" z Akademii 2026-01-30 20:35:01 +01:00
forum refactor: Extract forum blueprint (Phase 3) 2026-01-31 07:42:18 +01:00
messages refactor: Extract messages + notifications blueprint (Phase 4) 2026-01-31 07:47:55 +01:00
public refactor(phase2a): Extract auth + public blueprints with Alias Bridge 2026-01-31 07:28:18 +01:00
reports refactor(phase1): Extract blueprints for reports, contacts, classifieds, calendar 2026-01-27 10:10:45 +01:00
__init__.py refactor: Extract chat blueprint (Phase 5) 2026-01-31 07:54:08 +01:00