scottohara / loot

An implementation of some of the core MS Money features in Ruby on Rails
MIT License
4 stars 3 forks source link

Refactor to DRY up controllers & views #11

Open scottohara opened 10 years ago

scottohara commented 10 years ago

Particularly the repetition used in scheduleEditController vs transactionEditController

scottohara commented 10 years ago

Should angular models share a prototype? (most of them are identical)

scottohara commented 10 years ago

Also note #68

Move logic from controllers either into models or new services Refactor complex methods to remove excess branching...methods should do one job only! Simplify views with more directives