You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getAllOwners() method of the AssistantTool class returns all the data in the database. In a real enterprise application, such a method would pose performance problems.
This development consists of evaluating the possibility of offering a multi-criteria search: by family name, type of animal, pet name, etc.
After the refactoring, the Readme.md questions should continue to return the same answers.
The text was updated successfully, but these errors were encountered:
The
getAllOwners()
method of theAssistantTool
class returns all the data in the database. In a real enterprise application, such a method would pose performance problems.This development consists of evaluating the possibility of offering a multi-criteria search: by family name, type of animal, pet name, etc.
After the refactoring, the
Readme.md
questions should continue to return the same answers.The text was updated successfully, but these errors were encountered: