Closed satrent closed 10 years ago
I originally set up the main page and the admin page with the thought that they would be separate single-page apps. This gives us the option of locking down the admin site at the page level.... if you don't have the right access, you would never get the html itself. Also... it has a different menu, header and footer. I don't think it makes sense to have admin be a route in the main SPA.
@satrent , I think this is semi related. Is the routing working the way we really want it to? Currently the index page is pointed at the root, and the admin index doesn't appear to have a dedicated route. It is the following -- http://localhost:8889/admin.html#/. Should we setup a route to point to the admin index (something like http://localhost:8889/#/admin/)? I feel like the routing isn't ideal for the admin site.