nordabiz/blueprints
Maciej Pienczyn 7383ec74a5
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
feat(audit): Add AI-powered audit analysis and action generation
Add Gemini AI integration to SEO, GBP, and Social Media audits that
generates contextual analysis summaries and prioritized action items
with ready-to-use content (Schema.org, meta descriptions, social posts,
GBP descriptions, review responses, content calendars).

New files:
- audit_ai_service.py: Central AI service with caching (7-day TTL)
- blueprints/api/routes_audit_actions.py: 4 API endpoints
- database/migrations/056_audit_actions.sql: 3 new tables
- templates/partials/audit_ai_actions.html: Reusable UI component

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 12:41:26 +01:00
..
admin feat: Add new services, scripts, and competitor dashboard 2026-02-07 12:00:54 +01:00
api feat(audit): Add AI-powered audit analysis and action generation 2026-02-07 12:41:26 +01:00
audit fix(seo): Correct last_modified_date attribute name to last_modified_at 2026-02-07 12:03:02 +01:00
auth fix: Use correct field name is_verified instead of email_verified 2026-02-02 13:19:54 +01:00
benefits feat: Add member benefits module with WisprFlow affiliate 2026-02-02 22:26:44 +01:00
board fix(security): Resolve 1 HIGH and 7 MEDIUM vulnerabilities from code review 2026-02-06 05:25:18 +01:00
chat fix(security): Resolve 1 HIGH and 7 MEDIUM vulnerabilities from code review 2026-02-06 05:25:18 +01:00
community feat: Add event access control for Rada Izby meetings 2026-02-03 12:41:42 +01:00
education fix: Usunięto placeholder video "Jak korzystać z NordaGPT" z Akademii 2026-01-30 20:35:01 +01:00
forum feat(forum): Add email notifications for replies + custom tooltips 2026-02-06 04:10:47 +01:00
it_audit refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
membership refactor(rbac): Migrate legacy is_admin checks to role-based has_role()/set_role() 2026-02-05 21:06:22 +01:00
messages security: Restrict member-only features to MEMBER role 2026-02-01 21:33:27 +01:00
public feat(multi-company): Allow users to be associated with multiple companies 2026-02-06 19:13:10 +01:00
reports refactor(phase1): Extract blueprints for reports, contacts, classifieds, calendar 2026-01-27 10:10:45 +01:00
__init__.py feat(company): Add company profile editing for owners and employees 2026-02-06 06:58:21 +01:00
CLAUDE.md fix: Rename pkd_codes column to ceidg_pkd_list to avoid backref conflict 2026-02-01 07:22:32 +01:00