There are three different logins in my app like admin
, customer
, publisher
. The app will have urls like these (which can be reused)
/admin/orders
/customer/orders
/publisher/orders
and also
/admin/publishers
/publisher/customers
How do I structure my ember app? How do i namespace and use?