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

Now the product finder should filter more products to possible products. #223

Merged
merged 2 commits into from
May 17, 2022

Conversation

JostCrow
Copy link
Contributor

No description provided.

@JostCrow JostCrow requested a review from alextreme May 16, 2022 13:41
@alextreme
Copy link
Member

Poe dit was weer een flinke, maar fijn dat je hier de tijd voor hebt kunnen nemen.

@alextreme
Copy link
Member

Nog wel ff blacken:

Run black --check --diff src
--- src/open_inwoner/pdc/views.py 2022-05-16 13:41:58.324982 +0000
+++ src/open_inwoner/pdc/views.py 2022-05-16 13:43:51.062324 +0000
@@ -292,11 +292,13 @@
context["show_previous"] = previous_condition is not None
context["condition"] = self.condition
would reformat src/open_inwoner/pdc/views.py
condition_products = self.get_condition_products()
matched = self.filter_matched_products(condition_products)
context["matched_products"] = matched

  •    context["possible_products"] = self.filter_possible_products(condition_products, matched)
    
  •    context["possible_products"] = self.filter_possible_products(
    
  •        condition_products, matched
    
  •    )
    

@alextreme alextreme merged commit b3dabd8 into develop May 17, 2022
@alextreme alextreme deleted the fix-542-product-conditions branch May 17, 2022 16:03
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.

2 participants