~bac/juju-gui/trunkcopy

« back to all changes in this revision

Viewing changes to docs/architecture.rst

  • Committer: Nicola Larosa
  • Date: 2012-12-11 15:09:56 UTC
  • mto: This revision was merged to the branch mainline in revision 276.
  • Revision ID: nicola.larosa@canonical.com-20121211150956-oazajjcgyvxznwaq
Add text to README, fix links and other text.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
MVC YUI
9
9
-------
10
10
 
11
 
Juju-gui is based on yui's backbone style app framework. The official docs
12
 
for this are highly recommended for developers:
13
 
http://yuilibrary.com/yui/docs/app/
 
11
Juju-gui is based on yui's backbone style app framework. The `official docs
 
12
<http://yuilibrary.com/yui/docs/app/>`_ are highly recommended for developers.
14
13
 
15
14
An overview of the individual pieces.
16
15
 
17
 
- Router - Route dispatch by url, saves and restores url state.
18
 
  http://yuilibrary.com/yui/docs/router/
19
 
 
20
 
- Views - Rendering of a view
21
 
  http://yuilibrary.com/yui/docs/view/index.html
22
 
 
23
 
- Model - Domain objects with change events
24
 
  http://yuilibrary.com/yui/docs/model/
25
 
  http://yuilibrary.com/yui/docs/model-list/
 
16
- `Router <http://yuilibrary.com/yui/docs/router/>`_ - Route dispatch by url,
 
17
  saves and restores url state.
 
18
 
 
19
- `Views <http://yuilibrary.com/yui/docs/view/index.html>`_ - Rendering of a
 
20
  view.
 
21
 
 
22
- `Model <http://yuilibrary.com/yui/docs/model/>`_,
 
23
  `ModelList <http://yuilibrary.com/yui/docs/model-list/>`_ - Domain objects
 
24
  with change events.
26
25
 
27
26
Environment Integration
28
27
-----------------------
69
68
Questions
70
69
---------
71
70
 
72
 
Model Composition and relations.
73
 
 
74
 
relations by id
75
 
 
76
 
We have multiple object states for a given.
77
 
 
78
 
Inline combo handler for yui: https://github.com/rgrove/combohandler
79
 
 
80
 
More complicated but similiar: https://github.com/jafl/YUI-3-Stockpile
 
71
- Model Composition and relations.
 
72
 
 
73
- relations by id
 
74
 
 
75
- We have multiple object states for a given.
 
76
 
 
77
- Inline combo handler for YUI: <https://github.com/rgrove/combohandler>.
 
78
 
 
79
- More complicated but similiar: <https://github.com/jafl/YUI-3-Stockpile>.