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
{{ message }}
This repository was archived by the owner on Jan 7, 2026. It is now read-only.
Currently, our codebase contains specialized search functions like findDealActors and findDealClients. This creates duplication and increases the complexity of our codebase.
Proposal
Replace these specialized functions with a more generic search function, such as findPartyDeal. This would:
Implementing a Generic Search Function
Description
Currently, our codebase contains specialized search functions like
findDealActorsandfindDealClients. This creates duplication and increases the complexity of our codebase.Proposal
Replace these specialized functions with a more generic search function, such as
findPartyDeal. This would:Example implementation:
References
Original discussion from PR comments between @pyropy and @bajtos.