-
-
Notifications
You must be signed in to change notification settings - Fork 285
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: 5638 - 5 dimensions for matomo #5837
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Impacted files: * `add_basic_details_page.dart`: minor refactoring * `add_new_product_page.dart`: using new method `trackProductEvent` * `add_other_details_page.dart`: minor refactoring * `analytics_helper.dart`: new method `trackProductEvent`; added 5 dimensions to matomo event track methods * `attribute_first_row_helper.dart`: minor refactoring * `barcode_product_query.dart`: using new method `trackProductEvent` * `edit_new_packagings.dart`: minor refactoring * `edit_ocr_page.dart`: minor refactoring * `edit_product_page.dart`: minor refactoring * `new_product_footer.dart`: using new method `trackProductEvent` * `nutrition_page_loaded.dart`: minor refactoring * `product_field_editor.dart`: minor refactoring * `product_image_gallery_view.dart`: minor refactoring * `product_incomplete_card.dart`: using new method `trackProductEvent` * `product_questions_widget.dart`: using new method `trackProductEvent` * `simple_input_page.dart`: minor refactoring * `summary_card.dart`: using new method `trackProductEvent`
github-actions
bot
added
🥫 Product page
Product addition
The easier it is to add a product and get Nutri-Score, Eco-Score, the happier the users.
📈 Analytics
We use Sentry and Matomo, with an opt-in system
summary card
✏️ Editing
Many products are incomplete and don't have Nutri-Score, Eco-Score…so editing is important for users
🛣️ Road to scores
The easier it is to get Nutri-Score, Eco-Score, the happier the users.
✏️ Editing - Nutrition input
✏️ Editing - Basic info input
✏️ Editing - 📦 Packaging input
OCR page
labels
Nov 11, 2024
teolemon
reviewed
Nov 11, 2024
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.
Did you manage to see it working in Matomo ?
Of course not, I don't use Matomo. |
it seems to have worked @monsieurtanuki @g123k |
@teolemon Looks cool! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
📈 Analytics
We use Sentry and Matomo, with an opt-in system
✏️ Editing - Basic info input
✏️ Editing - Nutrition input
✏️ Editing - 📦 Packaging input
✏️ Editing
Many products are incomplete and don't have Nutri-Score, Eco-Score…so editing is important for users
OCR page
Product addition
The easier it is to add a product and get Nutri-Score, Eco-Score, the happier the users.
🥫 Product page
🛣️ Road to scores
The easier it is to get Nutri-Score, Eco-Score, the happier the users.
summary card
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
Now we use 5 matomo dimensions for product tracking:
Fixes bug(s)
Impacted files
add_basic_details_page.dart
: minor refactoringadd_new_product_page.dart
: using new methodtrackProductEvent
add_other_details_page.dart
: minor refactoringanalytics_helper.dart
: new methodtrackProductEvent
; added 5 dimensions to matomo event track methodsattribute_first_row_helper.dart
: minor refactoringbarcode_product_query.dart
: using new methodtrackProductEvent
edit_new_packagings.dart
: minor refactoringedit_ocr_page.dart
: minor refactoringedit_product_page.dart
: minor refactoringnew_product_footer.dart
: using new methodtrackProductEvent
nutrition_page_loaded.dart
: minor refactoringproduct_field_editor.dart
: minor refactoringproduct_image_gallery_view.dart
: minor refactoringproduct_incomplete_card.dart
: using new methodtrackProductEvent
product_questions_widget.dart
: using new methodtrackProductEvent
simple_input_page.dart
: minor refactoringsummary_card.dart
: using new methodtrackProductEvent