-
Notifications
You must be signed in to change notification settings - Fork 0
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: Matomo basic #450
base: main
Are you sure you want to change the base?
feat: Matomo basic #450
Conversation
8d2ec9f
to
679c103
Compare
|
||
@Serializable | ||
data object ImportFilesDestination : NewTransferNavigation() | ||
data object ImportFilesDestination : NewTransferNavigation("ImportFileView") |
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.
This destination should soon change after @LouisCAD 's PR. Would we want to already use a name that matches the new screen name so we don't send incoherent values to matomo?
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.
Now that we have the need to name each destination, we should align with iOS, that's why we should use this name, and not the current nor future class's name
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.
After talking about it in real, the problem is not the fact that he destination will change, it's that some destination will totally be erased
app/src/main/java/com/infomaniak/swisstransfer/ui/navigation/NavigationDestination.kt
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/swisstransfer/ui/navigation/NavigationDestination.kt
Show resolved
Hide resolved
...infomaniak/swisstransfer/ui/screen/newtransfer/importfiles/components/TransferTypeButtons.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/infomaniak/swisstransfer/ui/screen/main/MainScreen.kt
Outdated
Show resolved
Hide resolved
...rc/main/java/com/infomaniak/swisstransfer/ui/screen/main/transfers/TransfersScreenWrapper.kt
Outdated
Show resolved
Hide resolved
|
Waiting for Multiplatform 1.0.10 release