Open
Conversation
Wave1 griego
…ection. This list should update when a new entry is added to collection.
…render to page. Earlier code now works. Missing class call on button-click
…and how and why its not rendering to page. appending the info.
…'re blank. Though when you inpsect them. They have proper data. Likely something wrong with how I'm calling something.
…ta correctly as well
Wave2 griego
… what was happening in my pull request to merge this branch. Now its ready to merge\!
Wave2 griego
…uld improve how its displaying them. Validating correct input. And handling when someone attempts to save a blank contact
details are displaying on page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@PilgrimMemoirs & @CheezItMan:
Still working on completing all requirements for wave 3 about 98.79% complete. Here is my current PR request as per requested via slack.
A) I thought the live code that I was a part of was extremely helpful.
B) I was sick and had to play some catch up. However, I found the following series of videos extremely helpful: backbone.js tutorial. Future students, might find these videos helpful to digest the weekend before you start backbone. Each video is < 8 mins long & always ends with a code summary of what you should have learned.
When wave 3 is complete your application should:
Allow the user to select a Contact by clicking upon its card in the contacts list.✅Have a contact details modal. It should:-
Be displayed when a contact card is selected.✅-
Use the provided template for contact details.✅Fill in the template with attributes from the selected Contact.✅