nordabiz/blueprints
Maciej Pienczyn 720d7a2d7d
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
fix(messages): root cause of double messages — polling re-adds sent message
The actual bug: Composer.send() appends message to DOM via appendMessage(),
then 1-5s later the polling loop fetches the same message from API and
appends it again. Fix: track sent messages in state.messages[convId] so
the polling dedup check (msg.id > newestId) filters them out.

Also removed debug logging.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 16:35:19 +01:00
..
admin feat(admin): kolumna blokady konta w panelu użytkowników 2026-03-23 10:27:14 +01:00
api AI enrichment: show current vs proposed comparison with color coding 2026-03-25 17:16:19 +01:00
audit feat: capture and display Google account email for OAuth connections 2026-03-11 07:32:43 +01:00
auth feat: add user engagement tracking (login_count, last_active_at, page_views_count) 2026-03-13 19:08:45 +01:00
benefits claude-mem plugin v10.3.3 2026-02-23 10:33:26 +01:00
board feat(board): widok read-only składek dla Zarządu i Rady Izby 2026-03-20 15:30:16 +01:00
chat fix: handle lazy loading error for company.category in chat routes 2026-03-28 05:54:49 +01:00
community Add VTIMEZONE definition for Google Calendar timezone recognition 2026-03-25 16:49:18 +01:00
education security(permissions): restrict guest access to members-only areas 2026-03-19 16:23:56 +01:00
forum security(permissions): restrict guest access to members-only areas 2026-03-19 16:23:56 +01:00
it_audit
membership claude-mem plugin v10.3.3 2026-02-23 10:33:26 +01:00
messages fix(messages): root cause of double messages — polling re-adds sent message 2026-03-28 16:35:19 +01:00
public feat(seo): dynamic sitemap with all companies, events, forum topics, B2B — ~150+ URLs instead of 5 2026-03-27 17:55:46 +01:00
reports feat(reports): membership fees report for board and council 2026-03-20 09:30:42 +01:00
__init__.py feat(messages): delete 1:1 messages and threads from detail view 2026-03-20 12:37:40 +01:00
CLAUDE.md
pej_constants.py fix(pej): use SessionLocal instead of db_session 2026-03-16 18:30:24 +01:00