Let's discuss routes for the app
Hub (home page
- 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
Organization
User Account
Other?
Let's discuss routes for the app
Hub (home page
/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/analyticsOrganization
User Account
Other?