athityakumar / DashVis

An open-source Dashboard built for users, to organize their resources via Tables and Folders.
http://dashvis.herokuapp.com
Other
30 stars 5 forks source link

Better partial templates by passing in Model instances #4

Open athityakumar opened 6 years ago

athityakumar commented 6 years ago

Currently, there are lots of heavy-work done by the controllers as well as views. The shared partials make it easy to be re-used, but there are lot of redundant variables (like, name, description, ...) which can be easily replaced by Model instances (like, @table, @collection, ...).