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: provide trait to query flagged enums with Eloquent #180

Merged
merged 5 commits into from
Oct 22, 2020

Conversation

obennaci
Copy link
Contributor

@obennaci obennaci commented Oct 2, 2020

  • Added or updated tests
  • Added or updated the README.md
  • Detailed changes in the CHANGELOG.md unreleased section

Related Issue/Intent
Resolves #155

Changes
Provide a trait to query flagged enums using Eloquent

Note

  • Still going through few details, and experimenting with potential hasAllFlags and hasAnyFlags

@obennaci obennaci marked this pull request as ready for review October 6, 2020 18:37
@BenSampo
Copy link
Owner

BenSampo commented Oct 8, 2020

Hi @obennaci - this is looking really good, thanks for the time you've spent working on it. I've left a couple of comments, once you've addressed those it should be good to merge.

@obennaci
Copy link
Contributor Author

obennaci commented Oct 20, 2020

@BenSampo suggestions applied

@BenSampo BenSampo merged commit 952508e into BenSampo:master Oct 22, 2020
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.

Adding hasFlag for elequent query builder
2 participants