AY2425S1-CS2113-T10-3 / tp

https://ay2425s1-cs2113-t10-3.github.io/tp/
0 stars 4 forks source link

Refactor AddAuthorCommand, AddMangaCommand, DeleteAuthorCommand and DeleteMangaCommand #41

Closed averageandyyy closed 3 days ago

averageandyyy commented 6 days ago

Instead of using add -a and add -a -m, the team is planning to refactor/change how the user will provide commands. For author and manga only related commands/functionality, they will fall under catalog.

New usage: catalog -a "Kubo Tite": adds new Author catalog -a "Kubo Tite" -m "Bleach": adds new Manga (also adds Author if does not exist) catalog -a "Kubo Tite" -d: deletes Author catalog -a "Kubo Tite" -m "Bleach" -d: deletes Manga