Skip to content

Feat: Add Lists to Main Menu #424

Description

@nelsonic

At present there is no way to navigate to a list from the Main Menu:

main-menu-no-lists

Todo

  • iterate over the person's lists and display them in the main menu
  • Hyperlink to the /?list_cid=:list_cid

Note: the route for the /lists on the #165 PR is currently:

resources "/lists", ListController, except: [:show]

The except: [:show] part means we don't yet have an interface for displaying the list.
So we need that part too ... 💭 ref: #423

Metadata

Metadata

Assignees

Labels

T1hTime Estimate 1 HourelixirPull requests that update Elixir codepriority-1Highest priority issue. This is costing us money every minute that passes.technicalA technical issue that requires understanding of the code, infrastructure or dependencies

Type

No type

Projects

Status
✅ Done
Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions