This page is shown after successful login.
Prototype
Routes
- New hub (or no hubs for org)
/hub/new?organization=:orgId should load first org in list if organization is undefined in route
- Existing hub
/hub/:id/edit technically the same as /hub/:id/
- Add/edit social service
/hub/:id/edit-content
- Moderate the hub
/hub/:id/moderate
- Publish the hub
/hub/:id/publish
- View analytics for hub
/hub/:id/analytics
Structure
- header section: shows hub title, tabs, and content button (only shown on moderation route).
- Include moderation component, publish component, analytics component, and content component. Include the components, but don't worry about content yet.
This page is shown after successful login.
Prototype
Routes
/hub/new?organization=:orgIdshould load first org in list iforganizationis undefined in route/hub/:id/edittechnically the same as/hub/:id//hub/:id/edit-content/hub/:id/moderate/hub/:id/publish/hub/:id/analyticsStructure