goelpulkit / apps

0 stars 0 forks source link

Please review my ToDoList App #2

Open goelpulkit opened 11 years ago

goelpulkit commented 11 years ago

I've developed ToDoList App as part of this weeks assignment. Please review it and let me know if it is fine. /cc @nesquena @timothy1ee

timothy1ee commented 11 years ago

Looks good. Any reason why you disabled editing of to do items you've already added? Also, why did you make the isAdd property atomic?

Glad you experimented with making a Task model. Even though the model is simple, that's the normal pattern for apps.

goelpulkit commented 11 years ago

Thanks Tim.

I disabled editing because I want to create a separate screen for editing task & setting notifications.