mitre-attack / mitre-attack/attack-workbench-frontend
[REQUEST] Refactor hamburger navigation menu to use submenus for grouped routes
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 438
- Forks
- 79
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 3
Description
The hamburger navigation menu in the header currently displays all navigation routes as a long, flat list of menu items. This approach makes the menu cluttered and difficult to navigate, especially as the number of routes grows. Non-grouped routes should remain as top-level menu items, while grouped routes should appear as submenus under their respective sections.
- Show
filteredRoutesas direct menu items. - Show each group in
groupedRoutesas a parent menu item with a submenu for its routes.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the header's hamburger navigation implementation and the code that provides filteredRoutes and groupedRoutes. Verify that filteredRoutes remain direct menu items, while each groupedRoutes entry becomes a parent item containing its routes as a submenu.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100