Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Hounddog): added hounddog library and also cleaned up some code … #465

Merged
merged 2 commits into from
Dec 6, 2021

Conversation

InfamousVague
Copy link

…around the app

What this PR does 📖
This PR cleans up a few spots as well as introduces the hounddog library. This
This library should be used to abstract any place we need to find, filter or query for data. The idea being we can unify identifiers and instead of having to decide which identifier we're looking up by, we can pass in a large variety and the methods in watchdog will do the lifting to find the user, peer, etc that you're looking for by accepting many different identifiers. Since they are all unique it is safe to find using them.

@stavares843 stavares843 added the Missing Dev Review A Dev and a Dev Approver need to review the PR, then mark as Ready for QA label Dec 5, 2021
@InfamousVague InfamousVague merged commit 45427d2 into dev Dec 6, 2021
@InfamousVague InfamousVague deleted the hounddog branch December 6, 2021 06:48
@github-actions github-actions bot removed the Missing Dev Review A Dev and a Dev Approver need to review the PR, then mark as Ready for QA label Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants