illyfrancis / pecuniary

0 stars 0 forks source link

investigate backbone router #8

Open illyfrancis opened 10 years ago

illyfrancis commented 10 years ago

for multi screen navigation and back button support

illyfrancis commented 10 years ago

should use the router for all view related event, instead of using the mediator

e.g. instead of doing things like using the event hash in SearchMenu.js

events: { 'click .report-settings:not(".disabled"): 'reportSettings' ... } and

reportSettings: function () { EventBus.trigger('showReportSettings'); }

should use router.navigate(...)