LynxUA / yolo-address-book

0 stars 1 forks source link

Implement (enhance) find, update, delete note #36

Closed UraFIZ closed 5 months ago

UraFIZ commented 5 months ago

closed #10

I have implemented the next updates here:

  1. The ability to find notes by tag;
  2. Bring the same output formatin throughout the note functionality ;
  3. Create multy-step updating note. By running the change-note command with any search argument we can find a note to edit. The multy-step flow allows us to update title, body (text), tags step by step. If we want to leave them as they are, we need just to press Enter
  4. Enhance the existing delete functionality by adding find flow
nrkshaman commented 5 months ago

Загалом я б подивився чи можна забрати прінти від всіх місць крім мейну(таке писало в одній з домашок). Подивився чи можна для add-note i change-note використати ту саму функцію для отримання інпуту. Це якшо ми встигаємо до дедлайну)