[🛍] NT-847 Pledge Submit Button Clicked event #745
Merged
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
Adding
Pledge Submit Button Clicked
event.🤔 Why
We have new Back a Project events.
🛠 How
LakeEvent. PLEDGE_SUBMIT_BUTTON_CLICKED
with value"Pledge Submit Button Clicked"
Koala. trackPledgeSubmitButtonClicked
CheckoutData
andCheckoutDataFactory
model to hold data needed for Checkout properties group"Pledge"
button inPledgeFragmentViewModel
PledgeFragmentViewModelTest
LakeTest
for checkout propertiesbug
Project Page Pledge Button Clicked
event fired after user backed project becausetake(1)
was used.property update
reward_estimated_delivery_on
andreward_title
to pledge property group.👀 See
No visual changes.
📋 QA
So many ways 2 QA:
ktk
the staging lakeLogcat
in Android Studiodev
project in AmplitudeStory 📖
NT-847