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

Creator tools tracking #213

Merged
merged 7 commits into from
Feb 21, 2018
Merged

Creator tools tracking #213

merged 7 commits into from
Feb 21, 2018

Conversation

eoji
Copy link
Contributor

@eoji eoji commented Feb 13, 2018

Creator tools tracking/instrumentation!
-refactoring CreatorDashboardViewModel and tests
-added ref tag for messages
-added events for Viewed Project Dashboard, Opened Project Switcher and Switched Projects

@eoji
Copy link
Contributor Author

eoji commented Feb 13, 2018

@eoji eoji requested a review from Scollaco February 13, 2018 19:26
@@ -51,6 +51,10 @@ public ViewModel(final @NonNull Environment environment) {
.compose(bindToLifecycle())
.subscribe(this.projectAndStats);

this.projectsMenuClick
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we rename this to projectList instead? It would make more sense on the context of the app.

.take(1)
.compose(bindToLifecycle())
.subscribe(__ -> this.koala.trackViewedMailbox(Mailbox.INBOX, null));
.subscribe(data -> this.koala.trackViewedMailbox(Mailbox.INBOX, data.first, data.second));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you rename this for project and refTag instead of data?

Copy link
Contributor

@Scollaco Scollaco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job! 🥇 Just a few comments.

-renaming
-forgot to rename one more thing
@eoji eoji merged commit 182cb3a into master Feb 21, 2018
@eoji eoji deleted the creator-tools-tracking branch February 21, 2018 22:53
Rcureton pushed a commit that referenced this pull request Jul 31, 2018
* Creator tools tracking/instrumentation!
-added ref tag for messages
-added events for `Viewed Project Dashboard`, `Opened Project Switcher` and `Switched Projects`

* updating tests

* PR feedback:
-renaming
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.

None yet

2 participants