TIY-LR-FEE-2015-June / assignments

0 stars 3 forks source link

6.4-backbone-exercises - Brent M Thomas #188

Open Brent-M-Thomas opened 8 years ago

Brent-M-Thomas commented 8 years ago

Requirements

Normal Mode

Brent-M-Thomas commented 8 years ago

Pull Request part A Pull Request part B Pull Request part C Pull Request part D Plan of Attack GH Pages

rtablada commented 8 years ago

Missing part C&D and a link to GH page for D (only run gh-page-deploy) for the develop-d branch since GH pages only allows one version at a time.

Brent-M-Thomas commented 8 years ago

@rtablada I can't figure out why my read route isn't working. the url changes, but the action doesn't fire so the page remains blank.

rtablada commented 8 years ago

@Brent-M-Thomas A, B, and C look good.

What questions do you have about D?

You'll want to check on https://rtablada.gitbooks.io/front-end-engineering-june-2015/content/backbone/common-views.html and https://rtablada.gitbooks.io/front-end-engineering-june-2015/content/backbone/common-router.html when looking at how to hook up the router and views.

Brent-M-Thomas commented 8 years ago

When I click on a link to a blog post the url changes, but it doesn't trigger the view. Same thing in the edit route. Do you know what I'm missing or doing wrong?

rtablada commented 8 years ago

@Brent-M-Thomas D is still missing some functionality, when you select the "New", "edit" or detail view, they should replace each other not stack one after another. It also looks like the sidebar list isn't listening for sync events on the collection, so when you edit or delete an item the changes don't show up until you refresh the page.

Check this for basic functionality of how part D should interact (don't worry about the nav style): http://tiy-lr-fee-2015-june.github.io/6.4-but-ember/#/exercise-d

Brent-M-Thomas commented 8 years ago

@rtablada I was afraid you were going to say that. I did that intentionally because I thought I was running out of time and just wanted to "check all the boxes" on the requirements instead of figuring out how to do something that wasn't technically a requirement.