-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
codeYou need to write code hereYou need to write code hereenhancementNew feature or requestNew feature or requestrequested changes
Description
Description
Implement "add" and "search" methods for PhoneBookInterface.
Implement methods in SimplePhoneBook:
public ContactDto add(ContactDto contactDto);
public List search(String str);
Dependencies
- [FR] Implement basic CLI support #16
- [FR] Create an interface ContactDtoRepository #18
- [FR] Create an implementation of the interface ContactDtoRepository #20
- Clear concept of a CLI #1
- [CR] Separate CLI command classes #35
Acceptance criteria
- The methods should work according to Clear concept of a CLI #1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
codeYou need to write code hereYou need to write code hereenhancementNew feature or requestNew feature or requestrequested changes
Type
Projects
Status
✅ Done