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

Issue 14700043: Add support for an initial onboarding walkthrough

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 6 months ago by rharding
Modified:
10 years, 6 months ago
Reviewers:
mp+191208, gary.poster
Visibility:
Public.

Description

Add support for an initial onboarding walkthrough - Submitting for Ant - Under the feature flag :flags:/onboard https://code.launchpad.net/~rharding/juju-gui/qa-ant-onboarding/+merge/191208 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 24

Patch Set 2 : Add support for an initial onboarding walkthrough #

Patch Set 3 : Add support for an initial onboarding walkthrough #

Total comments: 16

Patch Set 4 : Add support for an initial onboarding walkthrough #

Patch Set 5 : Add support for an initial onboarding walkthrough #

Unified diffs Side-by-side diffs Delta from patch set Stats (+609 lines, --6 lines) Patch
A [revision details] View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M app/app.js View 1 2 3 4 3 chunks +26 lines, -0 lines 0 comments Download
A app/assets/images/close-inspector-click.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A app/assets/images/close-inspector-hover.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A app/assets/images/close-inspector-normal.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A app/assets/images/non-sprites/onboarding/2-service-blocks.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A app/assets/images/non-sprites/onboarding/3-inspector.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A app/assets/images/non-sprites/onboarding/3-service-block.png View 0 chunks +-1 lines, --1 lines 0 comments Download
M app/index.html View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M app/modules-debug.js View 1 chunk +4 lines, -0 lines 0 comments Download
A app/templates/onboarding.handlebars View 1 1 chunk +33 lines, -0 lines 0 comments Download
A app/views/onboarding.js View 1 2 3 1 chunk +210 lines, -0 lines 0 comments Download
M lib/views/stylesheet.less View 1 2 3 1 chunk +172 lines, -0 lines 0 comments Download
M test/index.html View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A test/test_onboarding.js View 1 2 1 chunk +164 lines, -0 lines 0 comments Download

Messages

Total messages: 15
rharding
Please take a look.
10 years, 6 months ago (2013-10-15 14:33:46 UTC) #1
rharding
Feedback below. https://codereview.appspot.com/14700043/diff/1/app/app.js File app/app.js (right): https://codereview.appspot.com/14700043/diff/1/app/app.js#newcode1095 app/app.js:1095: remove this blank line https://codereview.appspot.com/14700043/diff/1/app/app.js#newcode1129 app/app.js:1129: initialise_onboarding: ...
10 years, 6 months ago (2013-10-15 14:55:34 UTC) #2
rharding
QA Notes: I didn't get the mask until I hit "Get Started" it seems like ...
10 years, 6 months ago (2013-10-15 15:00:22 UTC) #3
Ant
Comments back to Rick's review. Any uncommented are complete. https://codereview.appspot.com/14700043/diff/1/app/app.js File app/app.js (right): https://codereview.appspot.com/14700043/diff/1/app/app.js#newcode1140 app/app.js:1140: ...
10 years, 6 months ago (2013-10-15 16:13:05 UTC) #4
rharding
Comment https://codereview.appspot.com/14700043/diff/1/app/app.js File app/app.js (right): https://codereview.appspot.com/14700043/diff/1/app/app.js#newcode1140 app/app.js:1140: this._onboarding.close(); On 2013/10/15 16:13:05, Ant wrote: > On ...
10 years, 6 months ago (2013-10-15 16:27:00 UTC) #5
Ant
https://codereview.appspot.com/14700043/diff/1/app/app.js File app/app.js (right): https://codereview.appspot.com/14700043/diff/1/app/app.js#newcode1140 app/app.js:1140: this._onboarding.close(); On 2013/10/15 16:27:00, rharding wrote: > On 2013/10/15 ...
10 years, 6 months ago (2013-10-15 16:48:56 UTC) #6
Ant
On 2013/10/15 15:00:22, rharding wrote: > QA Notes: > > I didn't get the mask ...
10 years, 6 months ago (2013-10-15 16:50:37 UTC) #7
rharding
Please take a look.
10 years, 6 months ago (2013-10-16 12:36:55 UTC) #8
rharding
Please take a look.
10 years, 6 months ago (2013-10-16 16:53:59 UTC) #9
rharding
LGTM, couple of small tweaks I think. https://codereview.appspot.com/14700043/diff/15001/app/app.js File app/app.js (right): https://codereview.appspot.com/14700043/diff/15001/app/app.js#newcode84 app/app.js:84: onboarding: { ...
10 years, 6 months ago (2013-10-16 17:01:10 UTC) #10
gary.poster
LGTM if you change the route check code in app.js. I'll try to look up ...
10 years, 6 months ago (2013-10-16 17:52:32 UTC) #11
gary.poster
QA not ok, but if you apply the following patch and write associated tests, it ...
10 years, 6 months ago (2013-10-16 19:00:39 UTC) #12
rharding
Please take a look.
10 years, 6 months ago (2013-10-17 15:05:33 UTC) #13
Ant
https://codereview.appspot.com/14700043/diff/15001/app/views/onboarding.js File app/views/onboarding.js (right): https://codereview.appspot.com/14700043/diff/15001/app/views/onboarding.js#newcode136 app/views/onboarding.js:136: crossHandler: function(ev) { On 2013/10/16 17:52:32, gary.poster wrote: > ...
10 years, 6 months ago (2013-10-17 15:07:55 UTC) #14
rharding
10 years, 6 months ago (2013-10-17 15:20:57 UTC) #15
*** Submitted:

Add support for an initial onboarding walkthrough

- Submitting for Ant
- Under the feature flag :flags:/onboard

R=Ant, gary.poster
CC=
https://codereview.appspot.com/14700043
Sign in to reply to this message.

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