nordabiz/blueprints/admin
Maciej Pienczyn 650c0d5760
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: Add Strefa RADA - closed section for Board Council members
- Add @rada_member_required decorator for access control
- Add BoardDocument model for storing protocols and documents
- Create document upload service (PDF, DOCX, DOC up to 50MB)
- Add /rada/ blueprint with list, upload, download endpoints
- Add "Rada" link in navigation (visible only for board members)
- Add "Rada" badge and toggle button in admin user management
- Create SQL migration to set up board_documents table and assign
  is_rada_member=True to 16 board members by email

Storage: /data/board-docs/ (outside webroot for security)
Access: is_rada_member=True OR role >= OFFICE_MANAGER

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 18:41:12 +01:00
..
__init__.py feat: Add member benefits module with WisprFlow affiliate 2026-02-02 22:26:44 +01:00
CLAUDE.md refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_analytics.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_announcements.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_audits.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_benefits.py feat: Add member benefits module with WisprFlow affiliate 2026-02-02 22:26:44 +01:00
routes_companies.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_insights.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_krs_api.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_membership.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_model_comparison.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_people.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_security.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_social.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_status.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_users_api.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_zopk_dashboard.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_zopk_knowledge.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_zopk_news.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes_zopk_timeline.py refactor: Migrate access control from is_admin to role-based system 2026-02-01 21:05:22 +01:00
routes.py feat: Add Strefa RADA - closed section for Board Council members 2026-02-03 18:41:12 +01:00