Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #13 - Add very basic FTU, r=ferjm #20

Merged
merged 1 commit into from
Feb 9, 2016

Conversation

michielbdejong
Copy link
Contributor

No description provided.

@michielbdejong michielbdejong force-pushed the super-basic-ftu branch 2 times, most recently from e41029a to 48f0dc6 Compare February 5, 2016 14:35
@michielbdejong
Copy link
Contributor Author

r? @ferjm

@michielbdejong michielbdejong changed the title [WIP] (Very) basic setup app Issue #13 - Add very basic FTU, r=ferjm Feb 5, 2016
return;
}
var xhr = new XMLHttpRequest();
xhr.open('POST', '/v1/users/admin', true);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, cool.

@ferjm
Copy link
Member

ferjm commented Feb 8, 2016

Thank you Michiel! As a first basic approach it LGTM. However, I think it would be nice if we could agree on a set of rules and coding style for the frontend bits. Given that most of use come from FxOS development, the Gaia coding style looks like a nice choice. In addition to that, avoiding inline scripting/styling and avoiding innerHTML usage would be nice as well.

Also, the tests need to be green ;)

<div id="success-message" style="display: none;">
<h1 id="thank-you">Thank you!</h1>
<p>
Now please us an app like
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: use

@ferjm
Copy link
Member

ferjm commented Feb 9, 2016

r+!

michielbdejong added a commit that referenced this pull request Feb 9, 2016
Issue #13 - Add very basic FTU, r=ferjm
@michielbdejong michielbdejong merged commit 411816f into fxbox:master Feb 9, 2016
@michielbdejong michielbdejong deleted the super-basic-ftu branch February 9, 2016 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants