mitre-attack / mitre-attack/attack-workbench-frontend

[REQUEST] Refactor hamburger navigation menu to use submenus for grouped routes

Open
#680 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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 filteredRoutes as direct menu items.
  • Show each group in groupedRoutes as a parent menu item with a submenu for its routes.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.