diff --git a/README.md b/README.md index c90666e..ba8d22f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Ember frontend coding exercise for interviews 1) Build a todo list that is capable of adding, removing, and editing different tasks. 2) Add the ability to add, remove, edit sub tasks + a) Removing a task removes its subtasks + +3) Bulk actions + a) Being able to delete multiple tasks at the same time It is up the developer working on this to choose what UI will get built. It doesn't need to be fancy or styled in any particular way. Functionality is the most important thing