nordabiz/blueprints/api
Maciej Pienczyn c0d60481f0
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
refactor(rbac): Migrate legacy is_admin checks to role-based has_role()/set_role()
Replace ~20 remaining is_admin references across backend, templates and scripts
with proper SystemRole checks. Column is_admin stays as deprecated (synced by
set_role()) until DB migration removes it.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-05 21:06:22 +01:00
..
__init__.py feat: Add membership application system 2026-02-01 12:38:31 +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
routes_analytics.py refactor: Migrate analytics API routes to api blueprint 2026-01-31 17:35:08 +01:00
routes_company.py refactor(rbac): Migrate legacy is_admin checks to role-based has_role()/set_role() 2026-02-05 21:06:22 +01:00
routes_contacts.py refactor: Migrate contacts API routes to api blueprint 2026-01-31 17:42:18 +01:00
routes_gbp_audit.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_membership.py feat: Add Biała Lista VAT integration for NIP→KRS lookup 2026-02-01 14:32:36 +01:00
routes_recommendations.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_seo_audit.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_social_audit.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00