thweookhine / Task-Tracker-CLI

Task Tracker CLI is a simple command-line application to manage tasks.
0 stars 0 forks source link

UX needs some work to do 🗨️(Add Task Command) #1

Open SakutaTHZ opened 1 month ago

SakutaTHZ commented 1 month ago

After writing command > node index.js -a "Task1" Instead of showing You have successfully added Task {"id":3,"desc":"Task1","status":"todo","createdAt":"2024-09-09T09:40:46.482Z","updatedAt":"2024-09-09T09:40:46.482Z"}

I think it will be better to show like You have successfully added Task (Text desc here) and the last 3 Tasks added before it.

Good job for not accepting empty data

thweookhine commented 1 month ago

I have changed add task's comment image