webcompat / simplebug

A simpler interface for Bugzilla web compatibility issues.
Mozilla Public License 2.0
4 stars 4 forks source link

Rewrite the app using jQuery and Backbone.js #33

Closed miketaylr closed 10 years ago

miketaylr commented 10 years ago

You can try it out before we decide to merge and deploy this:

check out this branch then hit: http://localhost:8000/ -- default explanation page. http://localhost:8000/#mozilla/969521 -- bug page "Old-style" http://localhost:8000/?id=969521 will continue to work (though the URL will end up looking like http://localhost:8000/index.html#mozilla/969521 in order to make it work with Backbone.js)

In the future we can define routes for /#chrome/, /#ie/, etc.

And if we decide we want to put up a backend component to this--we can ditch the hash URLs (ohai @karlcow).

This fixes a handful of issues. Hopefully it creates less. :8ball:

karlcow commented 10 years ago

Complaining.

miketaylr commented 10 years ago

RUDE.

karlcow commented 10 years ago

I could push the merge button, but I think @hallvors would be better for the JS part.

hallvors commented 10 years ago

LGTM, ship it :)

miketaylr commented 10 years ago

Sweet. thx.