stevemacn / bridgesAPI

Data delivery system for multiple data sources (Twitter, Rotten Tomatoes, etc).
MIT License
5 stars 5 forks source link

Replace current Jade templates with Angular #18

Open stevemacn opened 10 years ago

stevemacn commented 10 years ago

The code base has become very disorganized and while Angular at first seemed to be overkill this has become very necessary for maintainability and can potentially allow for animated transitions between visualizations (by updating the model).

What needs to happen.

  1. All views in express will need to be removed.
  2. Routes will need to provide JSON only.
  3. An angular app will have to be written which mimics current view functionality

With app, default visualization code and default data must be sent

Angular App