-
-
Notifications
You must be signed in to change notification settings - Fork 287
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: #2425 - added "all products to be completed" item (in user page) #2441
feat: #2425 - added "all products to be completed" item (in user page) #2441
Conversation
…(in user page) New files: * `paged_to_be_completed_product_query.dart`: Back-end paged query for all "to-be-completed" products. * `tmp_to_be_completed_query_configuration.dart`: Query Configuration for all to-be-completed products. Deleted files: * `contributor_product_query.dart` * `informer_product_query.dart` * `photographer_product_query.dart` * `to_be_completed_product_query.dart` Impacted files * `app_en.arb`: 1 label slightly modified, 1 added label. * `app_fr.arb`: 1 label slightly modified, 1 added label. * `paged_user_product_query.dart`: refactored around `UserProductSearchQueryConfiguration`. * `product_list.dart`: added a new list - all products to be completed (not just the user's). * `product_list_page.dart`: refactored. * `product_query_page_helper.dart`: refactored. * `user_preferences_account.dart`: added an item for "all to-be-completed"; refactored.
Codecov Report
@@ Coverage Diff @@
## develop #2441 +/- ##
==========================================
- Coverage 8.86% 7.52% -1.34%
==========================================
Files 161 201 +40
Lines 6623 9763 +3140
==========================================
+ Hits 587 735 +148
- Misses 6036 9028 +2992
Continue to review full report at Codecov.
|
Impacted files * `paged_to_be_completed_product_query.dart` * `user_preferences_account.dart`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks good, thanks @monsieurtanuki thus approving.
But I don't think the profile is the right place for this page any idea @teolemon
Thank you @M123-dev for the review! |
New files:
paged_to_be_completed_product_query.dart
: Back-end paged query for all "to-be-completed" products.tmp_to_be_completed_query_configuration.dart
: Query Configuration for all to-be-completed products.Deleted files:
contributor_product_query.dart
informer_product_query.dart
photographer_product_query.dart
to_be_completed_product_query.dart
Impacted files
app_en.arb
: 1 label slightly modified, 1 added label.app_fr.arb
: 1 label slightly modified, 1 added label.paged_user_product_query.dart
: refactored aroundUserProductSearchQueryConfiguration
.product_list.dart
: added a new list - all products to be completed (not just the user's).product_list_page.dart
: refactored.product_query_page_helper.dart
: refactored.user_preferences_account.dart
: added an item for "all to-be-completed"; refactored.What
Screenshot
Fixes bug(s)