feat(auth): adjust authority roles and optimize navigation layout#58
Merged
mtrznadel24 merged 2 commits intoMay 16, 2026
Hidden character warning
The head ref may contain hidden characters: "feature/IP-123-Dostosowanie-uprawnie\u0144-Authority"
Merged
Conversation
…d demo login - Authorization & Access Control: * Adjusted AUTHORITY role privileges to correctly overlap with both PROJECT_MANAGER (creation of projects/groups) and LINEAR_MANAGER (approvals & pending requests) based on new requirements. * Usurped strict administrator bypass and fixed backend method-level security expressions on project controllers to avoid leaking global access. * Hardened user invitation validation to only accept supervisors holding either LINEAR_MANAGER or AUTHORITY roles. - Navigation Architecture: * Refactored `Navbar` to dynamically support sub-navigation buckets (`children`) via cascade Dropdown menus to handle layout overcrowding. * Added dynamic path visibility checks and safe visibility filters to prevent rendering empty interface panels. * Enhanced UI/UX interaction surface (hitboxes) and contrast/hover active state indicators. - Demo Quick Login Feature: * Implemented a "Quick Login" panel inside `LoginView` using `react-hook-form`'s unified data-filling mechanics. * Added dedicated layout button toggles mapped to active DEV seeding data accounts (PM, Linear, Authority, Common) to expedite client demonstration flows.
FAZ110
reviewed
May 16, 2026
FAZ110
reviewed
May 16, 2026
FAZ110
reviewed
May 16, 2026
FAZ110
reviewed
May 16, 2026
FAZ110
requested changes
May 16, 2026
FAZ110
left a comment
Owner
There was a problem hiding this comment.
Chyba jest w porządku najbardziej się zastanawiam nad tym hardkodowaniem w LoginForm.view.tsx, a tak to jakieś nazewnictwo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dostosowanie roli władz wydziału AUTHORITY do obecnych wymagań zarówno na frontendzie jak i backedzie. Authority może być project managerem i linear managerem. Dostosowanie navbara, aby pomieścił wszystkie nowe funkcjonalności. Razem z przyszłymi rejestrami. Dodanie demo kont, aby szybciej sie zalogować.