vhhieu / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Move to single page application for CMS admin console. #529

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Most of performance problems with admin console are due to used "Multipage 
dynamic web application" approach.

Solution of this problem can be move to single page with full application 
loaded having roundtrips to server for jsonrpc calls only.

Several JS frameworks to reach the goal:

1. Modularization and minification - RequireJS.
2. Collections and templating - Underscore.js
3. MVC application model - Backbone.js
4. Unit testing - QUnit

Develop in SVN feature branch /branches/single

Original issue reported on code.google.com by kinyelo@gmail.com on 20 Nov 2011 at 10:05

GoogleCodeExporter commented 8 years ago
Some work was done to convert Vosao admin console to SPA (Single page 
application)
Enhancements details: http://code.google.com/p/vosao/issues/detail?id=529

You can try it here: http://dev.vosao.org/cms/index.html

Feedback is welcome!

Best,

Alex.

Original comment by kinyelo@gmail.com on 18 Dec 2011 at 10:17

GoogleCodeExporter commented 8 years ago
Quite faster! shame I've just learned how to use knockoutjs rather than 
backbone :-)

Original comment by theb...@emanueleziglioli.it on 18 Dec 2011 at 10:25

GoogleCodeExporter commented 8 years ago
Nice improvement

Original comment by jyothees...@gmail.com on 24 Dec 2011 at 12:13

GoogleCodeExporter commented 8 years ago
implemented in 0.9.10

Original comment by kinyelo@gmail.com on 24 Dec 2011 at 4:02