-
-
Notifications
You must be signed in to change notification settings - Fork 2
Consumable: blacklisting products using user's settings #19
Conversation
Best reviewed: commit by commit
Optimal code review plan (1 warning)
|
Create a function `IsBio` to filter consumableseiko/misc/consumable/consumable.go Lines 19 to 24 in baa9163
This comment was generated by todo based on a
|
Create a function `IsVegan` to filter consumableseiko/misc/consumable/consumable.go Lines 25 to 30 in baa9163
This comment was generated by todo based on a
|
Create a function `IsHalal` to filter consumableseiko/misc/consumable/consumable.go Lines 31 to 36 in baa9163
This comment was generated by todo based on a
|
Create a function `IsCasher` to filter consumableseiko/misc/consumable/consumable.go Lines 37 to 42 in baa9163
This comment was generated by todo based on a
|
Create a function `ContainEgg` to filter consumableseiko/misc/consumable/consumable.go Lines 48 to 53 in baa9163
This comment was generated by todo based on a
|
Create a function `ContainPenut` to filter consumableseiko/misc/consumable/consumable.go Lines 54 to 59 in baa9163
This comment was generated by todo based on a
|
Create a function `ContainCrustace` to filter consumableseiko/misc/consumable/consumable.go Lines 60 to 65 in baa9163
This comment was generated by todo based on a
|
Create a function `IsGlutenFree` to filter consumableseiko/misc/consumable/consumable.go Lines 66 to 71 in baa9163
This comment was generated by todo based on a
|
Implement an array merging systemeiko/misc/structures/structures.go Lines 76 to 80 in baa9163
This comment was generated by todo based on a
|
Create a function `IsBio` to filter consumableseiko/misc/consumable/consumable.go Lines 19 to 24 in 3d415fb
This comment was generated by todo based on a
|
Create a function `IsVegan` to filter consumableseiko/misc/consumable/consumable.go Lines 25 to 30 in 3d415fb
This comment was generated by todo based on a
|
Create a function `IsHalal` to filter consumableseiko/misc/consumable/consumable.go Lines 31 to 36 in 3d415fb
This comment was generated by todo based on a
|
Create a function `IsCasher` to filter consumableseiko/misc/consumable/consumable.go Lines 37 to 42 in 3d415fb
This comment was generated by todo based on a
|
Create a function `ContainEgg` to filter consumableseiko/misc/consumable/consumable.go Lines 48 to 53 in 3d415fb
This comment was generated by todo based on a
|
Create a function `ContainPenut` to filter consumableseiko/misc/consumable/consumable.go Lines 54 to 59 in 3d415fb
This comment was generated by todo based on a
|
Create a function `ContainCrustace` to filter consumableseiko/misc/consumable/consumable.go Lines 60 to 65 in 3d415fb
This comment was generated by todo based on a
|
Create a function `IsGlutenFree` to filter consumableseiko/misc/consumable/consumable.go Lines 66 to 71 in 3d415fb
This comment was generated by todo based on a
|
Codecov Report
@@ Coverage Diff @@
## master #19 +/- ##
=========================================
- Coverage 83.89% 81.29% -2.6%
=========================================
Files 14 15 +1
Lines 478 524 +46
=========================================
+ Hits 401 426 +25
- Misses 64 84 +20
- Partials 13 14 +1
Continue to review full report at Codecov.
|
This pull request add a way to blacklist some products to a user using it's settings