docs(release): add v1.52.0 release notes — team management
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
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
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
68d020248c
commit
ce93c0632e
@ -1182,6 +1182,21 @@ def dashboard():
|
|||||||
def _get_releases():
|
def _get_releases():
|
||||||
"""Return list of all release notes entries."""
|
"""Return list of all release notes entries."""
|
||||||
return [
|
return [
|
||||||
|
{
|
||||||
|
'version': 'v1.52.0',
|
||||||
|
'date': '2 kwietnia 2026',
|
||||||
|
'badges': ['new'],
|
||||||
|
'links': {
|
||||||
|
'Edycja firmy': '/firma/edytuj',
|
||||||
|
},
|
||||||
|
'new': [
|
||||||
|
'★ <strong>Zarządzanie zespołem firmy</strong> - kadra zarządzająca może samodzielnie dodawać nowe osoby do firmy, nadawać im role i zarządzać uprawnieniami, bez pomocy administratora portalu',
|
||||||
|
'<strong>Zaproszenie nowego pracownika</strong> - wystarczy podać email i imię — system tworzy konto i wysyła zaproszenie z linkiem do ustawienia hasła',
|
||||||
|
'<strong>Role w zespole</strong> - trzy poziomy dostępu: Obserwator (podgląd), Pracownik (edycja wybranych sekcji profilu) i Kadra zarządzająca (pełna kontrola)',
|
||||||
|
'<strong>Uprawnienia pracownika</strong> - kadra zarządzająca decyduje, które sekcje profilu firmy może edytować każdy pracownik',
|
||||||
|
'<strong>Status aktywności</strong> - przy każdej osobie w zespole widać datę ostatniego logowania, a dla nowych osób możliwość ponownego wysłania zaproszenia',
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'version': 'v1.51.0',
|
'version': 'v1.51.0',
|
||||||
'date': '25 marca 2026',
|
'date': '25 marca 2026',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user