dgeb/ember_data_example

workflow bug

Daniel-Xu opened this issue · 8 comments

1 click "add new contact" , then edit interface shows

2 then click "all contact" at left side , then a bug shows

Just to confirm, by bug, you mean that the new contact appears in the list, right ?

dgeb commented

I'm going to close this for now, but please re-open if you can be more specific about the nature of the bug.

@sly7-7 yes, I mean the new contact appear in the list , and can click the "edit" and "remove" button although it doesn't work.

In my opinion, when contact is not saved, it shouldn't be a link!

@dgeb

dgeb commented

@Daniel-Xu - Thanks for clarifying. I'll re-open this and consider removing the new contact from the listing until it's been saved.

dgeb commented

After reviewing the interface, I decided to filter the contact array to exclude new ones. Thanks for pointing this out @Daniel-Xu

I see the code, thanks for this project to let me start learning ember !

@dgeb hello I try to rewrite this project using coffee script, but I got stuck in getting data from server, could I get contact with through skype or any thing?

dgeb commented

@Daniel-Xu I'd recommend translating one file at a time from JS to CS and testing as you go. This should help you pinpoint your issue.