Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(203)

Issue 7513043: Add the base subapp for Browser.

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by rharding
Modified:
11 years, 1 month ago
Reviewers:
j.c.sackett, jeff.pihach, mp+151844
Visibility:
Public.

Description

Add the base subapp for Browser. - Add the subapps/browser code and wire it up to the main app. - Update the templates to pull in templates in the subapp. - Update the build to include the subapps directory so test-server/etc work. - Add the FilterControl model that will be wired across the application. - Incomplete notes: - the template is only a placeholder for more work. - the filter control isn't wired up to the app currently - this branch is just a stepping stone reaching up to diff limits to work forward from. https://code.launchpad.net/~rharding/juju-gui/browser_subapp/+merge/151844 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 19

Patch Set 2 : Add the base subapp for Browser. #

Total comments: 1

Patch Set 3 : Add the base subapp for Browser. #

Total comments: 5

Patch Set 4 : Add the base subapp for Browser. #

Patch Set 5 : Add the base subapp for Browser. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+474 lines, -35 lines) Patch
M Makefile View 2 chunks +3 lines, -1 line 0 comments Download
A [revision details] View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M app/app.js View 1 3 chunks +9 lines, -1 line 0 comments Download
M app/index.html View 1 1 chunk +1 line, -0 lines 0 comments Download
A app/models/browser.js View 1 2 3 1 chunk +137 lines, -0 lines 0 comments Download
M app/modules-debug.js View 1 chunk +18 lines, -0 lines 0 comments Download
A app/subapps/browser/browser.js View 1 2 3 1 chunk +105 lines, -0 lines 0 comments Download
A app/subapps/browser/templates/fullscreen.handlebars View 1 chunk +3 lines, -0 lines 0 comments Download
A app/subapps/browser/views/fullscreen.js View 1 1 chunk +60 lines, -0 lines 0 comments Download
M config.js View 1 chunk +4 lines, -1 line 0 comments Download
M lib/templates.js View 4 chunks +41 lines, -32 lines 0 comments Download
M test/index.html View 1 chunk +2 lines, -0 lines 0 comments Download
A test/test_browser_app.js View 1 1 chunk +42 lines, -0 lines 0 comments Download
A test/test_browser_models.js View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download

Messages

Total messages: 10
rharding
Please take a look.
11 years, 1 month ago (2013-03-06 16:29:02 UTC) #1
jeff.pihach
Thanks for the code, glad you figured out the template stuff. I have a few ...
11 years, 1 month ago (2013-03-06 16:54:35 UTC) #2
rharding
Comments below, code is coming up shortly. https://codereview.appspot.com/7513043/diff/1/app/index.html File app/index.html (right): https://codereview.appspot.com/7513043/diff/1/app/index.html#newcode127 app/index.html:127: <div id="browser"></div> ...
11 years, 1 month ago (2013-03-06 18:30:33 UTC) #3
rharding
Please take a look.
11 years, 1 month ago (2013-03-06 18:37:03 UTC) #4
rharding
Please take a look.
11 years, 1 month ago (2013-03-06 18:50:54 UTC) #5
j.c.sackett
Only one comment, otherwise lgtm. https://codereview.appspot.com/7513043/diff/8001/app/subapps/browser/browser.js File app/subapps/browser/browser.js (right): https://codereview.appspot.com/7513043/diff/8001/app/subapps/browser/browser.js#newcode90 app/subapps/browser/browser.js:90: value: Y.one('#browser') Shouldn't this ...
11 years, 1 month ago (2013-03-06 18:59:18 UTC) #6
jeff.pihach
Thanks for those improvements! Couple trivial changes https://codereview.appspot.com/7513043/diff/9001/app/models/browser.js File app/models/browser.js (right): https://codereview.appspot.com/7513043/diff/9001/app/models/browser.js#newcode90 app/models/browser.js:90: gen_querystring: function() ...
11 years, 1 month ago (2013-03-06 19:57:23 UTC) #7
rharding
Please take a look.
11 years, 1 month ago (2013-03-06 20:15:49 UTC) #8
jeff.pihach
LGTM Great start!
11 years, 1 month ago (2013-03-06 20:17:41 UTC) #9
rharding
11 years, 1 month ago (2013-03-06 20:27:10 UTC) #10
*** Submitted:

Add the base subapp for Browser.

- Add the subapps/browser code and wire it up to the main app.
- Update the templates to pull in templates in the subapp.
- Update the build to include the subapps directory so test-server/etc work.
- Add the FilterControl model that will be wired across the application.
- Incomplete notes:
  - the template is only a placeholder for more work.
  - the filter control isn't wired up to the app currently
  - this branch is just a stepping stone reaching up to diff limits to work
  forward from.

R=jeff.pihach, j.c.sackett
CC=
https://codereview.appspot.com/7513043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b