mhils / HoneyProxy

This project is now part of @mitmproxy.
https://github.com/mitmproxy/mitmproxy/
MIT License
198 stars 43 forks source link

Convert remaining Backbone models to dojo #46

Closed mhils closed 11 years ago

mhils commented 11 years ago

Placeholder Issue. Refactor flow and the views + storage. The current implementation is a bad mix of views and models. Let's see how we can handle this better. Maybe ist sufficient to use single Flow class combined with a PreviewFactory.

mhils commented 11 years ago

When refactoring the views, it might be a good idea to separate the table icons from the rest of the view. Currently, 304 responses for .js files don't show a JS icon because they are classified as NotModifiedFlows.

mhils commented 11 years ago

Implemented