ramnathv / rNotebook

A browser based R Notebook
http://ramnathv.github.io/rNotebook
125 stars 30 forks source link

Rewrite using AngularJS #8

Open ramnathv opened 11 years ago

ramnathv commented 11 years ago

It makes a lot of sense to rewrite this app using AngularJS. The major advantages I see are:

  1. Simpler and easily maintainable code.
  2. Two Way Data Binding.

This should make it really easy to add additional features. As AngularJS already has an Ace directive, it should be fairly simple to implement this.

ramnathv commented 11 years ago

I need to put a little more thought into its design. I would especially like to make it flexible enough to accommodate rCharts viz.

karthik commented 11 years ago

Sounds awesome. Happy to beta test anytime.

On Wednesday, July 17, 2013 at 6:11 AM, Ramnath Vaidyanathan wrote:

I need to put a little more thought into its design. I would especially like to make it flexible enough to accommodate rCharts viz.

— Reply to this email directly or view it on GitHub (https://github.com/ramnathv/rNotebook/issues/8#issuecomment-21084710).

ramnathv commented 11 years ago

Thanks. Feel free to add ideas/suggestions as well. I am still thinking through what the ideal feature set would be and how it should flow.