Setup organization routing for directory page
Overview
To start building out the UI for the MVC organization designs we will need to setup some Rails routes and controllers.
Proposal
We will be starting with building out the Directory
page first. This page will be three tabs rendered with Vue so we just need a route, controller and empty HAML file.
- Add
/directory
route to the organization scope. Example:/-/organizations/:org-name/directory
- Create
index.html.haml
file and controller withindex
action that renders this HAML file
Implementation plan
Needs refinement
Edited by Peter Hegman