At present there is no way to navigate to a list from the Main Menu:
Todo
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
At present there is no way to navigate to a
listfrom the Main Menu:Todo
listsand display them in the main menu/?list_cid=:list_cidNote: the route for the
/listson the #165 PR is currently:mvp/lib/app_web/router.ex
Line 32 in 10a2a6a
The
except: [:show]part means we don't yet have an interface for displaying thelist.So we need that part too ... 💭 ref: #423