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

Leah Bueing - unfinished #42

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Leah Bueing - unfinished #42

wants to merge 3 commits into from

Conversation

lbueing
Copy link

@lbueing lbueing commented Dec 2, 2016

I am still working on on wave 3, and making trek look nicer. Hopefully I will get a chance to finish soon!

Copy link

@CheezItMan CheezItMan left a comment

Choose a reason for hiding this comment

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

Good start on waves 1-2. I put in a few comments here, but a good first couple of waves.

<script type="text/javascript" src="scripts.js"></script>
</body>

</html>

Choose a reason for hiding this comment

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

More Semantic HTMl should probably be used.


<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/foundation.min.js"></script>
<script src="js/vendor/what-input.js"></script>

Choose a reason for hiding this comment

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

Nice use of Foundation

set: switchInput
};

}());

Choose a reason for hiding this comment

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

I'm not quite sure what this file is doing, it looks like letting you detect events on specific keys, mousewheel etc.

$('body').on('click', 'button', function() {
console.log('clicked');
$.get(url, successCallback);
});

Choose a reason for hiding this comment

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

It would also be good to have a response when the API get request fails.

$('#category').text(trip.category);
$('#weeks').text(trip.weeks);
$('#cost').text('$' + trip.cost);
});

Choose a reason for hiding this comment

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

Nice, it would also be good to do some error-handling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants