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

[NT-451] Contact Creator Flow #912

Merged
merged 4 commits into from
Oct 28, 2019
Merged

[NT-451] Contact Creator Flow #912

merged 4 commits into from
Oct 28, 2019

Conversation

cdolm92
Copy link
Contributor

@cdolm92 cdolm92 commented Oct 25, 2019

📲 What

User can now contact the creator.

🤔 Why

Backers can get questions regarding their pledge/rewards answered by creators.

👀 See

Oct-25-2019 13-53-20

✅ Acceptance criteria

  • Navigate to a backed project. Access the manage/view pledge menu. Tap Contact creator, you should see the message creator screen w/ the creator's name.
  • Type a message tap send, message creator should dismiss.

.ignoreValues()
self.goToContactCreator = project
.takeWhen(self.menuOptionSelectedSignal.filter { $0 == .contactCreator })
.map { project in (MessageSubject.project(project), .backerModal)}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

What should the correct tracking context be for this screen? Should I add a new context to the MessageDialogContext?

@cdolm92 cdolm92 merged commit 4e79396 into master Oct 28, 2019
@cdolm92 cdolm92 deleted the contact-creator-flow branch October 28, 2019 16:00
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