mythmon / edwin

A bug management system
Mozilla Public License 2.0
4 stars 0 forks source link

URL Routing and multiple teams #24

Closed mythmon closed 9 years ago

mythmon commented 9 years ago

This adds the ability for the front end to react to different URLs. Right now it uses hash based URLs, but I'd like to eventually make the backend smart enough to use non-hash based URLs.

This doesn't make the UI react to different teams yet. /#/t/sumo is the same content as /#/t/asdfasfd.

willkg commented 9 years ago

I missed this until after you merged it. Sorry about that.

I was wondering how routing worked. Now I know. Neato!