From f30f7a40f6f9e1b8e9c655c246f0360ab77e38cd Mon Sep 17 00:00:00 2001 From: cedriclinares123 Date: Thu, 19 Dec 2024 14:55:22 -0800 Subject: [PATCH] updated README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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